summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
|\ \ | |/ |/|
| * btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2021-01-251-1/+1
* | Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-201-0/+2
|\|
| * btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-181-0/+2
* | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-061-2/+2
|\|
| * btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-2/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-7/+6
|\ \ | |/ |/|
| * block: remove i_bdevChristoph Hellwig2020-12-011-7/+6
* | btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-2/+2
* | btrfs: implement log-structured superblock for ZONED modeNaohiro Aota2020-12-091-5/+15
* | btrfs: check and enable ZONED modeNaohiro Aota2020-12-091-0/+5
* | btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-091-3/+17
* | btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-12/+10
* | btrfs: drop never met disk total bytes check in verify_one_dev_extentAnand Jain2020-12-081-15/+10
* | btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain2020-12-081-4/+4
* | btrfs: set the lockdep class for extent buffers on creationJosef Bacik2020-12-081-1/+0
* | btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-1/+2
* | btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-081-6/+2
* | btrfs: create read policy frameworkAnand Jain2020-12-081-1/+13
* | btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-0/+13
* | btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-11-231-1/+7
|/
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-051-19/+7
* btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2020-10-271-1/+1
* btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-261-0/+3
* btrfs: skip devices without magic signature when mountingAnand Jain2020-10-071-6/+12
* btrfs: return error if we're unable to read device statsJosef Bacik2020-10-071-8/+18
* btrfs: init device stats for seed devicesJosef Bacik2020-10-071-41/+46
* btrfs: simplify gotos in open_seed_deviceAnand Jain2020-10-071-5/+3