summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana1-0/+1
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo1-0/+73
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain1-1/+0
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain1-4/+4
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana1-1/+1
2023-04-17btrfs: do not use replace target device as an extra mirrorQu Wenruo1-120/+7
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo1-51/+33
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo1-91/+71
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo1-7/+9
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo1-4/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo1-29/+36
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-31/+34
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana1-1/+8
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain1-1/+10
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo1-1/+2
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig1-83/+31
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig1-9/+8
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig1-25/+26
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo1-1/+10
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red1-1/+2
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-291/+5
2022-12-05btrfs: allocate btrfs_io_context without GFP_NOFAILLi zeming1-1/+4
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-8/+8
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain1-37/+31
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba1-2/+1
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-7/+5
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-20/+23
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba1-0/+3
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn1-2/+9
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn1-0/+12
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin1-8/+8
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo1-1/+11
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo1-1/+1
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig1-37/+57
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig1-14/+46
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig1-9/+5
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig1-23/+28
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-16/+14
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig1-1/+17