summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+29
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka-14/+29
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-3/+12
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler-5/+5
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang-0/+7
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer-2/+9
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann-1/+1
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche-1/+1
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook-5/+5
2018-06-22dm thin metadata: remove needless work from __commit_transactionMike Snitzer-9/+0
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer-3/+2
2018-06-18MD: cleanup resources in failureShaohua Li-3/+5
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-3/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-58/+80
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-74/+2398
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-3/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-5/+9
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-2/+3
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-4/+11
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-32/+38
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-12/+16
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-70/+148
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+77
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams-0/+77
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds-41/+34
2018-06-08dm: add writecache targetMikulas Patocka-0/+2317
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer-73/+79
2018-06-08md: Unify mddev destruction pathsKent Overstreet-35/+18
2018-06-08dm: report which conflicting type caused error during table_load()Mike Snitzer-1/+2
2018-06-08dm: use bioset_init_from_src() to copy bio_setJens Axboe-6/+16
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+6
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-1/+1
2018-06-05overflow.h: Add allocation size calculation helpersKees Cook-5/+5
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet-7/+7
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-514/+490
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet-4/+3
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet-206/+197
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet-181/+159
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet-52/+37
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet-1/+1
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li-0/+55
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams-0/+77
2018-05-21MD: fix lock contention for flush biosXiao Ni-60/+120
2018-05-18Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang-3/+3
2018-05-17md/raid1: add error handling of read error from FailFast deviceGioh Kim-0/+2