summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov2018-03-261-2/+1Star
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-261-2/+0Star
* btrfs: Remove unused readahead spinlockMatthew Wilcox2018-01-221-1/+0Star
* btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain2018-01-221-1/+1
* btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-221-2/+2
* btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain2018-01-221-0/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+3
* btrfs: drop btrfs_device::can_discard to query directlyAnand Jain2018-01-221-1/+0Star
* btrfs: Remove unused functionNikolay Borisov2018-01-221-5/+0Star
* btrfs: Remove redundant memory barrier in dev statsNikolay Borisov2018-01-221-1/+7
* btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2018-01-221-0/+12
* Btrfs: free btrfs_device in placeLiu Bo2018-01-221-1/+0Star
* btrfs: declare btrfs_report_missing_device() staticAnand Jain2017-10-301-2/+0Star
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-3/+5
|\
| * btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2017-08-181-1/+0Star
| * btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-2/+1Star
| * btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-161-0/+2
| * btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-161-0/+2
* | Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-3/+3
|/
* btrfs: preallocate device flush bioDavid Sterba2017-06-211-0/+1
* btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba2017-06-191-0/+4
* Btrfs: change how we iterate bios in endioLiu Bo2017-06-191-0/+1
* btrfs: add framework to handle device flush error as a volumeAnand Jain2017-06-191-0/+1
* btrfs: delete unused member nobarriersAnand Jain2017-04-181-1/+0Star
* btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba2017-04-181-2/+1Star
* Btrfs: create a helper for getting chunk mapLiu Bo2017-04-181-1/+1
* btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* 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/+0Star
| * 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/+1Star
| * 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/+0Star
|\
| * btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-46/+0Star
* | 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