summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-05btrfs: print transaction aborted messages with an error levelFilipe Manana
2022-12-05btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
2022-12-05btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana
2022-12-05btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana
2022-12-05btrfs: replace strncpy() with strscpy()Artem Chernyshev
2022-12-05btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik
2022-12-05btrfs: fix uninitialized parent in insert_stateJosef Bacik
2022-12-05btrfs: add might_sleep() annotationsChenXiaoSong
2022-12-05btrfs: add stack helpers for a few btrfs itemsJosef Bacik
2022-12-05btrfs: add nr_global_roots to the super block definitionJosef Bacik
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik
2022-12-05btrfs: add helpers for manipulating leaf items and dataJosef Bacik
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik
2022-12-05btrfs: move the csum helpers into ctree.hJosef Bacik
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik
2022-12-05btrfs: move root helpers back into ctree.hJosef Bacik
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig
2022-12-05btrfs: raid56: do data csum verification during RMW cycleQu Wenruo
2022-12-05btrfs: raid56: prepare data checksums for later RMW verificationQu Wenruo
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo
2022-12-05btrfs: allocate btrfs_io_context without GFP_NOFAILLi zeming
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekFilipe Manana
2022-12-05btrfs: use cached state when looking for delalloc ranges with fiemapFilipe Manana
2022-12-05btrfs: update stale comment for count_range_bits()Filipe Manana
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana
2022-12-05btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana
2022-12-05btrfs: search for delalloc more efficiently during lseek/fiemapFilipe Manana
2022-12-05btrfs: skip unnecessary delalloc searches during lseek/fiemapFilipe Manana
2022-12-05btrfs: add an early exit when searching for delalloc range for lseek/fiemapFilipe Manana
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain
2022-12-05btrfs: constify input buffer parameter in compression codeDavid Sterba
2022-12-05btrfs: raid56: remove the old error tracking systemQu Wenruo
2022-12-05btrfs: raid56: migrate recovery and scrub recovery path to use error_bitmapQu Wenruo
2022-12-05btrfs: raid56: introduce btrfs_raid_bio::error_bitmapQu Wenruo
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba