summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba
2019-09-09btrfs: sysfs: unexport space_info_ktypeDavid Sterba
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba
2019-09-09btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba
2019-09-09btrfs: opencode reset of all device statsAnand Jain
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain
2019-09-09btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana
2019-09-09btrfs: delete debugfs codeDavid Sterba
2019-09-09btrfs: sysfs: add debugging exportsDavid Sterba
2019-09-09btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik
2019-09-09btrfs: temporarily export fragment_free_spaceJosef Bacik
2019-09-09btrfs: export the caching control helpersJosef Bacik
2019-09-09btrfs: export the excluded extents helpersJosef Bacik
2019-09-09btrfs: export the block group caching helpersJosef Bacik
2019-09-09btrfs: migrate nocow and reservation helpersJosef Bacik
2019-09-09btrfs: migrate the block group ref counting stuffJosef Bacik
2019-09-09btrfs: migrate the block group lookup codeJosef Bacik
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: move btrfs_add_free_space out of a header fileJosef Bacik
2019-09-09btrfs: tree-log: use symbolic name for first replay stageDavid Sterba
2019-09-09btrfs: async-thread: convert defines to enumsDavid Sterba
2019-09-09btrfs: tree-log: convert defines to enumsDavid Sterba
2019-09-09btrfs: remove unused key type set/get helpersDavid Sterba
2019-09-09btrfs: remove unused btrfs_device::flush_bio_sentDavid Sterba
2019-09-09Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov
2019-09-09btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov
2019-09-09Btrfs: wake up inode cache waiters sooner to reduce waiting timeFilipe Manana
2019-09-09Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana
2019-09-09Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana
2019-09-09Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-09-09Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2019-09-09btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo
2019-09-09btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-09btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo
2019-09-09btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba
2019-09-09btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov