summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-231-1/+4
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
* dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16
* dm raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-211-1/+1
* dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-211-2/+2
* dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-211-3/+8
* dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka2019-08-151-0/+15
* dm zoned: fix a few typosDmitry Fomichev2019-08-152-5/+5
* dm zoned: add SPDX license identifiersDmitry Fomichev2019-08-154-0/+4
* dm zoned: properly handle backing device failureDmitry Fomichev2019-08-154-14/+110
* dm zoned: improve error handling in i/o map codeDmitry Fomichev2019-08-151-6/+16
* dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-152-11/+21
* dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-151-1/+4
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-151-1/+3
* Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-091-8/+12
|\
| * bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...Coly Li2019-08-091-8/+12
* | dm table: fix various whitespace issues with recent DAX codeMike Snitzer2019-07-301-7/+7
* | dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-301-1/+1
|/
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-0/+3
|\
| * bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun2019-07-221-0/+3
* | Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-184-34/+62
|\ \
| * | dm kcopyd: Increase default sub-job size to 512KBNikos Tsironis2019-07-171-6/+28
| * | dm snapshot: fix oversights in optional discard supportMike Snitzer2019-07-171-0/+10
| * | dm zoned: fix zone state management raceDamien Le Moal2019-07-172-28/+24
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-183-9/+25
|\ \ \
| * | | dm: enable synchronous daxPankaj Gupta2019-07-053-8/+23
| * | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+2
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-163-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab2019-07-153-3/+3
* | | | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-154-14/+18
|\ \ \ \ | |/ / / |/| | |
| * | | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-114-14/+18
* | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-141-1/+2
|\ \ \ \
| * | | | md: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
* | | | | Merge tag 'for-5.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-137-43/+268
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-121-3/+1
| * | | | dm snapshot: add optional discard support featuresMike Snitzer2019-07-121-21/+165
| * | | | dm crypt: implement eboiv - encrypted byte-offset initialization vectorMilan Broz2019-07-091-1/+81
| * | | | dm crypt: remove obsolete comment about plumb IVMilan Broz2019-07-091-3/+0
| * | | | dm crypt: wipe private IV struct after key invalid flag is setMilan Broz2019-07-091-7/+9
| * | | | dm integrity: use kzalloc() instead of kmalloc() + memset()Fuqian Huang2019-07-091-2/+1
| * | | | dm: update stale comment in end_clone_bio()Pavel Begunkov2019-07-091-1/+1
| * | | | dm log writes: fix incorrect comment about the logged sequence exampleQu Wenruo2019-07-091-1/+1
| * | | | dm log writes: use struct_size() to calculate size of pending_blockZhengyuan Liu2019-07-091-1/+1
| * | | | dm crypt: use struct_size() when allocating encryption contextZhengyuan Liu2019-07-091-1/+1
| * | | | dm integrity: always set version on superblock updateMilan Broz2019-07-091-1/+3
| * | | | dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer2019-07-021-2/+5
* | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-093-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-143-3/+3
* | | | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-0919-270/+741
|\ \ \ \ \
OpenPOWER on IntegriCloud