summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-05-28btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-05-28btrfs: introduce conditional wakeup helpersDavid Sterba
2018-05-28btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo
2018-05-28btrfs: qgroup: Search commit root for rescan to avoid missing extentQu Wenruo
2018-05-28btrfs: take the last remnants of ->d_fsdata use outAl Viro
2018-05-28btrfs: Do super block verification before writing it to diskQu Wenruo
2018-05-28btrfs: Refactor btrfs_check_super_validQu Wenruo
2018-05-28btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo
2018-05-28btrfs: Remove fs_info argument from populate_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from remove_free_space_extentNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_free_space_extentNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from modify_free_space_bitmapNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from update_free_space_extent_countNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from add_new_free_space_infoNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov
2018-05-28btrfs: Add assert in __btrfs_del_delalloc_inodeNikolay Borisov
2018-05-28btrfs: incremental send, improve rmdir performance for large directoryRobbie Ko
2018-05-28btrfs: incremental send, move allocation until it's needed in orphan_dir_infoRobbie Ko
2018-05-28btrfs: split delayed ref head initialization and additionNikolay Borisov
2018-05-28btrfs: Use init_delayed_ref_head in add_delayed_ref_headNikolay Borisov
2018-05-28btrfs: Introduce init_delayed_ref_headNikolay Borisov
2018-05-28btrfs: Open-code add_delayed_data_refNikolay Borisov
2018-05-28btrfs: Open-code add_delayed_tree_refNikolay Borisov
2018-05-28btrfs: Use init_delayed_ref_common in add_delayed_data_refNikolay Borisov
2018-05-28btrfs: Use init_delayed_ref_common in add_delayed_tree_refNikolay Borisov
2018-05-28btrfs: Factor out common delayed refs init codeNikolay Borisov
2018-05-28btrfs: return original error code when failing from option parsingChengguang Xu
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba
2018-05-28btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transidQu Wenruo
2018-05-28btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"Colin Ian King
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov
2018-05-28btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueQu Wenruo
2018-05-28btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delay_iput parameter from __start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: do reverse path readahead in btrfs_shrink_deviceGu Jinxiang
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo