summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-14/+22
| |\ \ \ \ \
| * | | | | | bcache: add reclaimed_journal_buckets to struct cache_setColy Li2019-06-283-0/+7
| * | | | | | bcache: performance improvement for btree_flush_write()Coly Li2019-06-282-22/+67
| * | | | | | bcache: fix race in btree_flush_write()Coly Li2019-06-283-1/+36
| * | | | | | bcache: remove retry_flush_write from struct cache_setColy Li2019-06-283-7/+0
| * | | | | | bcache: add comments for mutex_lock(&b->write_lock)Coly Li2019-06-281-0/+10
| * | | | | | bcache: only clear BTREE_NODE_dirty bit when it is setColy Li2019-06-281-5/+6
| * | | | | | bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-06-283-36/+15
| * | | | | | bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-06-281-1/+0
| * | | | | | bcache: shrink btree node cache after bch_btree_check()Coly Li2019-06-281-0/+17
| * | | | | | bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()Coly Li2019-06-281-1/+2
| * | | | | | bcache: add code comments for journal_read_bucket()Coly Li2019-06-281-0/+24
| * | | | | | bcache: fix potential deadlock in cached_def_free()Coly Li2019-06-282-2/+4
| * | | | | | bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-06-281-2/+2