summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
14 daysmove asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn1-0/+5
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao1-2/+2
2024-09-10btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba1-1/+1
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba1-1/+1
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-2/+2
2024-09-10btrfs: add comment about locking in cow_file_range_inline()Boris Burkov1-0/+14
2024-09-10btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert insert_inline_extent() to use a folioJosef Bacik1-4/+7
2024-09-10btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik1-6/+5
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik1-3/+3
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik1-7/+7
2024-09-10btrfs: convert uncompress_inline() to take a folioJosef Bacik1-4/+5
2024-09-10btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik1-4/+3
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik1-15/+16
2024-09-10btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik1-26/+28
2024-09-10btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik1-14/+12
2024-09-10btrfs: convert struct async_chunk to hold a folioJosef Bacik1-12/+14
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik1-14/+12
2024-09-10btrfs: convert run_delalloc_compressed() to take a folioJosef Bacik1-9/+11
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to take a folioJosef Bacik1-12/+14
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to use foliosJosef Bacik1-6/+6
2024-09-10btrfs: convert run_delalloc_nocow() to take a folioJosef Bacik1-9/+8
2024-09-10btrfs: convert fallback_to_cow() to take a folioJosef Bacik1-6/+8
2024-09-10btrfs: convert cow_file_range() to take a folioJosef Bacik1-24/+21
2024-09-10btrfs: convert cow_file_range_inline() to take a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert run_delalloc_cow() to take a folioJosef Bacik1-10/+10
2024-09-10btrfs: convert extent_write_locked_range() to take a folioJosef Bacik1-1/+2
2024-09-10btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik1-11/+14
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik1-3/+4
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2024-08-01btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-0/+3
2024-08-01btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov1-0/+7
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+11
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov1-6/+10
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1143/+316
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2024-07-11btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo1-6/+20
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo1-0/+15
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo1-1/+1
2024-07-11btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo1-3/+1
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana1-770/+14
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba1-1/+1
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba1-3/+3