summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui
2018-07-27bcache: finish incremental GCTang Junhui
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui
2018-07-24md: remove a bogus commentChristoph Hellwig
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-05md/r5cache: remove redundant pointer bioColin Ian King
2018-07-05md-cluster: don't send msg if array is closingGuoqing Jiang
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook
2018-06-22dm thin metadata: remove needless work from __commit_transactionMike Snitzer
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer
2018-06-18MD: cleanup resources in failureShaohua Li
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextlibnvdimm-for-4.18Dan Williams
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08dm: add writecache targetMikulas Patocka
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-08md: Unify mddev destruction pathsKent Overstreet
2018-06-08dm: report which conflicting type caused error during table_load()Mike Snitzer
2018-06-08dm: use bioset_init_from_src() to copy bio_setJens Axboe
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05overflow.h: Add allocation size calculation helpersKees Cook
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsfor-linus-20180605Kent Overstreet
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet