summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-223-4/+2Star
* btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-223-6/+3Star
* btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-223-4/+2Star
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-229-186/+9Star
* btrfs: tree-checker: Add checker for dir itemQu Wenruo2018-01-221-0/+141
* btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba2018-01-221-1/+1
* btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba2018-01-222-3/+3
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-229-42/+30Star
* btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba2018-01-222-7/+11
* btrfs: use non-RCU list traversal in write_all_supers calleesDavid Sterba2018-01-221-4/+5
* btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_infoDavid Sterba2018-01-221-4/+4
* btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_infoDavid Sterba2018-01-221-5/+2Star
* btrfs: simplify btrfs_close_bdevDavid Sterba2018-01-221-3/+5
* btrfs: document device lockingDavid Sterba2018-01-221-0/+65
* btrfs: simplify exit paths in btrfs_init_new_deviceDavid Sterba2018-01-221-4/+3Star
* btrfs: use free_device where opencodedDavid Sterba2018-01-221-28/+11Star
* btrfs: introduce free_device helperDavid Sterba2018-01-221-2/+14
* btrfs: rename device free rcu helper to free_device_rcuDavid Sterba2018-01-221-5/+5
* Btrfs: document rules about bio async submitLiu Bo2018-01-221-1/+16
* btrfs: Reduce scope of delayed_rsv->lock in may_commit_transNikolay Borisov2018-01-221-2/+2
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-228-11/+11
* btrfs: rename btrfs_add_device to btrfs_add_dev_itemAnand Jain2018-01-221-2/+2
* btrfs: Don't generate UUID for non-fs treeQu Wenruo2018-01-221-2/+3
* btrfs: move volume_mutex into the btrfs_rm_device()Anand Jain2018-01-222-4/+2Star
* btrfs: Use locked_end rather than open coding itNikolay Borisov2018-01-221-2/+2
* btrfs: Move loop termination condition in while()Nikolay Borisov2018-01-221-3/+1Star
* Btrfs: remove rcu_barrier in btrfs_close_devicesLiu Bo2018-01-221-6/+0Star
* btrfs: Move checks from btrfs_wq_run_delayed_node to btrfs_balance_delayed_itemsNikolay Borisov2018-01-221-5/+2Star
* btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labelsNikolay Borisov2018-01-221-25/+27
* btrfs: Remove redundant mirror_num argNikolay Borisov2018-01-221-9/+7Star
* btrfs: Remove unused functionNikolay Borisov2018-01-221-5/+0Star
* btrfs: Remove redundant memory barrier in dev statsNikolay Borisov2018-01-221-1/+7
* btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2018-01-222-2/+28
* btrfs: clean up btrfs_dev_stat_inc usageAnand Jain2018-01-221-4/+3Star
* Btrfs: free btrfs_device in placeLiu Bo2018-01-222-13/+2Star
* Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo2018-01-221-5/+0Star
* Linux 4.15-rc9Linus Torvalds2018-01-211-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-218-8/+46
|\
| * x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-191-3/+4
| * x86/pti: Document fix wrong indexzhenwei.pi2018-01-191-1/+1
| * kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-191-1/+22
| * kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu2018-01-191-1/+2
| * retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-193-1/+10
| * x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-193-1/+7
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-10/+15
|\ \
| * | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-6/+14
|\ \ \
| * | | irq/matrix: Spread interrupts on allocationThomas Gleixner2018-01-181-6/+14
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-01-212-12/+35
|\ \ \
| * | | alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi2018-01-211-6/+29