summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-084-0/+77
|\ \
| * \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-084-0/+77
| |\ \
| | * | dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-224-0/+77
* | | | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-082-41/+34
|\ \ \ \
| * | | | md: Unify mddev destruction pathsKent Overstreet2018-06-081-35/+18
| * | | | 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-062-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-241-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/+490
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-021-4/+3
| * | | | dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3017-206/+197
| * | | | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3015-181/+159
| * | | | bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37
| * | | | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
| * | | | bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9
| * | | | bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-283-40/+35
| * | | | bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-283-20/+18
| * | | | bcache: stop bcache device when backing device is offlineColy Li2018-05-282-0/+55
| * | | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+2
| * | | | block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-1/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-181-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-171-1/+3
| |/ /
* | | Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-105-11/+15
|\ \ \ | |/ / |/| |
| * | dm mirror: remove VLA usageKees Cook2018-05-041-4/+6
| * | dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer2018-04-301-3/+4
| * | dm cache background tracker: fix sparse warningMike Snitzer2018-04-301-1/+1
| * | dm bufio: fix buffer alignmentMikulas Patocka2018-04-301-2/+3
| * | dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka2018-04-301-1/+1
| |/
* | bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li2018-05-031-1/+1
* | bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li2018-05-031-0/+14
* | bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li2018-05-031-1/+4
* | bcache: count backing device I/O error for writeback I/OColy Li2018-05-031-1/+3
* | bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li2018-05-031-0/+17
* | bcache: store disk name in struct cache and struct cached_devColy Li2018-05-035-34/+30
|/
* Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-04-202-7/+24
|\
| * raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-091-0/+2
| * md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-091-5/+18
OpenPOWER on IntegriCloud