summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing1-5/+2
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
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba1-1/+1
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba1-1/+1
2024-07-11btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana1-4/+3
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana1-4/+4
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-7/+6
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana1-5/+0
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo1-14/+7
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo1-41/+14
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo1-44/+10
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo1-48/+37
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo1-36/+43
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo1-25/+11
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo1-25/+12
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo1-6/+51
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo1-3/+18
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo1-6/+6
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana1-51/+1
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba1-2/+0
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana1-8/+8
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-10/+7
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-14/+11
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana1-18/+35
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana1-6/+15
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana1-10/+8
2024-07-11btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()Filipe Manana1-23/+21
2024-07-11btrfs: preallocate inodes xarray entry to avoid transaction abortFilipe Manana1-7/+19
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana1-78/+50
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov1-1/+1
2024-06-12btrfs: use iget5_locked_rcuMateusz Guzik1-1/+1
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-511/+412
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+3
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik1-18/+24