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