summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-071-3/+4
* btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-071-6/+17
* btrfs: update the bdev time directly when closingJosef Bacik2021-09-071-8/+10
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-08-231-0/+3
* btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo2021-08-231-1/+1
* btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-231-6/+1
* btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain2021-08-231-6/+2
* btrfs: allow degenerate raid0/raid10David Sterba2021-08-231-2/+2
* btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2021-08-231-0/+7
* btrfs: constify and cleanup variables in comparatorsDavid Sterba2021-08-231-1/+1
* btrfs: simplify data stripe calculation helpersDavid Sterba2021-08-231-13/+2
* btrfs: merge alloc_device helpersDavid Sterba2021-08-231-41/+25
* btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba2021-08-231-0/+26
* btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza2021-08-231-1/+1
* btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov2021-08-231-92/+0
* Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-301-0/+1
|\
| * btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-07-281-0/+1
* | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-131-85/+270
|\|
| * btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-85/+270
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-1/+1
|\ \ | |/ |/|
| * block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-1/+1
* | btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-8/+0
* | btrfs: fix typos in commentsDavid Sterba2021-06-221-4/+4
* | btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo2021-06-211-3/+3
* | btrfs: remove stale comment for argument seed of btrfs_find_deviceSu Yue2021-06-211-2/+0
|/
* Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-171-1/+1
|\
| * btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of errorJohannes Thumshirn2021-05-141-1/+1
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+2
|\ \ | |/ |/|
| * treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
* | btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-1/+1
* | btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-23/+23
* | btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn2021-04-201-0/+16
* | btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-2/+51
* | btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann2021-04-191-0/+2
* | btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong2021-04-191-2/+2
|/
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-0/+3
|\
| * btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik2021-03-171-0/+3
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+1
|\ \ | |/ |/|
| * btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig2021-01-271-1/+1
* | btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-091-0/+72
* | btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota2021-02-091-1/+1
* | btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota2021-02-091-2/+29
* | btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+14
* | btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-4/+4
* | btrfs: zoned: verify device extent is aligned to zoneNaohiro Aota2021-02-091-0/+14
* | btrfs: zoned: implement zoned chunk allocatorNaohiro Aota2021-02-091-17/+154
* | btrfs: zoned: defer loading zone info after opening treesNaohiro Aota2021-02-091-4/+0
* | btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki2021-02-081-25/+18
* | btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_deviceNikolay Borisov2021-02-081-4/+3
* | Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-291-1/+1
|\ \ | |/ |/|