summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-12-02btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo1-0/+7
2020-09-12btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
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
2018-12-08btrfs: tree-checker: Verify block_group_itemQu Wenruo1-1/+1
2018-12-08btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-06-26Btrfs: make raid6 rebuild retry moreLiu Bo1-1/+8
2018-06-26Revert "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-22btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-03-24btrfs: fix a bogus warning when converting only data or metadataAdam Borowski1-3/+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-10-08Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason1-10/+14
2016-09-26btrfs: fix a possible umount deadlockAnand Jain1-6/+20
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-14/+20
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-10/+8
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-46/+51
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney1-27/+11
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota1-14/+10
2016-08-27Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+19
2016-08-25btrfs: do not background blkdev_put()Anand Jain1-8/+19
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-05Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-57/+81
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-43/+48
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-9/+9
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney1-1/+1
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney1-2/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-5/+6
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo1-4/+24
2016-07-26btrfs: make sure device is synced before returnAnand Jain1-0/+5
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain1-36/+35
2016-07-19Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé1-1/+1
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra1-2/+2
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-2/+2
2016-06-11Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+94
2016-06-09Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason1-15/+94
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-6/+5
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie1-25/+30
2016-06-07btrfs: use bio op accessorsMike Christie1-7/+8
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-7/+7
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo1-0/+24