summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig1-0/+38
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig1-24/+0
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig1-7/+0
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig1-3/+3
2023-02-15btrfs: remove the direct I/O read checksum lookup optimizationChristoph Hellwig1-27/+5
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig1-1/+3
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig1-4/+4
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou1-3/+2
2023-02-13btrfs: go to matching label when cleaning em in btrfs_submit_directPeng Hao1-1/+1
2023-02-13btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extentsJosef Bacik1-1/+1
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-01-03btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan1-1/+1
2023-01-02Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2022-12-15btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2022-12-13Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-420/+484
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-1/+1
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo1-3/+2
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba1-10/+9
2022-12-05btrfs: use btrfs_inode inside btrfs_verify_data_csumDavid Sterba1-6/+6
2022-12-05btrfs: use btrfs_inode inside compress_file_rangeDavid Sterba1-19/+18
2022-12-05btrfs: switch async_chunk::inode to btrfs_inodeDavid Sterba1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_inherit_iflagsDavid Sterba1-11/+11
2022-12-05btrfs: pass btrfs_inode to inode_tree_addDavid Sterba1-7/+7
2022-12-05btrfs: pass btrfs_inode to fixup_tree_root_locationDavid Sterba1-5/+5
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_by_nameDavid Sterba1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_unlink_subvolDavid Sterba1-16/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba1-3/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba1-5/+5
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba1-17/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba1-8/+8
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba1-1/+1
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba1-2/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba1-5/+5
2022-12-05btrfs: pass btrfs_inode to __unlink_start_transDavid Sterba1-4/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba1-8/+7
2022-12-05btrfs: switch btrfs_writepage_fixup::inode to btrfs_inodeDavid Sterba1-3/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delalloc_inodesDavid Sterba1-9/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_dirty_inodeDavid Sterba1-10/+10
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-9/+9
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-7/+7
2022-12-05btrfs: pass btrfs_inode to btrfs_truncateDavid Sterba1-21/+20
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_bioDavid Sterba1-7/+7
2022-12-05btrfs: switch btrfs_dio_private::inode to btrfs_inodeDavid Sterba1-8/+8
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba1-3/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba1-4/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba1-9/+8
2022-12-05btrfs: pass btrfs_inode to btrfs_wq_submit_bioDavid Sterba1-2/+2