summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-15
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-12
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-12
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-12
| * treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-12
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-12
|\ \ | |/ |/|
| * dm: add writecache targetMikulas Patocka2018-06-08
| * dm: adjust structure members to improve alignmentMike Snitzer2018-06-08
| * dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-08
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-09
|\ \
| * | MD: fix lock contention for flush biosXiao Ni2018-05-21
| * | md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang2018-05-17
| * | md/raid1: add error handling of read error from FailFast deviceGioh Kim2018-05-17
| * | md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-05-17
| * | raid5: copy write hint from origin bio to stripeMariusz Dabrowski2018-05-17
| * | md: fix two problems with setting the "re-add" device state.NeilBrown2018-05-01
| * | raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang2018-05-01
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-01
* | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-08
|\ \ \
| * \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-08
| |\ \ \
| | * | | dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-23
* | | | | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-08
|\ \ \ \ \
| * | | | | md: Unify mddev destruction pathsKent Overstreet2018-06-08
| | |_|_|/ | |/| | |
| * | | | dm: use bioset_init_from_src() to copy bio_setJens Axboe2018-06-08
* | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-06
|\ \ \ \ \
| * | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-06
| * | | | | overflow.h: Add allocation size calculation helpersKees Cook2018-06-05
* | | | | | Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-05
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dm/verity_fec: Use GFP aware reed solomon initThomas Gleixner2018-04-24
| | |_|_|/ | |/| | |
* | | | | dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2018-06-05
* | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-04
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-02
| * | | | dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
| * | | | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
| * | | | bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
| * | | | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-30
| * | | | bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-28
| * | | | bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-28
| * | | | bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-28
| * | | | bcache: stop bcache device when backing device is offlineColy Li2018-05-28
| * | | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-14
| * | | | block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-09
| | |/ / | |/| |
* | | | Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-18
|\ \ \ \ | |_|_|/ |/| | |
| * | | bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-17
| |/ /
* | | Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-10
|\ \ \ | |/ / |/| |
| * | dm mirror: remove VLA usageKees Cook2018-05-04
| * | dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer2018-04-30