Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-10-02 04:12:08 to 2024-10-25 20:43:25 UTC [more...]

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-25 20:39 UTC  (28+ 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

[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 

[PATCH] fs: smb: client: Add missing check for kstrdup()
 2024-10-22 22:21 UTC  (4+ messages)
` [PATCH v2] fs_context.c: smb3_reconfigure: Handle kstrdup failures for passwords
  ` [PATCH v3] smb: client: "

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  (21+ messages)
` [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
` [PATCH v2 0/6] cifs: Improve support for native SMB symlinks
  ` [PATCH v2 1/6] cifs: Improve creating native symlinks pointing to directory
  ` [PATCH v2 2/6] cifs: Fix creating native symlinks pointing to current or parent directory
  ` [PATCH v2 3/6] cifs: Fix parsing native symlinks relative to the export
  ` [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 v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks

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

[PATCH 0/7] cifs: Improve mount option -o reparse and support for native Windows sockets
 2024-10-14  9:32 UTC  (28+ messages)
` [PATCH 1/7] cifs: Add mount option -o reparse=native
` [PATCH 2/7] cifs: Add mount option -o reparse=none
` [PATCH 3/7] cifs: Add support for creating native Windows sockets
` [PATCH 4/7] cifs: Add support for creating NFS-style symlinks
` [PATCH 5/7] cifs: Improve guard for excluding $LXDEV xattr
` [PATCH 6/7] cifs: Add support for creating WSL-style symlinks
` [PATCH 7/7] cifs: Validate content of WSL reparse point buffers
` [PATCH v2 0/7] Allow to choose symlink and socket type
  ` [PATCH v2 1/7] cifs: Add mount option -o symlink= for choosing symlink create type
  ` [PATCH v2 2/7] cifs: Add mount option -o reparse=none
  ` [PATCH v2 3/7] cifs: Add support for creating native Windows sockets
  ` [PATCH v2 4/7] cifs: Add support for creating NFS-style symlinks
  ` [PATCH v2 5/7] cifs: Improve guard for excluding $LXDEV xattr
  ` [PATCH v2 6/7] cifs: Add support for creating WSL-style symlinks
  ` [PATCH v2 7/7] cifs: Validate content of WSL reparse point buffers
    ` Fwd: [PATCH v2 0/7] Allow to choose symlink and socket type

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

[PATCH AUTOSEL 6.6 11/17] cifs: Improve creating native symlinks pointing to directory
 2024-10-14  3:58 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 12/17] cifs: Fix creating native symlinks pointing to current or parent directory

[PATCH AUTOSEL 6.11 12/20] cifs: Improve creating native symlinks pointing to directory
 2024-10-14  3:57 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 13/20] cifs: Fix creating native symlinks pointing to current or parent directory

[GIT PULL] smb3 client fixes
 2024-10-14  2:39 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 01/13] ksmbd: override fsids for share path check
 2024-10-13 18:24 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 02/13] ksmbd: override fsids for smb2_query_info()

[PATCH AUTOSEL 6.6 01/20] ksmbd: override fsids for share path check
 2024-10-12 11:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/20] ksmbd: override fsids for smb2_query_info()

[PATCH AUTOSEL 6.11 15/16] cifs: Validate content of NFS reparse point buffer
 2024-10-12 11:26 UTC 

Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
 2024-10-10 16:53 UTC  (16+ messages)

Kernel panic during copy of large file
 2024-10-10 14:40 UTC 

[PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
 2024-10-09  5:15 UTC  (5+ messages)

[PATCH] cifs: Add support for parsing WSL-style symlinks
 2024-10-07 21:34 UTC  (2+ messages)

[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
 2024-10-07 21:02 UTC 

[PATCH v2] smb/client: Fix logically dead code
 2024-10-07 16:34 UTC  (2+ messages)

[PATCH][next] smb: client: remove deadcode check on ret < 0
 2024-10-07 15:38 UTC 

Long system-wide pauses when CIFS server unreachable
 2024-10-07  8:26 UTC 

[PATCH] cifs: Remove unused functions
 2024-10-07  4:11 UTC  (2+ messages)

[ANNOUNCE] cifs-utils release 7.1 ready for download
 2024-10-07  0:34 UTC 

[PATCH] cifs: Fix getting reparse points from server without WSL support
 2024-10-06 10:08 UTC  (7+ messages)

[PATCH] Fix logically dead code
 2024-10-05 20:19 UTC  (4+ messages)

[PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
 2024-10-05 18:44 UTC  (5+ messages)
` [PATCH 1/2] cifs: Do not issue SMB2 CREATE always with FILE_READ_ATTRIBUTES
` [PATCH 2/2] cifs: Improve stat() to work also without FILE_READ_ATTRIBUTES

[PATCH] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
 2024-10-05 15:48 UTC 

[PATCH] cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012
 2024-10-05 14:54 UTC 

[PATCH AUTOSEL 6.6 57/58] smb: client: fix UAF in async decryption
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.10 69/70] smb: client: fix UAF in async decryption
 2024-10-04 18:21 UTC 

[PATCH AUTOSEL 6.11 75/76] smb: client: fix UAF in async decryption
 2024-10-04 18:17 UTC 

[GIT PULL] smb3 client fixes
 2024-10-04 17:50 UTC  (2+ messages)

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

SMB POSIX Extensions specification
 2024-10-02 18:39 UTC  (3+ messages)

[PATCH 1/1] fs: smb: server: Fix building with GCC 15
 2024-10-02 15:09 UTC 


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