summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)Author
2024-07-24netfs: Fix writeback that needs to go to both server and cacheDavid Howells
2024-07-24netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUGDavid Howells
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner
2024-07-03netfs: drop usage of folio_file_posKairui Song
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-06-26netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-06-26netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells
2024-06-26netfs: Fix early issue of write op on partial write to folio tailDavid Howells
2024-06-26netfs: Fix io_uring based write-throughDavid Howells
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-05-24netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells
2024-05-24netfs: Fix AIO error handling when doing write-throughDavid Howells
2024-05-24netfs: Fix io_uring based write-throughDavid Howells
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid 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: Use mempools for allocating requests and subrequestsDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David 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-03-18fscache: Fix error handling in fscache_begin_operation()David Howells
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells
2024-01-29netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne
2024-01-22netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter
2024-01-22netfs, fscache: Prevent Oops in fscache_put_cache()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