Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-11 07:16:33 to 2025-11-24 11:50:13 UTC [more...]

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-24 11:49 UTC  (6+ messages)
` [PATCH] cifs: client: enforce consistent handling of multichannel and max_channels

[PATCH] ksmbd: vfs: fix race on m_flags in vfs_cache
 2025-11-24  7:33 UTC  (2+ messages)

[PATCH v3 00/12] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-23 23:52 UTC  (13+ messages)
` [PATCH v3 01/12] cifs: Do some preparation prior to organising the function declarations
` [PATCH v3 02/12] cifs: Clean up declarations
` [PATCH v3 03/12] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v3 04/12] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v3 05/12] cifs: Rename mid_q_entry to smb_message
` [PATCH v3 06/12] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v3 07/12] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v3 08/12] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v3 09/12] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v3 10/12] cifs: Remove the server pointer from smb_message
` [PATCH v3 11/12] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v3 12/12] cifs: Add a tracepoint to log EIO errors

[PATCH v6] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-11-23 10:28 UTC 

[PATCH] ksmb: add ipv6 support in parse_srvaddr() in smb client
 2025-11-22 22:07 UTC 

Inquiry on DFS Connection Aggregation and Future Plans
 2025-11-22 16:48 UTC  (2+ messages)

Client and Server patches for upcoming Linux kernel (6.19-rc) merge window
 2025-11-21 23:38 UTC 

[GIT PULL] smb3 client fixes
 2025-11-21 19:19 UTC  (2+ messages)

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

[PATCH] cifs: fix memory leak in smb3_fs_context_parse_param error path
 2025-11-21 12:39 UTC  (3+ messages)

[PATCH] cifs: Add a tracepoint to log EIO errors
 2025-11-21 11:56 UTC 

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-21 10:31 UTC  (6+ messages)

[PATCH AUTOSEL 6.17-6.1] smb: fix invalid username check in smb3_fs_context_parse_param()
 2025-11-20 12:08 UTC 

[PATCH v2] ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
 2025-11-20  8:35 UTC  (2+ messages)

[PATCH] cifs: avoid deprecated strcat() in smb21_set_oplock_level()
 2025-11-19 11:12 UTC 

[PATCH] ksmbd: Replace strcpy + strcat with scnprintf in convert_to_nt_pathname
 2025-11-19  1:23 UTC  (3+ messages)

Multichannel mount failures to Samba depending on IP address (single channel works)
 2025-11-19  0:08 UTC  (2+ messages)

[syzbot] [cifs?] memory leak in smb3_fs_context_fullpath
 2025-11-18 12:10 UTC  (8+ messages)

[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  (17+ messages)
` AW: [[ EXT ]] "
  `  "

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-11-13 21:26 UTC  (9+ messages)
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder 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

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


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