summaryrefslogtreecommitdiff
path: root/fs/netfs/buffered_write.c
AgeCommit message (Expand)Author
2024-05-24netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01netfs: Miscellaneous tidy upsDavid Howells
2024-05-01netfs: Remove the old writeback codeDavid Howells
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-04-29netfs: Update i_blocks when write committed to pagecacheDavid Howells
2024-04-26netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells
2024-04-23netfs: Fix writethrough-mode error handlingDavid Howells
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells
2024-01-22netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-09netfs: Fix wrong #ifdef hiding waitDavid Howells
2024-01-05netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs: Provide a launder_folio implementationDavid Howells
2023-12-28netfs: Provide a writepages implementationDavid Howells
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells
2023-12-28netfs: Implement buffered write APIDavid Howells
2023-12-28netfs: Allocate multipage folios in the writepathDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells