aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo1-1/+1
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain1-0/+2
2016-04-28btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney1-46/+0
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba1-2/+2
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba1-1/+1
2016-04-28btrfs: introduce device delete by devidAnand Jain1-1/+1
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Anand Jain1-0/+3
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+0
2015-12-03btrfs: make btrfs_close_one_device staticDavid Sterba1-1/+0
2015-11-25btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba1-1/+1
2015-10-26btrfs: add balance filters limits, stripes and usage to supported maskDavid Sterba1-1/+4
2015-10-26btrfs: extend balance filter usage to take minimum and maximumDavid Sterba1-0/+1
2015-10-26btrfs: add balance filter for stripesGabríel Arthúr Pétursson1-0/+1
2015-10-26btrfs: extend balance filter limit to take minimum and maximumDavid Sterba1-0/+1
2015-10-26btrfs: check unsupported filters in balance argumentsDavid Sterba1-0/+8
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-0/+5
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei1-0/+1
2015-10-21btrfs: Move btrfs_raid_array to publicZhao Lei1-0/+4
2015-10-01Btrfs: add helper for closing one deviceAnand Jain1-0/+1
2015-10-01Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain1-1/+1
2015-09-29Btrfs: rename super_kobj to fsid_kobjAnand Jain1-1/+1
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-0/+3
2015-07-29btrfs: iterate over unused chunk space in FITRIMJeff Mahoney1-0/+3
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+9
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain1-0/+3
2015-05-27Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devicesAnand Jain1-0/+5
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer1-2/+0
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen1-2/+1
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei1-0/+1
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-7/+3
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei1-2/+9
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-3/+11
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-0/+12
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie1-3/+7
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-0/+4
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo1-2/+4
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-0/+2
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie1-2/+3
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie1-0/+2
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-0/+84
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-0/+4
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-0/+18