summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-08btrfs: harden identification of a stale deviceAnand Jain1-7/+38
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota1-0/+3
2022-02-23btrfs: zoned: cache reported zone during mountNaohiro Aota1-1/+1
2021-12-22btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki1-2/+4
2021-12-22btrfs: remove stale comment about the btrfs_show_devnameAnand Jain1-7/+0
2021-12-22btrfs: update latest_dev when we create a sprout deviceAnand Jain1-0/+2
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-5/+5
2021-12-08btrfs: silence lockdep when reading chunk tree during mountFilipe Manana1-5/+13
2021-11-25btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-09-17btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik1-6/+17
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-08-23btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza1-6/+1
2021-08-23btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain1-6/+2
2021-08-23btrfs: allow degenerate raid0/raid10David Sterba1-2/+2
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo1-0/+7
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba1-1/+1
2021-08-23btrfs: simplify data stripe calculation helpersDavid Sterba1-13/+2
2021-08-23btrfs: merge alloc_device helpersDavid Sterba1-41/+25
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba1-0/+26
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza1-1/+1
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov1-92/+0
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-85/+270
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana1-85/+270
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-8/+0
2021-06-22btrfs: fix typos in commentsDavid Sterba1-4/+4
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo1-3/+3
2021-06-21btrfs: remove stale comment for argument seed of btrfs_find_deviceSu Yue1-2/+0
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+1
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-05-14btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of errorJohannes Thumshirn1-1/+1
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+2
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-1/+1
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn1-23/+23
2021-04-20btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn1-0/+16
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo1-2/+51
2021-04-19btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann1-0/+2
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong1-2/+2
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-26Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2021-03-17btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik1-0/+3