Show patches with: Submitter = David Howells       |    State = Action Required       |    Archived = No       |   1974 patches
« 1 2 3 419 20 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[24/27] afs: Eliminate afs_read netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[23/27] afs: Use netfslib for symlinks, allowing them to be cached netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[22/27] afs: Use netfslib for directories netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[21/27] afs: Make afs_init_request() get a key if not given a file netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[20/27] netfs: Add support for caching single monolithic objects such as AFS dirs netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[19/27] netfs: Add functions to build/clean a buffer in a folio_queue netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[18/27] afs: Add more tracepoints to do with tracking validity netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[17/27] cachefiles: Add auxiliary data trace netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[16/27] cachefiles: Add some subrequest tracepoints netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[15/27] netfs: Remove some extraneous directory invalidations netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[14/27] afs: Fix directory format encoding struct netfs: Read performance improvements and "single-blob" support - 1 - - --- 2024-10-24 David Howells New
[13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY netfs: Read performance improvements and "single-blob" support - 1 - - --- 2024-10-24 David Howells New
[12/27] afs: Don't use mutex for I/O operation lock netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[11/27] netfs: Don't use bh spinlock netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[10/27] netfs: Drop the was_async arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[09/27] netfs: Drop the error arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[08/27] netfs: Split retry code out of fs/netfs/write_collect.c netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[07/27] netfs: Make netfs_advance_write() return size_t netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[06/27] netfs: Abstract out a rolling folio buffer implementation netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[04/27] netfs: Use a folio_queue allocation and free functions netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[03/27] netfs: Remove unnecessary references to pages netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite() netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
[01/27] netfs: Remove call to folio_index() netfs: Read performance improvements and "single-blob" support - - - - --- 2024-10-24 David Howells New
netfs: Downgrade i_rwsem for a buffered write netfs: Downgrade i_rwsem for a buffered write - - - - --- 2024-10-16 David Howells New
[v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs) [v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs) - - - 1 --- 2024-09-26 David Howells New
[8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info netfs, afs, cifs: Miscellaneous fixes/changes - - - - --- 2024-09-23 David Howells New
[7/8] cifs: Fix reversion of the iter in cifs_readv_receive(). netfs, afs, cifs: Miscellaneous fixes/changes - 1 - - --- 2024-09-23 David Howells New
[6/8] afs: Fix the setting of the server responding flag netfs, afs, cifs: Miscellaneous fixes/changes - 1 - - --- 2024-09-23 David Howells New
[5/8] afs: Fix possible infinite loop with unresponsive servers netfs, afs, cifs: Miscellaneous fixes/changes - 1 - - --- 2024-09-23 David Howells New
[4/8] afs: Remove unused struct and function prototype netfs, afs, cifs: Miscellaneous fixes/changes - - - - --- 2024-09-23 David Howells New
[3/8] afs: Fix missing wire-up of afs_retry_request() netfs, afs, cifs: Miscellaneous fixes/changes - 1 - - --- 2024-09-23 David Howells New
[2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated() netfs, afs, cifs: Miscellaneous fixes/changes - - - - --- 2024-09-23 David Howells New
[1/8] netfs: Fix mtime/ctime update for mmapped writes netfs, afs, cifs: Miscellaneous fixes/changes - 1 - - --- 2024-09-23 David Howells New
cifs: Make the write_{enter,done,err} tracepoints display netfs info cifs: Make the write_{enter,done,err} tracepoints display netfs info - - 1 - --- 2024-09-18 David Howells New
cifs: Fix reversion of the iter in cifs_readv_receive(). cifs: Fix reversion of the iter in cifs_readv_receive(). - 1 - - --- 2024-09-17 David Howells New
netfs, cifs: Fix mtime/ctime update for mmapped writes netfs, cifs: Fix mtime/ctime update for mmapped writes - 1 1 - --- 2024-09-17 David Howells New
cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF - 1 - - --- 2024-09-16 David Howells New
cifs: Fix signature miscalculation cifs: Fix signature miscalculation - 1 1 - --- 2024-09-12 David Howells New
cifs: Fix up netfs-writeback vs cifs fixes merge conflicts cifs: Fix up netfs-writeback vs cifs fixes merge conflicts - - - - --- 2024-09-12 David Howells New
[6/6] netfs, cifs: Improve some debugging bits mm, netfs, cifs: Miscellaneous fixes - - - - --- 2024-08-28 David Howells New
[5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region mm, netfs, cifs: Miscellaneous fixes - 1 - - --- 2024-08-28 David Howells New
[4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range() mm, netfs, cifs: Miscellaneous fixes - 1 - - --- 2024-08-28 David Howells New
[3/6] cifs: Fix copy offload to flush destination region mm, netfs, cifs: Miscellaneous fixes - 1 - - --- 2024-08-28 David Howells New
[2/6] netfs, cifs: Fix handling of short DIO read mm, netfs, cifs: Miscellaneous fixes - 1 - - --- 2024-08-28 David Howells New
[1/6] cifs: Fix lack of credit renegotiation on read retry mm, netfs, cifs: Miscellaneous fixes - 1 - - --- 2024-08-28 David Howells New
cifs: Fix copy offload to flush destination region cifs: Fix copy offload to flush destination region - 1 - - --- 2024-08-27 David Howells New
[10/9] netfs: Fix interaction of streaming writes with zero-point tracker netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-24 David Howells New
[9/9] netfs, cifs: Improve some debugging bits netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - - - - --- 2024-08-23 David Howells New
[8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[7/9] netfs, cifs: Fix handling of short DIO read netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[6/9] cifs: Fix lack of credit renegotiation on read retry netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[5/9] netfs: Fix missing iterator reset on retry of short read netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio() netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[3/9] netfs: Fix netfs_release_folio() to say no if folio dirty netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[2/9] afs: Fix post-setattr file edit to do truncation correctly netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 - - --- 2024-08-23 David Howells New
[1/9] mm: Fix missing folio invalidation calls during truncation netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry - 1 1 - --- 2024-08-23 David Howells New
[5/5] cifs: Fix credit handling netfs, cifs: Further fixes - 1 - - --- 2024-08-23 David Howells New
[4/5] cifs: Fix short read handling netfs, cifs: Further fixes - 1 - - --- 2024-08-23 David Howells New
[3/5] netfs: Fix missing iterator reset on retry of short read netfs, cifs: Further fixes - 1 - - --- 2024-08-23 David Howells New
[2/5] netfs, cifs: Improve some debugging bits netfs, cifs: Further fixes - - - - --- 2024-08-23 David Howells New
[1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support netfs, cifs: Further fixes - 1 - - --- 2024-08-23 David Howells New
[2/2] netfs, cifs: Fix handling of short DIO read netfs, cifs: DIO read and read-retry fixes - 1 - - --- 2024-08-22 David Howells New
[1/2] cifs: Fix lack of credit renegotiation on read retry netfs, cifs: DIO read and read-retry fixes - 1 - - --- 2024-08-22 David Howells New
[4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio() mm, netfs, afs: Truncation fixes - 1 - - --- 2024-08-20 David Howells New
[3/4] netfs: Fix netfs_release_folio() to say no if folio dirty mm, netfs, afs: Truncation fixes - 1 - - --- 2024-08-20 David Howells New
[2/4] afs: Fix post-setattr file edit to do truncation correctly mm, netfs, afs: Truncation fixes - 1 - - --- 2024-08-20 David Howells New
[1/4] mm: Fix missing folio invalidation calls during truncation mm, netfs, afs: Truncation fixes - 1 - - --- 2024-08-20 David Howells New
[v2,25/25] cifs: Don't support ITER_XARRAY netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,23/25] cifs: Use iterate_and_advance*() routines directly for hashing netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,22/25] netfs: Cancel dirty folios that have no storage destination netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,21/25] cachefiles, netfs: Fix write to partial block at EOF netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,20/25] netfs: Remove fs/netfs/io.c netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,19/25] netfs: Speed up buffered reading netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,18/25] afs: Make read subreqs async netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,17/25] netfs: Simplify the writeback code netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,16/25] netfs: Provide an iterator-reset function netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,13/25] iov_iter: Provide copy_folio_from_iter() netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,11/25] netfs: Use bh-disabling spinlocks for rreq->lock netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,10/25] netfs: Set the request work function upon allocation netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,09/25] netfs: Remove NETFS_COPY_TO_CACHE netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,05/25] netfs: Reduce number of conditional branches in netfs_perform_write() netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,04/25] netfs: Record contention stats for writeback lock netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,03/25] netfs: Adjust labels in /proc/fs/netfs/stats netfs: Read/write improvements - - - - --- 2024-08-14 David Howells New
[v2,02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr netfs: Read/write improvements - 1 - - --- 2024-08-14 David Howells New
[v2,01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and m… netfs: Read/write improvements - 1 - - --- 2024-08-14 David Howells New
9p: Fix DIO read through netfs 9p: Fix DIO read through netfs - 1 - - --- 2024-08-09 David Howells New
[24/24] cifs: Don't support ITER_XARRAY netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
[23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
[22/24] cifs: Use iterate_and_advance*() routines directly for hashing netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
[21/24] netfs: Cancel dirty folios that have no storage destination netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
[20/24] cachefiles, netfs: Fix write to partial block at EOF netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
[19/24] netfs: Remove fs/netfs/io.c netfs: Read/write improvements - - - - --- 2024-07-29 David Howells New
« 1 2 3 419 20 »