summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik
2017-08-28dm ioctl: constify ioctl lookup tableEric Biggers
2017-08-28dm: constify argument arraysEric Biggers
2017-08-28dm integrity: count and display checksum failuresMikulas Patocka
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka
2017-08-28dm rq: do not update rq partially in each ending bioMing Lei
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche
2017-08-28dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche
2017-08-28dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche
2017-08-28dm: fix printk() rate limiting codeBart Van Assche
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche
2017-08-27Linux 4.13-rc7Linus Torvalds
2017-08-27Merge tag 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-27Merge tag 'char-misc-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-27Merge tag 'staging-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-08-27Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds
2017-08-27Minor page waitqueue cleanupsLinus Torvalds
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds
2017-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-08-26Merge tag 'pci-v4.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-08-25Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-08-25Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Linus Torvalds
2017-08-25Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-25Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-25PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULLChristoph Hellwig
2017-08-25Merge tag 'mmc-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2017-08-25Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-08-25Merge tag 'dmaengine-fix-4.13-rc7' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds
2017-08-25Merge tag 'drm-fixes-for-v4.13-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers
2017-08-25dax: fix deadlock due to misaligned PMD faultsRoss Zwisler
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov