summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte2015-11-251-2/+2
* btrfs: fix rcu warning during device replaceDavid Sterba2015-11-251-4/+2
* Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-251-1/+2
* Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-1/+1
* btrfs: Fix lost-data-profile caused by balance bgZhao Lei2015-11-101-0/+21
* btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-261-1/+40
* btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-261-0/+19
* btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-261-0/+42
* Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-211-1/+1
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-68/+88
|\
| * btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise2015-10-211-9/+12
| * btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei2015-10-211-0/+7
| * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-211-59/+69
* | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-121-0/+3
|\ \
| * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-101-0/+3
| |/
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-121-61/+78
|\ \
| * | Btrfs: add helper for closing one deviceAnand Jain2015-10-011-30/+36
| * | Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain2015-10-011-1/+0
| * | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-011-12/+26
| * | Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain2015-10-011-4/+2
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-7/+7
| * | Btrfs: SB read failure should return EIO for __bread failureAnand Jain2015-09-291-4/+4
| * | Btrfs: rename super_kobj to fsid_kobjAnand Jain2015-09-291-1/+1
| * | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain2015-09-291-3/+3
| * | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain2015-09-291-1/+1
| |/
* | btrfs: switch more printks to our helpersDavid Sterba2015-10-081-1/+2
* | btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba2015-10-081-2/+2
* | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-9/+9
|/
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-111-17/+4
|\
| * btrfs: Add raid56 support for updatingZhao Lei2015-08-311-17/+4
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-051-35/+44
|\ \ | |/
| * btrfs: fix compile when block cgroups are not enabledChris Mason2015-08-211-0/+2
| * btrfs: use __GFP_NOFAIL in alloc_btrfs_bioMichal Hocko2015-08-191-3/+1
| * Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-24/+39
| |\
| | * btrfs: iterate over unused chunk space in FITRIMJeff Mahoney2015-07-291-24/+39
| * | Btrfs: add support for blkio controllersChris Mason2015-08-091-0/+8
| * | btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()Zhaolei2015-08-091-8/+2
| * | btrfs: Fix data checksum error cause by replace with io-load.Zhaolei2015-08-091-0/+2
* | | btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet2015-08-131-72/+0
* | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-12/+11
|/ /
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-111-6/+44
|\ \ | |/
| * Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-301-5/+43
| * btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei2015-06-301-1/+1
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-301-23/+163
|\ \ | |/
| * Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-231-5/+92
| |\
| | * Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-191-0/+3
| | * Btrfs: free the stale deviceAnand Jain2015-06-191-0/+61
| | * Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain2015-05-271-1/+1
| | * Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-2/+2
| | * Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-1/+1
OpenPOWER on IntegriCloud