summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-041-0/+5
|\
| * btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn2024-10-011-0/+5
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* btrfs: convert btrfs_decompress() to take a folioLi Zetao2024-09-101-1/+1
* btrfs: convert try_release_extent_mapping() to take a folioLi Zetao2024-09-101-1/+1
* btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao2024-09-101-2/+2
* btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba2024-09-101-1/+1
* btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba2024-09-101-1/+1
* btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba2024-09-101-2/+2
* btrfs: add comment about locking in cow_file_range_inline()Boris Burkov2024-09-101-0/+14
* btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik2024-09-101-6/+6
* btrfs: convert insert_inline_extent() to use a folioJosef Bacik2024-09-101-4/+7
* btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik2024-09-101-6/+6
* btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik2024-09-101-6/+5
* btrfs: convert btrfs_get_extent() to take a folioJosef Bacik2024-09-101-3/+3
* btrfs: convert read_inline_extent() to use a folioJosef Bacik2024-09-101-7/+7
* btrfs: convert uncompress_inline() to take a folioJosef Bacik2024-09-101-4/+5
* btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik2024-09-101-4/+3
* btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik2024-09-101-15/+16
* btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik2024-09-101-26/+28
* btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik2024-09-101-14/+12
* btrfs: convert struct async_chunk to hold a folioJosef Bacik2024-09-101-12/+14
* btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik2024-09-101-14/+12
* btrfs: convert run_delalloc_compressed() to take a folioJosef Bacik2024-09-101-9/+11
* btrfs: convert btrfs_cleanup_ordered_extents() to take a folioJosef Bacik2024-09-101-12/+14
* btrfs: convert btrfs_cleanup_ordered_extents() to use foliosJosef Bacik2024-09-101-6/+6
* btrfs: convert run_delalloc_nocow() to take a folioJosef Bacik2024-09-101-9/+8
* btrfs: convert fallback_to_cow() to take a folioJosef Bacik2024-09-101-6/+8
* btrfs: convert cow_file_range() to take a folioJosef Bacik2024-09-101-24/+21
* btrfs: convert cow_file_range_inline() to take a folioJosef Bacik2024-09-101-6/+6
* btrfs: convert run_delalloc_cow() to take a folioJosef Bacik2024-09-101-10/+10
* btrfs: convert extent_write_locked_range() to take a folioJosef Bacik2024-09-101-1/+2
* btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik2024-09-101-11/+14
* btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik2024-09-101-3/+4
* btrfs: update target inode's ctime on unlinkJeff Layton2024-08-151-0/+1
* Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-071-0/+10
|\
| * btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov2024-08-011-0/+3
| * btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov2024-08-011-0/+7
* | Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-311-7/+11
|\|
| * btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba2024-07-301-1/+1
| * btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov2024-07-291-6/+10
* | Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-07-171-1143/+316
|\|
| * btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo2024-07-111-6/+20
| * btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo2024-07-111-0/+15
| * btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo2024-07-111-1/+1
| * btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo2024-07-111-3/+1
| * btrfs: move the direct IO code into its own fileFilipe Manana2024-07-111-770/+14
| * btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba2024-07-111-1/+1
| * btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba2024-07-111-3/+3
| * btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba2024-07-111-1/+1