summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: constify device path passed to relevant helpersDavid Sterba2017-02-281-6/+6
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-29/+41
|\
| * btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-061-10/+0
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-10/+12
| * btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-061-4/+4
| * btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-2/+1
| * btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney2016-12-061-1/+1
| * btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-2/+2
| * btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-2/+2
| * btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-2/+23
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-1/+1
* btrfs: use bio fields for op and flagsMike Christie2016-06-071-1/+1
* btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-071-2/+2
* Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-161-46/+0
|\
| * btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-46/+0
* | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-161-2/+7
|\ \
| * | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-041-0/+2
| * | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-281-2/+2
| * | btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-281-1/+1
| * | btrfs: introduce device delete by devidAnand Jain2016-04-281-1/+1
| * | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-281-0/+3
| |/
* | Btrfs: fix divide error upon chunk's stripe_lenLiu Bo2016-05-061-1/+1
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
* | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-231-1/+0
|\ \ | |/ |/|
| * btrfs: make btrfs_close_one_device staticDavid Sterba2015-12-031-1/+0
* | btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba2015-11-251-1/+1
|/
* btrfs: add balance filters limits, stripes and usage to supported maskDavid Sterba2015-10-261-1/+4
* btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-261-0/+1
* btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-261-0/+1
* btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-261-0/+1
* btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-261-0/+8
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-0/+5
|\
| * btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei2015-10-211-0/+1
| * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-211-0/+4
* | Btrfs: add helper for closing one deviceAnand Jain2015-10-011-0/+1
* | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-011-1/+1
* | Btrfs: rename super_kobj to fsid_kobjAnand Jain2015-09-291-1/+1
|/
* Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-0/+3
|\
| * btrfs: iterate over unused chunk space in FITRIMJeff Mahoney2015-07-291-0/+3
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-301-0/+9
|\ \ | |/
| * Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-271-0/+3
| * Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-271-0/+1
| * Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-271-0/+5
* | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-2/+0
|/
* btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-161-2/+1
* Btrfs: Include map_type in raid_bioZhao Lei2015-01-211-0/+1
* Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-211-7/+3
* Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei2015-01-211-2/+9
OpenPOWER on IntegriCloud