summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba2022-12-051-10/+9
* btrfs: use btrfs_inode inside btrfs_verify_data_csumDavid Sterba2022-12-051-6/+6
* btrfs: use btrfs_inode inside compress_file_rangeDavid Sterba2022-12-051-19/+18
* btrfs: switch async_chunk::inode to btrfs_inodeDavid Sterba2022-12-051-6/+6
* btrfs: pass btrfs_inode to btrfs_inherit_iflagsDavid Sterba2022-12-051-11/+11
* btrfs: pass btrfs_inode to inode_tree_addDavid Sterba2022-12-051-7/+7
* btrfs: pass btrfs_inode to fixup_tree_root_locationDavid Sterba2022-12-051-5/+5
* btrfs: pass btrfs_inode to btrfs_inode_by_nameDavid Sterba2022-12-051-6/+6
* btrfs: pass btrfs_inode to btrfs_unlink_subvolDavid Sterba2022-12-051-16/+16
* btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba2022-12-051-3/+2
* btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba2022-12-051-5/+5
* btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba2022-12-051-17/+16
* btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba2022-12-051-8/+8
* btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba2022-12-051-1/+1
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-051-2/+3
* btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba2022-12-051-5/+5
* btrfs: pass btrfs_inode to __unlink_start_transDavid Sterba2022-12-051-4/+4
* btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba2022-12-051-8/+7
* btrfs: switch btrfs_writepage_fixup::inode to btrfs_inodeDavid Sterba2022-12-051-3/+3
* btrfs: pass btrfs_inode to btrfs_add_delalloc_inodesDavid Sterba2022-12-051-9/+6
* btrfs: pass btrfs_inode to btrfs_dirty_inodeDavid Sterba2022-12-051-10/+10
* btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba2022-12-051-9/+9
* btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba2022-12-051-7/+7
* btrfs: pass btrfs_inode to btrfs_truncateDavid Sterba2022-12-051-21/+20
* btrfs: pass btrfs_inode to btrfs_submit_dio_bioDavid Sterba2022-12-051-7/+7
* btrfs: switch btrfs_dio_private::inode to btrfs_inodeDavid Sterba2022-12-051-8/+8
* btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba2022-12-051-3/+2
* btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba2022-12-051-4/+4
* btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba2022-12-051-9/+8
* btrfs: pass btrfs_inode to btrfs_wq_submit_bioDavid Sterba2022-12-051-2/+2
* btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba2022-12-051-2/+2
* btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba2022-12-051-2/+2
* btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba2022-12-051-2/+1
* btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba2022-12-051-8/+7
* btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba2022-12-051-3/+1
* btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba2022-12-051-5/+4
* btrfs: extract the inline extent read code into its own functionQu Wenruo2022-12-051-35/+34
* btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo2022-12-051-1/+1
* btrfs: do not reset extent map members for inline extents readQu Wenruo2022-12-051-4/+9
* btrfs: make inline extent read calculation much simplerQu Wenruo2022-12-051-18/+20
* btrfs: move orphan prototypes into orphan.hJosef Bacik2022-12-051-0/+1
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move verity prototypes into verity.hJosef Bacik2022-12-051-0/+1
* btrfs: move relocation prototypes into relocation.hJosef Bacik2022-12-051-0/+1
* btrfs: move acl prototypes into acl.hJosef Bacik2022-12-051-0/+1
* btrfs: move file prototypes to file.hJosef Bacik2022-12-051-0/+1
* btrfs: move ioctl prototypes into ioctl.hJosef Bacik2022-12-051-0/+1
* btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1