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