summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov1-0/+2
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-01-17btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2019-01-17btrfs: tree-checker: Verify block_group_itemQu Wenruo1-1/+1
2019-01-17Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2019-01-17btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2019-01-17btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-12/+12
2018-07-03Btrfs: make raid6 rebuild retry moreLiu Bo1-1/+8
2018-07-03Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin1-8/+1
2018-05-30Btrfs: fix scrub to repair raid6 corruptionLiu Bo1-1/+8
2018-05-26btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-03-22btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov1-0/+1
2018-03-22btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2017-09-02btrfs: remove duplicate const specifierColin Ian King1-1/+1
2016-03-04btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-02-25Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana1-10/+10
2016-02-25btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2015-12-19Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana1-2/+1
2015-11-28Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+6
2015-11-25btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte1-2/+2
2015-11-25btrfs: fix rcu warning during device replaceDavid Sterba1-4/+2
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana1-1/+2
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-1/+1
2015-11-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+21
2015-11-11btrfs: Fix lost-data-profile caused by balance bgZhao Lei1-0/+21
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-2/+2
2015-10-27btrfs: extend balance filter usage to take minimum and maximumDavid Sterba1-1/+40
2015-10-27btrfs: add balance filter for stripesGabríel Arthúr Pétursson1-0/+19
2015-10-27btrfs: extend balance filter limit to take minimum and maximumDavid Sterba1-0/+42
2015-10-22Btrfs: add a flags field to btrfs_transactionJosef Bacik1-1/+1
2015-10-22Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-68/+88
2015-10-21btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise1-9/+12
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei1-0/+7
2015-10-21btrfs: Move btrfs_raid_array to publicZhao Lei1-59/+69
2015-10-13Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason1-0/+3
2015-10-13Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason1-61/+78
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba1-0/+3
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-1/+2
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba1-2/+2
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba1-9/+9
2015-10-01Btrfs: add helper for closing one deviceAnand Jain1-30/+36
2015-10-01Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain1-1/+0
2015-10-01Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain1-12/+26
2015-10-01Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain1-4/+2
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-7/+7
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain1-4/+4
2015-09-29Btrfs: rename super_kobj to fsid_kobjAnand Jain1-1/+1