summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2022-12-05btrfs: pass btrfs_inode to btrfs_inherit_iflagsDavid Sterba
2022-12-05btrfs: pass btrfs_inode to inode_tree_addDavid Sterba
2022-12-05btrfs: pass btrfs_inode to fixup_tree_root_locationDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_by_nameDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_unlink_subvolDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to __unlink_start_transDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba
2022-12-05btrfs: switch btrfs_writepage_fixup::inode to btrfs_inodeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delalloc_inodesDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_dirty_inodeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_truncateDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_bioDavid Sterba
2022-12-05btrfs: switch btrfs_dio_private::inode to btrfs_inodeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: extract the inline extent read code into its own functionQu Wenruo
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo
2022-12-05btrfs: do not reset extent map members for inline extents readQu Wenruo
2022-12-05btrfs: make inline extent read calculation much simplerQu Wenruo
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: move acl prototypes into acl.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik