summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
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
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo
2018-05-28btrfs: remove unused fs_info parameterGu Jinxiang
2018-05-28btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: print-tree: Add eb locking status output for debug buildQu Wenruo
2018-05-28btrfs: open code set_balance_controlDavid Sterba
2018-05-28btrfs: use mutex in btrfs_resume_balance_asyncDavid Sterba
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba
2018-05-28btrfs: move and comment read-only check in btrfs_cancel_balanceDavid Sterba
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba
2018-05-28btrfs: add sanity check when resuming balance after mountDavid Sterba
2018-05-28btrfs: add proper safety check before resuming dev-replaceDavid Sterba
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba
2018-05-28btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba
2018-05-28btrfs: export and rename free_deviceDavid Sterba
2018-05-28btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba
2018-05-28btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba
2018-05-28btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain
2018-05-28btrfs: cleanup find_device() drop list_head pointerAnand Jain
2018-05-28btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain