Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-10-14 03:59:00 to 2024-11-08 17:36:29 UTC [more...]

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:32 UTC  (31+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory

[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:23 UTC  (36+ messages)
` [PATCH v3 01/33] kheaders: Ignore silly-rename files
` [PATCH v3 02/33] netfs: Remove call to folio_index()
` [PATCH v3 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v3 04/33] netfs: Remove unnecessary references to pages
` [PATCH v3 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v3 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v3 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v3 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v3 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v3 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v3 11/33] netfs: Drop the was_async "
` [PATCH v3 12/33] netfs: Don't use bh spinlock
` [PATCH v3 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v3 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v3 15/33] afs: Fix directory format encoding struct
` [PATCH v3 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v3 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v3 18/33] cachefiles: Add auxiliary data trace
` [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v3 25/33] afs: Eliminate afs_read
` [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 1/2] cifs: during remount, make sure passwords are in sync
 2024-11-08 15:20 UTC  (7+ messages)
` [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-07 23:40 UTC  (3+ messages)

[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
 2024-11-07 21:04 UTC  (2+ messages)

[PATCH] Update misleading comment in cifs_chan_update_iface
 2024-11-07 16:40 UTC 

[RESEND PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
 2024-11-05 14:29 UTC 

[PATCH] fs: smb: client: Add missing check for kstrdup()
 2024-11-04 11:06 UTC  (5+ messages)
` [PATCH v2] fs_context.c: smb3_reconfigure: Handle kstrdup failures for passwords
  ` [PATCH v3] smb: client: "

[PATCH v2] smb: client: Fix use-after-free of network namespace
 2024-11-03  3:04 UTC  (3+ messages)

[PATCH v1] smb: client: Fix use-after-free of network namespace
 2024-11-02 20:30 UTC  (2+ messages)

Directory Leases
 2024-11-02  6:29 UTC  (6+ messages)
          ` Fwd: "

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-31 12:58 UTC  (33+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
 2024-10-30 18:03 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] cifs: Fixes for SMB1 non-UNICODE 8-bit mode
 2024-10-28 11:03 UTC  (6+ messages)
` [PATCH 1/5] cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
` [PATCH 2/5] cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode
` [PATCH 3/5] cifs: Add support for SMB1 Session Setup NTLMSSP "
` [PATCH 4/5] cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
` [PATCH 5/5] cifs: Remove unicode parameter from parse_reparse_point() function

[PATCH AUTOSEL 6.11 12/32] netfs: Downgrade i_rwsem for a buffered write
 2024-10-28 10:49 UTC 

[PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
 2024-10-28 10:34 UTC  (4+ messages)

[PATCH 0/7] cifs: Improve mount option -o reparse and support for native Windows sockets
 2024-10-28 10:13 UTC  (5+ messages)
` [PATCH v2 0/7] Allow to choose symlink and socket type

[PATCH] cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012
 2024-10-28 10:10 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ksmbd: Fix the missing xa_store error check
 2024-10-27 23:33 UTC  (2+ messages)

[PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
 2024-10-27 22:23 UTC 

[GIT PULL] smb3 client fixes
 2024-10-25 19:18 UTC  (2+ messages)

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content

linux-next: Signed-off-by missing for commit in the cifs tree
 2024-10-23  9:12 UTC  (2+ messages)

[PATCH] cifs: fix warning when destroy 'cifs_io_request_pool'
 2024-10-23  1:24 UTC 

Keyrings and namespaces
 2024-10-19 11:05 UTC 

[GIT PULL] smb3 client fixes
 2024-10-18 19:00 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2024-10-16 20:51 UTC  (2+ messages)

[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2024-10-16 20:49 UTC  (10+ messages)
  ` [REGRESSION][BISECTED][STABLE] "

[PATCH] netfs: Downgrade i_rwsem for a buffered write
 2024-10-16 16:28 UTC 

[PATCH v2] smb: client: fix possible double free in smb2_set_ea()
 2024-10-16  5:35 UTC  (3+ messages)

[PATCH v3] smb: client: fix OOBs when building SMB2_IOCTL request
 2024-10-16  4:27 UTC  (2+ messages)

[PATCH v2] smb: client: fix OOBs when building SMB2_IOCTL request
 2024-10-15 21:56 UTC 

[PATCH] smb: client: fix OOBs when building SMB2_IOCTL request
 2024-10-15 18:36 UTC 

[PATCH 0/7] cifs: Improve support for native SMB symlinks
 2024-10-15 14:30 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
    ` [PATCH v3] "
  ` [PATCH v2 5/6] cifs: Validate content of native symlink

[PATCH] smb: client: fix possible double free in smb2_set_ea()
 2024-10-15  1:47 UTC  (3+ messages)

SMB2 DELETE vs UNLINK
 2024-10-14  9:49 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 07/10] cifs: Fix creating native symlinks pointing to current or parent directory
 2024-10-14  3:58 UTC 


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