aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain1-1/+1
2018-03-26btrfs: add (the only possible) __exit annotationDavid Sterba1-1/+1
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo1-0/+22
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov1-2/+1
2018-03-26btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain1-2/+0
2018-01-22btrfs: Remove unused readahead spinlockMatthew Wilcox1-1/+0
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain1-1/+1
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain1-2/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain1-0/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain1-1/+3
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain1-1/+0
2018-01-22btrfs: Remove unused functionNikolay Borisov1-5/+0
2018-01-22btrfs: Remove redundant memory barrier in dev statsNikolay Borisov1-1/+7
2018-01-22btrfs: Fix memory barriers usage with device stats countersNikolay Borisov1-0/+12
2018-01-22Btrfs: free btrfs_device in placeLiu Bo1-1/+0
2017-10-30btrfs: declare btrfs_report_missing_device() staticAnand Jain1-2/+0
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-3/+5
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-3/+3
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov1-1/+0
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-2/+1
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo1-0/+2
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo1-0/+2
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-0/+1
2017-06-19btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba1-0/+4
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo1-0/+1
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain1-0/+1
2017-04-18btrfs: delete unused member nobarriersAnand Jain1-1/+0
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba1-2/+1
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo1-1/+1
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova1-1/+1
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba1-6/+6
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-29/+41
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-10/+0
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-10/+12
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-2/+1
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-2/+2
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-2/+2
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-2/+23
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-1/+1
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-1/+1
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie1-2/+2
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba1-46/+0
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba1-2/+7