summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao
2024-09-10btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: add comment about locking in cow_file_range_inline()Boris Burkov
2024-09-10btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik
2024-09-10btrfs: convert insert_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik
2024-09-10btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert uncompress_inline() to take a folioJosef Bacik
2024-09-10btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik
2024-09-10btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik
2024-09-10btrfs: convert struct async_chunk to hold a folioJosef Bacik
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik
2024-09-10btrfs: convert run_delalloc_compressed() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to use foliosJosef Bacik
2024-09-10btrfs: convert run_delalloc_nocow() to take a folioJosef Bacik
2024-09-10btrfs: convert fallback_to_cow() to take a folioJosef Bacik
2024-09-10btrfs: convert cow_file_range() to take a folioJosef Bacik
2024-09-10btrfs: convert cow_file_range_inline() to take a folioJosef Bacik
2024-09-10btrfs: convert run_delalloc_cow() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_write_locked_range() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-01btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov
2024-08-01btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-11btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo
2024-07-11btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba
2024-07-11btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana