summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2018-01-22btrfs: Remove unused readahead spinlockMatthew Wilcox
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain
2018-01-22btrfs: Remove unused functionNikolay Borisov
2018-01-22btrfs: Remove redundant memory barrier in dev statsNikolay Borisov
2018-01-22btrfs: Fix memory barriers usage with device stats countersNikolay Borisov
2018-01-22Btrfs: free btrfs_device in placeLiu Bo
2017-10-30btrfs: declare btrfs_report_missing_device() staticAnand Jain
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo
2017-06-21btrfs: preallocate device flush bioDavid Sterba
2017-06-19btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain
2017-04-18btrfs: delete unused member nobarriersAnand Jain
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-06-07btrfs: use bio fields for op and flagsMike Christie
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain
2016-04-28btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba
2016-04-28btrfs: introduce device delete by devidAnand Jain