summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-07-27bcache: finish incremental GCTang Junhui3-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui4-20/+7
2018-07-24md: remove a bogus commentChristoph Hellwig1-4/+0
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig1-1/+5
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner1-2/+1
2018-07-21Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+29
2018-07-19drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner1-3/+2
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan3-12/+12
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan1-2/+1
2018-07-05md/r5cache: remove redundant pointer bioColin Ian King1-2/+0
2018-07-05md-cluster: don't send msg if array is closingGuoqing Jiang1-1/+9
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang3-2/+34
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang1-9/+10
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka1-14/+29
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2-3/+12
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang1-0/+7
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer1-2/+9
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann1-1/+1
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche1-1/+1
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook1-5/+5
2018-06-22dm thin metadata: remove needless work from __commit_transactionMike Snitzer1-9/+0
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer1-3/+2
2018-06-18MD: cleanup resources in failureShaohua Li1-3/+5
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab3-3/+3
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-58/+80
2018-06-13Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-74/+2398
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook2-3/+3
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook5-5/+9
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook1-2/+3
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-4/+11
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook9-32/+38
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook7-12/+16
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds6-70/+148
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+77
2018-06-09Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams4-0/+77
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2-41/+34
2018-06-08dm: add writecache targetMikulas Patocka3-0/+2317
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer9-73/+79
2018-06-08md: Unify mddev destruction pathsKent Overstreet1-35/+18
2018-06-08dm: report which conflicting type caused error during table_load()Mike Snitzer1-1/+2
2018-06-08dm: use bioset_init_from_src() to copy bio_setJens Axboe1-6/+16
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-06-05overflow.h: Add allocation size calculation helpersKees Cook1-5/+5
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet7-7/+7
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds43-514/+490
2018-06-03dm-crypt: fix warning in shutdown pathKent Overstreet1-4/+3
2018-05-31dm: convert to bioset_init()/mempool_init()Kent Overstreet17-206/+197