aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-region-hash.c
AgeCommit message (Expand)Author
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2015-10-31dm: convert ffs to __ffsMikulas Patocka
2015-10-31dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2012-07-20dm raid1: fix crash with mirror recovery and discardMikulas Patocka
2011-03-31Fix common misspellingsLucas De Marchi
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-16dm raid1: fix null pointer dereference in suspendTakahiro Yasui
2009-12-10dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka
2009-12-10dm raid1: support flushMikulas Patocka
2009-06-22dm raid1: keep retrying alloc if mempool_alloc failedMikulas Patocka
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen