summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: migrate the dirty bg writeout codeJosef Bacik2019-09-094-521/+519
* btrfs: migrate inc/dec_block_group_ro codeJosef Bacik2019-09-094-214/+214
* btrfs: temporarily export btrfs_get_restripe_targetJosef Bacik2019-09-092-3/+4
* btrfs: migrate the block group read/creation codeJosef Bacik2019-09-094-600/+601
* btrfs: migrate the block group removal codeJosef Bacik2019-09-094-544/+547
* btrfs: temporarily export inc_block_group_roJosef Bacik2019-09-092-7/+9
* btrfs: migrate the block group caching codeJosef Bacik2019-09-094-461/+462
* btrfs: sysfs: move helper macros to sysfs.cDavid Sterba2019-09-092-49/+48
* btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba2019-09-092-18/+16
* btrfs: cleanup kobject.h includesDavid Sterba2019-09-093-2/+2
* btrfs: factor out sysfs code for updating sprout fsidDavid Sterba2019-09-093-10/+19
* btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba2019-09-093-13/+24
* btrfs: factor out sysfs code for sending device ueventDavid Sterba2019-09-093-13/+12
* btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba2019-09-093-3/+8
* btrfs: sysfs: unexport space_info_ktypeDavid Sterba2019-09-092-2/+1
* btrfs: factor out sysfs code for creating space infosDavid Sterba2019-09-093-23/+41
* btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba2019-09-092-2/+1
* btrfs: factor sysfs code out of link_block_groupDavid Sterba2019-09-093-35/+49
* btrfs: move sysfs declarations out of ctree.hDavid Sterba2019-09-093-12/+12
* btrfs: opencode reset of all device statsAnand Jain2019-09-091-10/+2
* btrfs: reset device stat using btrfs_dev_stat_setAnand Jain2019-09-092-9/+3
* btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo2019-09-091-17/+29
* btrfs: clarify btrfs_ioctl_get_dev_stats paddingHans van Kranenburg2019-09-091-1/+6
* Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana2019-09-091-7/+22
* Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana2019-09-091-0/+2
* btrfs: delete debugfs codeDavid Sterba2019-09-092-35/+0
* btrfs: sysfs: add debugging exportsDavid Sterba2019-09-091-0/+32
* btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik2019-09-092-3/+3
* btrfs: temporarily export fragment_free_spaceJosef Bacik2019-09-092-4/+5
* btrfs: export the caching control helpersJosef Bacik2019-09-092-18/+21
* btrfs: export the excluded extents helpersJosef Bacik2019-09-092-17/+22
* btrfs: export the block group caching helpersJosef Bacik2019-09-092-35/+39
* btrfs: migrate nocow and reservation helpersJosef Bacik2019-09-094-88/+88
* btrfs: migrate the block group ref counting stuffJosef Bacik2019-09-094-28/+27
* btrfs: migrate the block group lookup codeJosef Bacik2019-09-095-98/+105
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-0921-148/+175
* btrfs: move btrfs_add_free_space out of a header fileJosef Bacik2019-09-092-8/+10
* btrfs: tree-log: use symbolic name for first replay stageDavid Sterba2019-09-091-1/+1
* btrfs: async-thread: convert defines to enumsDavid Sterba2019-09-091-3/+5
* btrfs: tree-log: convert defines to enumsDavid Sterba2019-09-091-8/+12
* btrfs: remove unused key type set/get helpersDavid Sterba2019-09-091-10/+0
* btrfs: remove unused btrfs_device::flush_bio_sentDavid Sterba2019-09-091-1/+0
* Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana2019-09-091-145/+131
* btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov2019-09-091-20/+10
* btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov2019-09-091-4/+0
* Btrfs: wake up inode cache waiters sooner to reduce waiting timeFilipe Manana2019-09-091-0/+1
* Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana2019-09-091-1/+3
* Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana2019-09-091-5/+18
* Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana2019-09-091-0/+1
* Btrfs: fix hang when loading existing inode cache off diskFilipe Manana2019-09-091-0/+1