aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-1/+2
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-1/+1
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockGravatar Johannes Thumshirn 1-23/+23
2021-04-20btrfs: zoned: reset zones of relocated block groupsGravatar Johannes Thumshirn 1-0/+16
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsGravatar Qu Wenruo 1-2/+51
2021-04-19btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputGravatar Arnd Bergmann 1-0/+2
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedGravatar Jiapeng Chong 1-2/+2
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-1/+2
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2021-03-17btrfs: do not initialize dev stats if we have no dev_rootGravatar Josef Bacik 1-0/+3
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsGravatar Naohiro Aota 1-0/+72
2021-02-09btrfs: zoned: implement copying for zoned device-replaceGravatar Naohiro Aota 1-1/+1
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceGravatar Naohiro Aota 1-2/+29
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeGravatar Naohiro Aota 1-0/+14
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingGravatar Naohiro Aota 1-4/+4
2021-02-09btrfs: zoned: verify device extent is aligned to zoneGravatar Naohiro Aota 1-0/+14
2021-02-09btrfs: zoned: implement zoned chunk allocatorGravatar Naohiro Aota 1-17/+154
2021-02-09btrfs: zoned: defer loading zone info after opening treesGravatar Naohiro Aota 1-4/+0
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emGravatar Michal Rostecki 1-25/+18
2021-02-08btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_deviceGravatar Nikolay Borisov 1-4/+3
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-01-27btrfs: use bio_kmalloc in __alloc_deviceGravatar Christoph Hellwig 1-1/+1
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archGravatar Su Yue 1-1/+1
2021-01-20Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2021-01-18btrfs: fix lockdep splat in btrfs_recover_relocationGravatar Josef Bacik 1-0/+2
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2020-12-18btrfs: fix race between RO remount and the cleaner taskGravatar Filipe Manana 1-2/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+6
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 1-2/+2
2020-12-09btrfs: implement log-structured superblock for ZONED modeGravatar Naohiro Aota 1-5/+15
2020-12-09btrfs: check and enable ZONED modeGravatar Naohiro Aota 1-0/+5
2020-12-09btrfs: get zone information of zoned block devicesGravatar Naohiro Aota 1-3/+17
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 1-12/+10
2020-12-08btrfs: drop never met disk total bytes check in verify_one_dev_extentGravatar Anand Jain 1-15/+10
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsGravatar Anand Jain 1-4/+4
2020-12-08btrfs: set the lockdep class for extent buffers on creationGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferGravatar Josef Bacik 1-1/+2
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 1-6/+2
2020-12-08btrfs: create read policy frameworkGravatar Anand Jain 1-1/+13
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-0/+13
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-7/+6
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceGravatar Johannes Thumshirn 1-1/+7
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceGravatar Anand Jain 1-19/+7
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tGravatar Davidlohr Bueso 1-1/+1
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceGravatar Filipe Manana 1-0/+3
2020-10-07btrfs: skip devices without magic signature when mountingGravatar Anand Jain 1-6/+12
2020-10-07btrfs: return error if we're unable to read device statsGravatar Josef Bacik 1-8/+18
2020-10-07btrfs: init device stats for seed devicesGravatar Josef Bacik 1-41/+46
2020-10-07btrfs: simplify gotos in open_seed_deviceGravatar Anand Jain 1-5/+3