summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig
2023-06-19btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig
2023-06-19btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana
2023-06-19btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana
2023-06-19btrfs: remove pointless label and goto at btrfs_record_unlink_dir()Filipe Manana
2023-06-19btrfs: update comments at btrfs_record_unlink_dir() to be more clearFilipe Manana
2023-06-19btrfs: use inode_logged() at btrfs_record_unlink_dir()Filipe Manana
2023-06-19btrfs: use inode_logged() at need_log_inode()Filipe Manana
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig
2023-06-19btrfs: unexport btrfs_run_discard_work and make it staticJohannes Thumshirn
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik
2023-06-19btrfs: add __KERNEL__ check for btrfs_no_printkJosef Bacik
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik
2023-06-19btrfs: add __btrfs_check_node helperJosef Bacik
2023-06-19btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik
2023-06-19btrfs: use btrfs_tree_block_status for leaf item errorsJosef Bacik
2023-06-19btrfs: add btrfs_tree_block_status definitions to tree-checker.hJosef Bacik
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo
2023-06-19btrfs: assert tree lock is held when removing free space entriesFilipe Manana
2023-06-19btrfs: assert tree lock is held when linking free spaceFilipe Manana
2023-06-19btrfs: assert tree lock is held when searching for free space entriesFilipe Manana
2023-06-19btrfs: assert proper locks are held at tree_insert_offset()Filipe Manana
2023-06-19btrfs: simplify arguments to tree_insert_offset()Filipe Manana
2023-06-19btrfs: use precomputed end offsets at do_trimming()Filipe Manana
2023-06-19btrfs: avoid searching twice for previous node when merging free space entriesFilipe Manana
2023-06-19btrfs: avoid extra memory allocation when copying free space cacheFilipe Manana
2023-06-19btrfs: simplify transid initialization in btrfs_ioctl_wait_syncTom Rix
2023-06-19btrfs: output affected files when relocation failsQu Wenruo
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-06-19btrfs: submit IO synchronously for fast checksum implementationsChristoph Hellwig
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo
2023-06-19btrfs: export bitmap_test_range_all_{set,zero}Naohiro Aota
2023-06-19btrfs: tag as unlikely the key comparison when checking sibling keysFilipe Manana
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana