summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)Author
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
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells
2024-01-05netfs: Count DIO writesDavid Howells
2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells
2024-01-04netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"David Howells
2023-12-28netfs: Export the netfs_sreq tracepointDavid 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, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-28netfs: Provide netfs_file_read_iter()David 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: Implement unbuffered/DIO write supportDavid Howells