Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-04 09:45:48 to 2025-11-13 00:40:22 UTC [more...]

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-13  0:18 UTC  (4+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 23:51 UTC  (33+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops

[BUG REPORT] cifs/smb data corruption when writing, x86_64, kernel 6.6.71
 2025-11-12 18:14 UTC  (22+ messages)
` AW: [[ EXT ]] "
  `  "

[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-12  9:00 UTC  (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland

[PATCH] smb: fix invalid username check in smb3_fs_context_parse_param()
 2025-11-11 16:03 UTC  (2+ messages)

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-11 12:14 UTC  (26+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v5 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v5 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v5 07/17] vfs: allow rmdir "
` [PATCH v5 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v5 11/17] vfs: make vfs_mknod "
` [PATCH v5 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v5 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v5 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v5 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v5 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v5 17/17] vfs: expose delegation support to userland

[PATCH v2] ksmbd: server: avoid busy polling in accept loop
 2025-11-11 10:47 UTC 

[PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc
 2025-11-11  9:54 UTC  (4+ messages)
` [PATCH v2 2/6] smb/server: fix return value of smb2_notify()

[PATCH] ksmbd: server: avoid busy polling in accept loop
 2025-11-11  8:47 UTC  (5+ messages)

[PATCH] smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DISCONNECTED
 2025-11-11  5:46 UTC  (2+ messages)

[PATCH] smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNECTED
 2025-11-10 15:23 UTC 

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH][next] smb: client: Avoid a dozen -Wflex-array-member-not-at-end warnings
 2025-11-10 11:48 UTC 

New netfs crash in last month or so
 2025-11-10  5:18 UTC  (2+ messages)

[PATCH v5 00/14] smb: move duplicate definitions to common header file
 2025-11-10  2:55 UTC  (2+ messages)

[PATCH] ksmbd: vfs: fix truncate lock-range check for shrink/grow and avoid size==0 underflow
 2025-11-09  1:32 UTC  (5+ messages)
    ` [PATCH v2] ksmbd: vfs: skip lock-range check on equal size to "

[PATCH v4] smb: client: fix potential UAF in smb2_close_cached_fid()
 2025-11-08 18:25 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2025-11-08 18:22 UTC  (2+ messages)

[PATCH] ksmbd: fix leak of transform buffer on encrypt_resp() failure
 2025-11-08 14:27 UTC  (6+ messages)
  ` [PATCH v2] ksmbd: clear 'encrypted' on encrypt_resp() failure to send plaintext error

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH] smb: client: validate change notify buffer before copy
 2025-11-08  4:37 UTC  (4+ messages)

[syzbot] [cifs?] memory leak in smb3_fs_context_parse_param
 2025-11-08  4:28 UTC  (5+ messages)
` [PATCH] cifs: client: fix "

[PATCH] smb: client: fix cifs_pick_channel when channel needs reconnect
 2025-11-08  4:20 UTC  (4+ messages)

[GIT PULL] ksmbd server fixes
 2025-11-07 16:05 UTC  (2+ messages)

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-11-06 20:24 UTC  (34+ messages)
` [PATCH net-next v4 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v4 03/15] quic: provide common utilities and data structures
` [PATCH net-next v4 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v4 06/15] quic: add stream management
` [PATCH net-next v4 08/15] quic: add path management
` [PATCH net-next v4 09/15] quic: add congestion control
` [PATCH net-next v4 10/15] quic: add packet number space
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v4 15/15] quic: add packet builder and parser base

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-06 14:02 UTC  (4+ messages)

[PATCH v4] smb: client: fix potential UAF in smb2_close_cached_fid()
 2025-11-05 21:16 UTC  (6+ messages)

NFSv4 server sets/gets FATTR4_HIDDEN, FATTR4_SYSTEM, FATTR4_ARCHIVE attributes from Linux "user.DOSATTRIB"?
 2025-11-05 14:53 UTC 

[PATCH 5.10] net: dlink: handle copy_thresh allocation failure
 2025-11-05 12:25 UTC 

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 12:19 UTC  (9+ messages)
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory

[PATCH] smb: client: fix refcount leak in smb2_set_path_attr
 2025-11-04 18:34 UTC  (6+ messages)

[PATCH v2 000/127] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-11-04 14:49 UTC  (3+ messages)

[PATCH 00/16] credentials guards: the easy cases
 2025-11-04 11:40 UTC  (5+ messages)
` [PATCH 14/16] act: use credential guards in acct_write_process()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox