summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Remove root argument of cleanup_transactionNikolay Borisov2018-03-261-5/+4
* btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov2018-03-265-21/+13
* btrfs: Don't pass fs_info to __btrfs_run_delayed_itemsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov2018-03-263-5/+4
* btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-263-10/+9
* btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov2018-03-261-6/+8
* btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov2018-03-261-21/+14
* btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-263-20/+19
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-263-17/+8
* btrfs: btrfs_dev_replace_cancel() can return intAnand Jain2018-03-262-3/+3
* btrfs: rename __btrfs_dev_replace_cancel()Anand Jain2018-03-263-3/+3
* btrfs: open code btrfs_dev_replace_cancel()Anand Jain2018-03-263-12/+4
* btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov2018-03-261-1/+3
* Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King2018-03-261-1/+1
* btrfs: remove redundant check on ret and gotoColin Ian King2018-03-261-2/+1
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-262-11/+0
* btrfs: print error if primary super block write failsHoward McLauchlan2018-03-261-1/+14
* btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo2018-03-261-3/+3
* Btrfs: enhance leak debug checker for extent state and extent bufferLiu Bo2018-03-261-2/+2
* Linux 4.16-rc7v4.16-rc7Linus Torvalds2018-03-251-1/+1
* Merge tag 'dmaengine-fix-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-03-251-3/+6
|\
| * dmaengine: stm32-dmamux: fix a potential buffer overflowPierre-Yves MORDRET2018-03-221-3/+6
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-2514-97/+30
|\ \
| * | x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2018-03-233-10/+9
| * | x86/efi: Free efi_pgd with free_pages()Waiman Long2018-03-231-1/+1
| * | x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky2018-03-201-1/+1
| * | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-206-83/+0
| * | x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu2018-03-201-0/+4
| * | x86/build/64: Force the linker to use 2MB page sizeH.J. Lu2018-03-201-0/+9
| * | selftests/x86/ptrace_syscall: Fix for yet more glibc interferenceAndy Lutomirski2018-03-191-2/+6
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-251-3/+8
|\ \ \
| * | | posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
|\ \ \ \
| * | | | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| * | | | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-256-33/+49
|\ \ \ \ \
| * | | | | perf/cgroup: Fix child event counting bugSong Liu2018-03-201-5/+16
| * | | | | perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang2018-03-201-14/+17
| * | | | | perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang2018-03-204-13/+13
| * | | | | perf/x86/intel/uncore: Add missing filter constraint for SKX CHA eventStephane Eranian2018-03-201-0/+1
| * | | | | perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter2018-03-201-1/+1
| * | | | | perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang2018-03-201-1/+2
| |/ / / /
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-254-13/+37
|\ \ \ \ \
| * | | | | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-203-6/+7
| * | | | | locking/mutex: Improve documentationMatthew Wilcox2018-03-201-7/+30
| | |/ / / | |/| | |
* | | | | tty: vt: fix up tabstops properlyLinus Torvalds2018-03-251-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2018-03-241-55/+19
|\ \ \ \ \