summaryrefslogtreecommitdiffstats
path: root/fs/netfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-1115-115/+92
|\
| * Merge patch series "cachefiles: random bugfixes"Christian Brauner2024-07-0515-115/+92
| |\
| | * netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li2024-07-032-2/+14
| | * netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-1215-113/+78
* | | netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells2024-06-261-3/+3
* | | netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells2024-06-261-1/+7
* | | netfs: Delete some xarray-wangling functions that aren't usedDavid Howells2024-06-262-90/+0
* | | netfs: Fix early issue of write op on partial write to folio tailDavid Howells2024-06-261-1/+1
* | | netfs: Fix io_uring based write-throughDavid Howells2024-06-261-1/+2
|/ /
* | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-275-7/+18
|\ \ | |/ |/|
| * netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-271-0/+5
| * netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells2024-05-241-1/+1
| * netfs: Fix AIO error handling when doing write-throughDavid Howells2024-05-241-1/+6
| * netfs: Fix io_uring based write-throughDavid Howells2024-05-243-5/+6
* | smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-211-1/+2
|/
* cifs: Fix locking in cifs_strict_readv()Steve French2024-05-131-1/+2
* cifs: Cut over to using netfslibDavid Howells2024-05-011-1/+6
* cifs: Implement netfslib hooksDavid Howells2024-05-011-0/+6
* netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-011-2/+7
* netfs: Miscellaneous tidy upsDavid Howells2024-05-011-1/+1
* netfs: Remove the old writeback codeDavid Howells2024-05-012-1106/+0
* netfs: Cut over to using new writeback codeDavid Howells2024-05-016-62/+57
* netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-016-9/+23
* netfs: New writeback implementationDavid Howells2024-05-016-5/+1533
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-015-8/+10
* netfs: Use mempools for allocating requests and subrequestsDavid Howells2024-05-013-26/+86
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-012-75/+0
* mm: Provide a means of invalidation without using launder_folioDavid Howells2024-05-011-4/+24
* netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells2024-04-293-6/+3
* netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells2024-04-291-1/+1
* netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells2024-04-292-151/+1
* mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-293-4/+4
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-298-84/+102
* 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
* fscache: Fix error handling in fscache_begin_operation()David Howells2024-03-181-1/+3
* netfs: Fix missing zero-length check in unbuffered writeDavid Howells2024-01-292-1/+7
* netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne2024-01-291-0/+2
* netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter2024-01-221-2/+3
* netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter2024-01-221-1/+2
* netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-224-13/+13
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-1923-87/+6197
|\
| * 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-052-1/+2
| * netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-054-9/+31
| * netfs: Count DIO writesDavid Howells2024-01-053-4/+9
| * netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells2024-01-052-8/+2
| * netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"David Howells2024-01-041-1/+1
| * netfs: Export the netfs_sreq tracepointDavid Howells2023-12-281-0/+2