Show patches with: Archived = No       |   43 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
cifs: Remove unused is_server_using_iface() cifs: Remove unused is_server_using_iface() - - - --- 2024-12-20 Dr. David Alan Gilbert New
smb: fix bytes written value in /proc/fs/cifs/Stats smb: fix bytes written value in /proc/fs/cifs/Stats - - - --- 2024-12-19 Bharath SM New
[SMB3,client] fix TCP timers deadlock after rmmod [SMB3,client] fix TCP timers deadlock after rmmod - - - --- 2024-12-18 Steve French New
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig - - - --- 2024-12-17 Dragan Simic New
net: Convert proto_ops::getname to sockaddr_storage net: Convert proto_ops::getname to sockaddr_storage 1 1 - --- 2024-12-17 Kees Cook New
[v5,32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,31/32] afs: Add a tracepoint for afs_read_receive() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,30/32] afs: Locally initialise the contents of a new symlink on creation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,29/32] afs: Use the contained hashtable to search a directory netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,28/32] afs: Make afs_mkdir() locally initialise a new directory's content netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,27/32] netfs: Change the read result collector to only use one work item netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,26/32] Display waited-on page index after 1min of waiting netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,25/32] afs: Make {Y,}FS.FetchData an asynchronous operation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,24/32] afs: Fix cleanup of immediately failed async calls netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,23/32] afs: Eliminate afs_read netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,22/32] afs: Use netfslib for symlinks, allowing them to be cached netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,21/32] afs: Use netfslib for directories netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,20/32] afs: Make afs_init_request() get a key if not given a file netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,19/32] netfs: Add support for caching single monolithic objects such as AFS dirs netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,18/32] netfs: Add functions to build/clean a buffer in a folio_queue netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,17/32] afs: Add more tracepoints to do with tracking validity netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,16/32] cachefiles: Add auxiliary data trace netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,15/32] cachefiles: Add some subrequest tracepoints netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,14/32] netfs: Remove some extraneous directory invalidations netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,13/32] afs: Fix directory format encoding struct netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,11/32] afs: Don't use mutex for I/O operation lock netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,10/32] netfs: Don't use bh spinlock netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,09/32] netfs: Drop the was_async arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,08/32] netfs: Drop the error arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,07/32] netfs: Split retry code out of fs/netfs/write_collect.c netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,06/32] netfs: Make netfs_advance_write() return size_t netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,05/32] netfs: Abstract out a rolling folio buffer implementation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,03/32] netfs: Use a folio_queue allocation and free functions netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,02/32] cachefiles: Clean up some whitespace in trace header netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,01/32] netfs: Clean up some whitespace in trace header netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[11/10] netfs: Fix is-caching check in read-retry netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes - - - --- 2024-12-16 David Howells New
smb: use macros instead of constants for leasekey size and default cifsattrs value smb: use macros instead of constants for leasekey size and default cifsattrs value - - - --- 2024-12-16 Bharath SM New
smb: enable reuse of deferred file handles for write operations smb: enable reuse of deferred file handles for write operations - - - --- 2024-12-16 Bharath SM New
[v2] cifs: use correct format characters [v2] cifs: use correct format characters - 1 - --- 2019-02-27 Louis Taylor Accepted
cifs: use correct format characters cifs: use correct format characters - - - --- 2019-02-27 Louis Taylor Superseded
[linux-cifs-client] cifs: fix fh_mutex locking in cifs_reopen_file - - - --- 2009-06-27 Jeff Layton Accepted