aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
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: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIRJosef Bacik
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo
2022-08-22btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu
2022-07-25btrfs: merge btrfs_dev_stat_print_on_error with its only callerChristoph Hellwig
2022-07-25btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig
2022-07-25btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig
2022-07-25btrfs: do not return errors from raid56_parity_writeChristoph Hellwig
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig
2022-07-25btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo
2022-07-25btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-07-25btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo
2022-07-25btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo