summaryrefslogtreecommitdiff
path: root/drivers
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-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-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 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09pcmcia: db1xxx_ss: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09video: fbdev: omapfb_main: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09watchdog: riowd: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-09s390/net: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09crypto: ux500/crypt: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09watchdog: wdt977: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-09watchdog: scx200_wdt: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-09watchdog: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09mfd: omap-usb-host: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-08-09drm/i915: Remove redundant user_access_end() from __copy_from_user() error pathJosh Poimboeuf