aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig2-115/+37
2023-06-19btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig1-10/+2
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig1-20/+1
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig1-17/+9
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig2-13/+5
2023-06-19btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig1-96/+24
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig1-100/+26
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig1-20/+25
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig1-14/+1
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig1-65/+37
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig1-26/+11
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig1-2/+4
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig3-149/+41
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig3-4/+4
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig1-63/+36
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig1-12/+5
2023-06-19btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig1-31/+14
2023-06-19btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig1-3/+3
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig1-1/+2
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig2-2/+1
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo1-0/+7
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana1-1/+1
2023-06-19btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana3-6/+6
2023-06-19btrfs: remove pointless label and goto at btrfs_record_unlink_dir()Filipe Manana1-7/+3
2023-06-19btrfs: update comments at btrfs_record_unlink_dir() to be more clearFilipe Manana1-4/+8
2023-06-19btrfs: use inode_logged() at btrfs_record_unlink_dir()Filipe Manana1-2/+2
2023-06-19btrfs: use inode_logged() at need_log_inode()Filipe Manana1-3/+3
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong1-42/+0
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo2-15/+29
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig7-42/+4
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig3-10/+6
2023-06-19btrfs: unexport btrfs_run_discard_work and make it staticJohannes Thumshirn2-18/+17
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik2-8/+10
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik2-1/+8
2023-06-19btrfs: add __KERNEL__ check for btrfs_no_printkJosef Bacik1-0/+7
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik3-17/+17
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik4-60/+60
2023-06-19btrfs: add __btrfs_check_node helperJosef Bacik2-12/+18
2023-06-19btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik2-13/+29
2023-06-19btrfs: use btrfs_tree_block_status for leaf item errorsJosef Bacik1-7/+12
2023-06-19btrfs: add btrfs_tree_block_status definitions to tree-checker.hJosef Bacik1-0/+13
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik3-32/+13
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik3-9/+5
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik4-21/+21
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo3-0/+55
2023-06-19btrfs: assert tree lock is held when removing free space entriesFilipe Manana1-10/+24
2023-06-19btrfs: assert tree lock is held when linking free spaceFilipe Manana1-0/+2
2023-06-19btrfs: assert tree lock is held when searching for free space entriesFilipe Manana1-0/+2
2023-06-19btrfs: assert proper locks are held at tree_insert_offset()Filipe Manana1-6/+19
2023-06-19btrfs: simplify arguments to tree_insert_offset()Filipe Manana1-21/+16