summaryrefslogtreecommitdiffstats
path: root/fs/netfs/buffered_write.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells2024-05-241-1/+1
* cifs: Implement netfslib hooksDavid Howells2024-05-011-0/+6
* netfs: Miscellaneous tidy upsDavid Howells2024-05-011-1/+1
* netfs: Remove the old writeback codeDavid Howells2024-05-011-629/+0
* netfs: Cut over to using new writeback codeDavid Howells2024-05-011-21/+24
* netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-011-0/+3
* netfs: New writeback implementationDavid Howells2024-05-011-4/+0
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-011-74/+0
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-49/+44
* netfs: Update i_blocks when write committed to pagecacheDavid Howells2024-04-291-11/+34
* netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells2024-04-261-7/+6
* netfs: Fix writethrough-mode error handlingDavid Howells2024-04-231-4/+6
* netfs: Fix missing zero-length check in unbuffered writeDavid Howells2024-01-291-0/+3
* netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter2024-01-221-2/+3
* netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+1
* netfs: Fix wrong #ifdef hiding waitDavid Howells2024-01-091-1/+1
* netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells2024-01-051-0/+1
* netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-051-4/+20
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-10/+59
* netfs: Provide a launder_folio implementationDavid Howells2023-12-281-0/+74
* netfs: Provide a writepages implementationDavid Howells2023-12-281-0/+636
* netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells2023-12-281-0/+59
* netfs: Implement buffered write APIDavid Howells2023-12-281-0/+83
* netfs: Allocate multipage folios in the writepathDavid Howells2023-12-281-2/+7
* netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+330