summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2018-01-22btrfs: tree-checker: Add checker for dir itemQu Wenruo
2018-01-22btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba
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-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-05Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-05Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-04userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli
2018-01-03Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds
2018-01-03exec: Weaken dumpability for secureexecKees Cook
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong
2018-01-02xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-01-02xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2018-01-02btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason
2018-01-02btrfs: Fix flush bio leakNikolay Borisov
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells
2018-01-02afs: Fix unlinkDavid Howells
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter
2017-12-22Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong