aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-10-15btrfs: qgroup: Introduce function to find all new tree blocks of reloc treeGravatar Qu Wenruo 1-0/+135
2018-10-15btrfs: qgroup: Introduce function to trace two swaped extentsGravatar Qu Wenruo 1-0/+162
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Gravatar Qu Wenruo 1-0/+4
2018-10-15btrfs: relocation: Add basic extent backref related comments for build_backre...Gravatar Qu Wenruo 1-10/+18
2018-10-15Btrfs: get rid of btrfs_symlink_aopsGravatar Omar Sandoval 1-10/+2
2018-10-15Btrfs: don't clean dirty pages during buffered writesGravatar Chris Mason 1-6/+23
2018-10-15btrfs: use common helper instead of open coding a bit testGravatar David Sterba 1-1/+1
2018-10-15btrfs: refactor __btrfs_run_delayed_refs loopGravatar Nikolay Borisov 1-80/+28
2018-10-15btrfs: Factor out loop processing all refs of a headGravatar Nikolay Borisov 1-0/+77
2018-10-15btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsGravatar Nikolay Borisov 1-17/+36
2018-10-15btrfs: tests: polish ifdefs around testing helperGravatar David Sterba 1-6/+6
2018-10-15btrfs: tests: group declarations of self-test helpersGravatar David Sterba 1-3/+1
2018-10-15btrfs: tests: move testing members of struct btrfs_root to the endGravatar David Sterba 1-5/+4
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeGravatar David Sterba 4-13/+18
2018-10-15Btrfs: preftree: use rb_first_cachedGravatar Liu Bo 1-15/+17
2018-10-15Btrfs: extent_map: use rb_first_cachedGravatar Liu Bo 5-19/+22
2018-10-15Btrfs: delayed-inode: use rb_first_cached for ins_root and del_rootGravatar Liu Bo 2-15/+18
2018-10-15Btrfs: delayed-refs: use rb_first_cached for ref_treeGravatar Liu Bo 5-20/+25
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootGravatar Liu Bo 5-21/+26
2018-10-15btrfs: wait on caching when putting the bg cacheGravatar Josef Bacik 1-0/+1
2018-10-15btrfs: keep trim from interfering with transaction commitsGravatar Jeff Mahoney 1-8/+17
2018-10-15btrfs: don't attempt to trim devices that don't support itGravatar Jeff Mahoney 1-0/+4
2018-10-15btrfs: iterate all devices during trim, instead of fs_devices::alloc_listGravatar Jeff Mahoney 1-2/+2
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemGravatar Qu Wenruo 2-13/+8
2018-10-15btrfs: Enhance btrfs_trim_fs function to handle error betterGravatar Qu Wenruo 1-11/+38
2018-10-15btrfs: fix error handling in btrfs_dev_replace_startGravatar Jeff Mahoney 1-2/+5
2018-10-15btrfs: change remove_extent_mapping to return voidGravatar zhong jiang 2-5/+2
2018-10-15btrfs: handle error of get_old_rootGravatar Nikolay Borisov 1-0/+4
2018-10-15btrfs: Remove logically dead code from btrfs_orphan_cleanupGravatar Nikolay Borisov 1-2/+0
2018-10-15Btrfs: remove wait_ordered_range in btrfs_evict_inodeGravatar Liu Bo 1-3/+0
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyGravatar Liu Bo 2-5/+6
2018-10-15Btrfs: assert page dirty bit on extent buffer pagesGravatar Liu Bo 1-0/+6
2018-10-15Btrfs: remove unnecessary level check in balance_levelGravatar Liu Bo 1-2/+1
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemGravatar Liu Bo 2-22/+7
2018-10-15Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockGravatar Liu Bo 1-3/+3
2018-10-15btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyGravatar Nikolay Borisov 3-28/+25
2018-10-15btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceGravatar Nikolay Borisov 2-18/+17
2018-10-15btrfs: Make btrfs_find_device_by_path return struct btrfs_deviceGravatar Nikolay Borisov 1-12/+13
2018-10-15btrfs: fix error handling in free_log_treeGravatar Jeff Mahoney 1-3/+6
2018-10-15btrfs: remove redundant variable from btrfs_cross_ref_existGravatar Misono Tomohiro 1-11/+2
2018-10-15Btrfs: set leave_spinning in btrfs_get_extentGravatar Liu Bo 1-0/+8
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentGravatar Liu Bo 2-5/+5
2018-10-15btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readGravatar Colin Ian King 1-2/+0
2018-10-15btrfs: remove unused pointer inode in relink_file_extentsGravatar Colin Ian King 1-3/+0
2018-10-15btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragGravatar Su Yue 1-1/+1
2018-10-15Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesGravatar Liu Bo 1-4/+0
2018-10-15btrfs: free path at an earlier point in btrfs_get_extentGravatar Liu Bo 1-1/+1
2018-10-15Btrfs: use next_state in find_first_extent_bitGravatar Liu Bo 1-6/+1
2018-10-15btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockGravatar Qu Wenruo 1-0/+13
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeGravatar Qu Wenruo 2-7/+13