summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'kbuild-fixes-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-11-115-14/+19
|\ \
| * | builddeb: Fix inclusion of dtbs in debian packageRob Herring2018-11-111-2/+2
| * | Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck2018-11-111-1/+1
| * | kbuild: deb-pkg: fix too low build version numberMasahiro Yamada2018-11-111-2/+5
| * | kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada2018-11-111-3/+4
| * | kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada2018-11-061-1/+1
| * | kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada2018-11-061-5/+6
* | | Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-118-57/+107
|\ \ \
| * | | Btrfs: fix missing delayed iputs on unmountOmar Sandoval2018-11-071-36/+15
| * | | Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-061-2/+10
| * | | Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-061-0/+2
| * | | Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-063-11/+46
| * | | btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2018-11-061-3/+3
| * | | btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-11-061-1/+1
| * | | Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana2018-11-061-0/+17
| * | | btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-061-1/+11
| * | | Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-061-3/+2
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-11-115-31/+51
|\ \ \ \
| * | | | ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin2018-11-091-0/+6
| * | | | ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-071-0/+1
| * | | | ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-071-2/+5
| * | | | ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-071-0/+2
| * | | | ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-071-0/+2
| * | | | ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-071-1/+3
| * | | | ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-071-0/+1
| * | | | ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-071-8/+8
| * | | | ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()Vasily Averin2018-11-061-5/+1
| * | | | ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-061-0/+1
| * | | | ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-061-1/+3
| * | | | ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-061-2/+3
| * | | | ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-061-0/+4
| * | | | ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-061-1/+1
| * | | | ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-031-1/+3
| * | | | ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-031-2/+1
| * | | | ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-031-2/+4
| * | | | ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin2018-11-031-6/+2
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-1117-138/+114
|\ \ \ \ \
| * | | | | x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)2018-11-091-1/+1
| * | | | | x86/vsmp: Remove dependency on pv_irq_opsEial Czerwacki2018-11-062-78/+7
| * | | | | x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov2018-11-061-8/+0
| * | | | | x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov2018-11-061-13/+38
| * | | | | x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov2018-11-064-27/+29
| * | | | | acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-063-1/+7
| * | | | | acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-063-3/+5
| * | | | | x86/build: Remove -pipe from KBUILD_CFLAGSNathan Chancellor2018-11-051-3/+1
| * | | | | x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()Yi Wang2018-11-051-1/+1
| * | | | | Documentation/x86: Fix typo in zero-page.txtRandy Dunlap2018-11-051-1/+1
| * | | | | x86/hyper-v: Enable PIT shutdown quirkMichael Kelley2018-11-041-0/+11
| * | | | | clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley2018-11-042-2/+13
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-1119-121/+820
|\ \ \ \ \ \