Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-10-25 20:42:52 to 2024-11-18 16:35:38 UTC [more...]

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-18 16:35 UTC  (39+ 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 v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 1/3] smb: client: improve compound padding in encryption
 2024-11-18 15:35 UTC  (3+ messages)
` [PATCH 2/3] smb: client: get rid of bounds check in SMB2_ioctl_init()
` [PATCH 3/3] smb: client: handle max length for SMB symlinks

[PATCH v6.1 0/2] ksmbd: fix potencial out-of-bounds when buffer offset is invalid
 2024-11-18  2:17 UTC  (4+ messages)
` [PATCH v6.1 1/2] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
` [PATCH v6.1 2/2] ksmbd: fix potencial out-of-bounds when buffer offset is invalid

[PATCH] smb: client: memcpy() with surrounding object base address
 2024-11-17 23:08 UTC  (3+ messages)

Fwd: Using file type information from POSIX mode
 2024-11-15 16:40 UTC  (4+ messages)
  `  "

[PATCH 0/5] cifs: Fixes for SMB1 non-UNICODE 8-bit mode
 2024-11-15 13:33 UTC  (8+ 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 next] cifs: unlock on error in smb3_reconfigure()
 2024-11-15  9:13 UTC 

[PATCH 6.11 43/63] netfs: Downgrade i_rwsem for a buffered write
 2024-11-15  6:38 UTC 

chmod
 2024-11-14 19:06 UTC  (9+ messages)

[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
 2024-11-14 13:17 UTC  (12+ messages)

[PATCH 0/5] SMB cached directory fixes around reconnection/unmounting
 2024-11-13 19:08 UTC  (12+ messages)
` [PATCH 1/5] smb: cached directories can be more than root file handle
` [PATCH 2/5] smb: Don't leak cfid when reconnect races with open_cached_dir
` [PATCH 3/5] smb: prevent use-after-free due to open_cached_dir error paths
` [PATCH 4/5] smb: No need to wait for work when cleaning up cached directories
` [PATCH 5/5] smb: During umount, flush any pending lease breaks for cached dirs

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

[PATCH] smb: client: Use str_yes_no() helper function
 2024-11-13 17:05 UTC  (2+ messages)

[PATCH] smb: client: fix use-after-free of signing key
 2024-11-13 17:04 UTC  (2+ messages)

[PATCH] CIFS: New mount option for cifs.upcall namespace resolution
 2024-11-13 17:04 UTC  (2+ messages)

Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
 2024-11-11 14:31 UTC  (13+ messages)

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

[GIT PULL] smb3 client fix
 2024-11-09 22:01 UTC  (2+ messages)

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-09  5:32 UTC  (5+ messages)

[GIT PULL] ksmbd server fixes
 2024-11-08 23:25 UTC  (2+ messages)

[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] 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 v2] fs_context.c: smb3_reconfigure: Handle kstrdup failures for passwords
 2024-11-04 11:06 UTC  (3+ messages)
` [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  (12+ messages)
` [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 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  (3+ 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 


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