summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid 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, cachefiles: Implement helpers for new write codeDavid Howells
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells
2024-05-01netfs, afs: Implement helpers for new write 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-01afs: Use alternative invalidation to using launder_folioDavid Howells
2024-05-019p: Use alternative invalidation to using launder_folioDavid Howells
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo
2024-04-30xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-04-30xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-29Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-04-29Merge tag 'bcachefs-2024-04-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-29f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu
2024-04-29f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao
2024-04-29Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-29xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi