summaryrefslogtreecommitdiffstats
path: root/fs/netfs/write_issue.c
AgeCommit message (Expand)AuthorLines
2025-02-13netfs: Add retry stat countersDavid Howells-0/+1
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells-1/+1
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells-5/+198
2024-12-20netfs: Don't use bh spinlockDavid Howells-2/+2
2024-12-20netfs: Make netfs_advance_write() return size_tDavid Howells-3/+3
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells-9/+17
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells-1/+1
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells-0/+2
2024-10-02netfs: Fix missing wakeup after issuing writesDavid Howells-15/+27
2024-09-30Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9
2024-09-27netfs: Advance iterator correctly rather than jumping itDavid Howells-3/+9
2024-09-26netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells-1/+11
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells-1/+5
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells-3/+2
2024-09-12netfs: Speed up buffered readingDavid Howells-10/+7
2024-09-12netfs: Simplify the writeback codeDavid Howells-17/+19
2024-09-12netfs: Provide an iterator-reset functionDavid Howells-3/+3
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells-15/+13
2024-09-05netfs: Use bh-disabling spinlocks for rreq->lockDavid Howells-2/+2
2024-09-05netfs: Set the request work function upon allocationDavid Howells-1/+0
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells-7/+7
2024-09-05netfs: Record contention stats for writeback lockDavid Howells-3/+7
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells-1/+3
2024-07-24netfs: Fix writeback that needs to go to both server and cacheDavid Howells-0/+1
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells-18/+18
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-18/+18
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner-18/+18
2024-06-26netfs: Fix early issue of write op on partial write to folio tailDavid Howells-1/+1
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König-18/+18
2024-05-24netfs: Fix AIO error handling when doing write-throughDavid Howells-1/+6
2024-05-24netfs: Fix io_uring based write-throughDavid Howells-1/+1
2024-05-01netfs: Cut over to using new writeback codeDavid Howells-9/+9
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells-0/+1
2024-05-01netfs: New writeback implementationDavid Howells-0/+683