aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+4
2022-12-15btrfs: fix an error handling path in btrfs_rename()Gravatar Christophe JAILLET 1-2/+4
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-420/+484
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: introduce a bitmap based csum range search functionGravatar Qu Wenruo 1-3/+2
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Gravatar Filipe Manana 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputGravatar David Sterba 1-10/+9
2022-12-05btrfs: use btrfs_inode inside btrfs_verify_data_csumGravatar David Sterba 1-6/+6
2022-12-05btrfs: use btrfs_inode inside compress_file_rangeGravatar David Sterba 1-19/+18
2022-12-05btrfs: switch async_chunk::inode to btrfs_inodeGravatar David Sterba 1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_inherit_iflagsGravatar David Sterba 1-11/+11
2022-12-05btrfs: pass btrfs_inode to inode_tree_addGravatar David Sterba 1-7/+7
2022-12-05btrfs: pass btrfs_inode to fixup_tree_root_locationGravatar David Sterba 1-5/+5
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_by_nameGravatar David Sterba 1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_unlink_subvolGravatar David Sterba 1-16/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentGravatar David Sterba 1-3/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentGravatar David Sterba 1-5/+5
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentGravatar David Sterba 1-17/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentGravatar David Sterba 1-8/+8
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameGravatar David Sterba 1-1/+1
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initGravatar David Sterba 1-2/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeGravatar David Sterba 1-5/+5
2022-12-05btrfs: pass btrfs_inode to __unlink_start_transGravatar David Sterba 1-4/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumGravatar David Sterba 1-8/+7
2022-12-05btrfs: switch btrfs_writepage_fixup::inode to btrfs_inodeGravatar David Sterba 1-3/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delalloc_inodesGravatar David Sterba 1-9/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_dirty_inodeGravatar David Sterba 1-10/+10
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockGravatar David Sterba 1-9/+9
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockGravatar David Sterba 1-7/+7
2022-12-05btrfs: pass btrfs_inode to btrfs_truncateGravatar David Sterba 1-21/+20
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_bioGravatar David Sterba 1-7/+7
2022-12-05btrfs: switch btrfs_dio_private::inode to btrfs_inodeGravatar David Sterba 1-8/+8
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioGravatar David Sterba 1-3/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioGravatar David Sterba 1-4/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioGravatar David Sterba 1-9/+8
2022-12-05btrfs: pass btrfs_inode to btrfs_wq_submit_bioGravatar David Sterba 1-2/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioGravatar David Sterba 1-2/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_startGravatar David Sterba 1-2/+2
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersGravatar David Sterba 1-2/+1
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioGravatar David Sterba 1-8/+7
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioGravatar David Sterba 1-3/+1
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorGravatar David Sterba 1-5/+4
2022-12-05btrfs: extract the inline extent read code into its own functionGravatar Qu Wenruo 1-35/+34
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Gravatar Qu Wenruo 1-1/+1
2022-12-05btrfs: do not reset extent map members for inline extents readGravatar Qu Wenruo 1-4/+9
2022-12-05btrfs: make inline extent read calculation much simplerGravatar Qu Wenruo 1-18/+20
2022-12-05btrfs: move orphan prototypes into orphan.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1