summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo2019-09-091-0/+92
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-09-091-0/+8
* btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo2019-09-091-2/+11
* btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo2019-09-093-146/+0
* btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo2019-09-091-0/+19
* btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo2019-09-091-0/+6
* btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo2019-09-092-4/+3
* btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba2019-09-091-2/+2
* btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba2019-09-091-0/+2
* btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai2019-09-091-0/+3
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-096-36/+19
* btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov2019-09-093-35/+25
* btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov2019-09-091-10/+8
* btrfs: Return number of compressed extents directly in compress_file_rangeNikolay Borisov2019-09-091-9/+11
* btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+4
* btrfs: Remove unused locking functionsNikolay Borisov2019-09-092-38/+0
* btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann2019-09-091-3/+4
* btrfs: remove set but not used variable 'offset'YueHaibing2019-09-091-2/+0
* Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana2019-09-093-167/+188