summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05dm writecache: skip writecache_wait for pmem modeHuaisheng Ye
2019-09-04dm stats: use struct_size() helperGustavo A. R. Silva
2019-09-03dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel
2019-09-03dm crypt: switch to ESSIV crypto API templateArd Biesheuvel
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel
2019-08-26dm space map common: remove check for impossible sm_find_free() return valueZhangXiaoxu
2019-08-26dm raid1: use struct_size() with kzalloc()Gustavo A. R. Silva
2019-08-26dm writecache: optimize performance by sorting the blocks for writeback_allHuaisheng Ye
2019-08-26dm writecache: add unlikely for getting two block with same LBAHuaisheng Ye
2019-08-26dm writecache: remove unused member pointer in writeback_structHuaisheng Ye
2019-08-26dm zoned: fix invalid memory accessMikulas Patocka
2019-08-23dm verity: add root hash pkcs#7 signature verificationJaskaran Khurana
2019-08-23dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka
2019-08-23dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-08-22dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-08-22dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-08-21dm raid: add missing cleanup in raid_ctr()Wenwen Wang
2019-08-21dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter
2019-08-21dm dust: use dust block size for badblocklist indexBryan Gurney
2019-08-15dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka
2019-08-15dm zoned: fix a few typosDmitry Fomichev
2019-08-15dm zoned: add SPDX license identifiersDmitry Fomichev
2019-08-15dm zoned: properly handle backing device failureDmitry Fomichev
2019-08-15dm zoned: improve error handling in i/o map codeDmitry Fomichev
2019-08-15dm zoned: improve error handling in reclaimDmitry Fomichev
2019-08-15dm kcopyd: always complete failed jobsDmitry Fomichev
2019-08-15Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka
2019-08-11Linux 5.3-rc4Linus Torvalds
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-11Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds
2019-08-10Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-08-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-08-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches
2019-08-10Merge tag 'char-misc-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-10Merge tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-08-10Merge tag 'staging-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-08-10Merge tag 'usb-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-08-10Merge tag 'pinctrl-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-08-10Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-08-09Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-09ARM: ep93xx: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva