summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana
2023-04-17btrfs: do not use replace target device as an extra mirrorQu Wenruo
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
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