Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-06 16:22:30 to 2025-11-18 02:27:45 UTC [more...]

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-18  2:26 UTC 

[PATCH] ksmbd: convert comma to semicolon
 2025-11-18  1:32 UTC 

[PATCH v9 0/1] smb: move duplicate definitions to common header file
 2025-11-18  0:56 UTC  (3+ messages)
` [PATCH v9 1/1] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH v3] ksmbd: server: avoid busy polling in accept loop
 2025-11-18  0:39 UTC  (3+ messages)

[PATCH] ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb server
 2025-11-18  0:38 UTC 

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-17 23:04 UTC  (23+ 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 v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()

[PATCH v8 0/1] smb: move duplicate definitions to common header file
 2025-11-17  1:06 UTC  (7+ messages)
` [PATCH v8 1/1] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH v2] ksmbd: vfs_cache: avoid integer overflow in inode_hash()
 2025-11-15 17:02 UTC  (2+ messages)

Request to backport data corruption fix to stable
 2025-11-15 13:34 UTC  (4+ messages)

[PATCH v7 0/2] smb: move duplicate definitions to common header file
 2025-11-15  8:06 UTC  (6+ messages)
` [PATCH v7 1/2] smb: move CREATE_DURABLE_RECONN to common/smb2pdu.h
` [PATCH v7 2/2] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

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

[PATCH] cifs: Add a tracepoint to log EIO errors
 2025-11-14 18:15 UTC  (2+ messages)

New netfs crash in last month or so
 2025-11-14 16:39 UTC  (3+ messages)

[PATCH 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-14 14:42 UTC  (10+ messages)
` [PATCH 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH 2/9] cifs: Rename mid_q_entry to smb_message
` [PATCH 3/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH 4/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH 5/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH 6/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH 7/9] cifs: Remove the server pointer from smb_message
` [PATCH 8/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH 9/9] cifs: Don't need state locking in smb2_get_mid_entry()

[PATCH v2] ksmbd: server: avoid busy polling in accept loop
 2025-11-14 12:02 UTC  (2+ messages)

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

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-11-13 21:26 UTC  (23+ messages)
` [PATCH net-next v4 06/15] quic: add stream 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] smb: client: introduce close_cached_dir_locked()
 2025-11-13 18:23 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2025-11-13 13:04 UTC  (2+ messages)

[PATCH v6 0/2] smb: move duplicate definitions to common header file
 2025-11-13  9:26 UTC  (3+ messages)
` [PATCH v6 1/2] smb: move CREATE_DURABLE_RECONN_REQ to common/smb2pdu.h
` [PATCH v6 2/2] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[syzbot] [cifs?] memory leak in smb3_fs_context_fullpath
 2025-11-13  4:26 UTC 

[PATCH] ksmbd: vfs_cache: avoid integer overflow in inode_hash()
 2025-11-13  3:04 UTC 

[PATCH v5 00/14] smb: move duplicate definitions to common header file
 2025-11-13  2:26 UTC  (11+ messages)
` [PATCH v5 06/14] smb/server: remove create_durable_reconn_req
` [PATCH v5 12/14] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 23:51 UTC  (29+ messages)
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [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

[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  (12+ 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 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 17/17] vfs: expose delegation support to userland

[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 

[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  (3+ 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)


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