summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba
2018-01-22btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba
2018-01-22btrfs: use non-RCU list traversal in write_all_supers calleesDavid Sterba
2018-01-22btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_infoDavid Sterba
2018-01-22btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_infoDavid Sterba
2018-01-22btrfs: simplify btrfs_close_bdevDavid Sterba
2018-01-22btrfs: document device lockingDavid Sterba
2018-01-22btrfs: simplify exit paths in btrfs_init_new_deviceDavid Sterba
2018-01-22btrfs: use free_device where opencodedDavid Sterba
2018-01-22btrfs: introduce free_device helperDavid Sterba
2018-01-22btrfs: rename device free rcu helper to free_device_rcuDavid Sterba
2018-01-22Btrfs: document rules about bio async submitLiu Bo
2018-01-22btrfs: Reduce scope of delayed_rsv->lock in may_commit_transNikolay Borisov
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2018-01-22btrfs: rename btrfs_add_device to btrfs_add_dev_itemAnand Jain
2018-01-22btrfs: Don't generate UUID for non-fs treeQu Wenruo
2018-01-22btrfs: move volume_mutex into the btrfs_rm_device()Anand Jain
2018-01-22btrfs: Use locked_end rather than open coding itNikolay Borisov
2018-01-22btrfs: Move loop termination condition in while()Nikolay Borisov
2018-01-22Btrfs: remove rcu_barrier in btrfs_close_devicesLiu Bo
2018-01-22btrfs: Move checks from btrfs_wq_run_delayed_node to btrfs_balance_delayed_itemsNikolay Borisov
2018-01-22btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labelsNikolay Borisov
2018-01-22btrfs: Remove redundant mirror_num argNikolay Borisov
2018-01-22btrfs: Remove unused functionNikolay Borisov
2018-01-22btrfs: Remove redundant memory barrier in dev statsNikolay Borisov
2018-01-22btrfs: Fix memory barriers usage with device stats countersNikolay Borisov
2018-01-22btrfs: clean up btrfs_dev_stat_inc usageAnand Jain
2018-01-22Btrfs: free btrfs_device in placeLiu Bo
2018-01-22Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-06btrfs: avoid accessing bvec table directly for a cloned bioMing Lei
2018-01-06btrfs: avoid access to .bi_vcnt directlyMing Lei
2018-01-06fs: convert to bio_last_bvec_all()Ming Lei
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-05Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-02btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason
2018-01-02btrfs: Fix flush bio leakNikolay Borisov
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-12btrfs: allow us to inject errors at io_ctl_initJosef Bacik
2017-12-12btrfs: make open_ctree error injectableJosef Bacik
2017-12-10Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-12-07btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov
2017-12-07Btrfs: disable FUA if mounted with nobarrierOmar Sandoval
2017-12-07btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
2017-12-07btrfs: Fix quota reservation leak on preallocated filesJustin Maggard