summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval2018-10-151-10/+2
* Btrfs: don't clean dirty pages during buffered writesChris Mason2018-10-151-6/+23
* btrfs: use common helper instead of open coding a bit testDavid Sterba2018-10-151-1/+1
* btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov2018-10-151-80/+28
* btrfs: Factor out loop processing all refs of a headNikolay Borisov2018-10-151-0/+77
* btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsNikolay Borisov2018-10-151-17/+36
* btrfs: tests: polish ifdefs around testing helperDavid Sterba2018-10-151-6/+6
* btrfs: tests: group declarations of self-test helpersDavid Sterba2018-10-151-3/+1
* btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba2018-10-151-5/+4
* btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-154-13/+18
* Btrfs: preftree: use rb_first_cachedLiu Bo2018-10-151-15/+17
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-155-19/+22
* Btrfs: delayed-inode: use rb_first_cached for ins_root and del_rootLiu Bo2018-10-152-15/+18
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-155-20/+25
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-155-21/+26
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-10-151-0/+1
* btrfs: keep trim from interfering with transaction commitsJeff Mahoney2018-10-151-8/+17
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-10-151-0/+4
* btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney2018-10-151-2/+2
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-10-152-13/+8
* btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo2018-10-151-11/+38
* btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney2018-10-151-2/+5
* btrfs: change remove_extent_mapping to return voidzhong jiang2018-10-152-5/+2
* btrfs: handle error of get_old_rootNikolay Borisov2018-10-151-0/+4
* btrfs: Remove logically dead code from btrfs_orphan_cleanupNikolay Borisov2018-10-151-2/+0
* Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo2018-10-151-3/+0
* Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo2018-10-152-5/+6
* Btrfs: assert page dirty bit on extent buffer pagesLiu Bo2018-10-151-0/+6
* Btrfs: remove unnecessary level check in balance_levelLiu Bo2018-10-151-2/+1
* Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo2018-10-152-22/+7
* Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockLiu Bo2018-10-151-3/+3
* btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov2018-10-153-28/+25
* btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov2018-10-152-18/+17
* btrfs: Make btrfs_find_device_by_path return struct btrfs_deviceNikolay Borisov2018-10-151-12/+13
* btrfs: fix error handling in free_log_treeJeff Mahoney2018-10-151-3/+6
* btrfs: remove redundant variable from btrfs_cross_ref_existMisono Tomohiro2018-10-151-11/+2
* Btrfs: set leave_spinning in btrfs_get_extentLiu Bo2018-10-151-0/+8
* Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo2018-10-152-5/+5
* btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readColin Ian King2018-10-151-2/+0
* btrfs: remove unused pointer inode in relink_file_extentsColin Ian King2018-10-151-3/+0
* btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2018-10-151-1/+1
* Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo2018-10-151-4/+0
* btrfs: free path at an earlier point in btrfs_get_extentLiu Bo2018-10-151-1/+1
* Btrfs: use next_state in find_first_extent_bitLiu Bo2018-10-151-6/+1
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-10-151-0/+13
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-10-152-7/+13
* btrfs: change btrfs_pin_log_trans to return voidzhong jiang2018-10-152-5/+2
* btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang2018-10-151-4/+2
* Btrfs: remove always true if branch in btrfs_get_extentLiu Bo2018-10-151-10/+6
* btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo2018-10-151-0/+1