summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-07-201-14/+29
|\
| * dm writecache: support optional offset for start of deviceMikulas Patocka2018-07-021-14/+29
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-07-022-3/+12
|\ \ | |/ |/|
| * md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
| * MD: cleanup resources in failureShaohua Li2018-06-181-3/+5
* | dm: prevent DAX mounts if not supportedRoss Zwisler2018-06-282-5/+5
* | dm thin: handle running out of data space vs concurrent discardMike Snitzer2018-06-271-2/+9
* | dm raid: don't use 'const' in function returnArnd Bergmann2018-06-221-1/+1
* | dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche2018-06-221-1/+1
* | dm writecache: use 2-factor allocator argumentsKees Cook2018-06-221-5/+5
* | dm thin metadata: remove needless work from __commit_transactionMike Snitzer2018-06-221-9/+0Star
* | dm: use bio_split() when splitting out the already processed bioMike Snitzer2018-06-221-3/+2Star
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-153-3/+3
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1319-58/+80
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-3/+3
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-135-5/+9
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-2/+3
| * treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-4/+11
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-139-32/+38
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-137-12/+16
* | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1313-74/+2398
|\ \ | |/ |/|
| * dm: add writecache targetMikulas Patocka2018-06-083-0/+2317
| * dm: adjust structure members to improve alignmentMike Snitzer2018-06-089-73/+79
| * dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-081-1/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-096-70/+148
|\ \
| * | MD: fix lock contention for flush biosXiao Ni2018-05-212-60/+120
| * | md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang2018-05-171-3/+3
| * | md/raid1: add error handling of read error from FailFast deviceGioh Kim2018-05-171-0/+2
| * | md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-05-171-0/+3
| * | raid5: copy write hint from origin bio to stripeMariusz Dabrowski2018-05-172-0/+7
| * | md: fix two problems with setting the "re-add" device state.NeilBrown2018-05-011-1/+3
| * | raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang2018-05-011-3/+5
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-012-3/+1Star
* | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-094-0/+77
|\ \ \
| * \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-094-0/+77
| |\ \ \
| | * | | dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-234-0/+77
* | | | | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-082-41/+34Star
|\ \ \ \ \
| * | | | | md: Unify mddev destruction pathsKent Overstreet2018-06-081-35/+18Star
| | |_|_|/ | |/| | |
| * | | | dm: use bioset_init_from_src() to copy bio_setJens Axboe2018-06-081-6/+16
* | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-072-6/+6
|\ \ \ \ \
| * | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
| * | | | | overflow.h: Add allocation size calculation helpersKees Cook2018-06-051-5/+5
* | | | | | Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-051-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dm/verity_fec: Use GFP aware reed solomon initThomas Gleixner2018-04-251-1/+1
| | |_|_|/ | |/| | |
* | | | | dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2018-06-057-7/+7
* | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0443-514/+490Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-031-4/+3Star
| * | | | dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3017-206/+197Star
| * | | | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3015-181/+159Star
| * | | | bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37Star