summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-region-hash.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
* dm: use bio op accessorsMike Christie2016-06-071-2/+2
* dm: convert ffs to __ffsMikulas Patocka2015-10-311-1/+1
* dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-311-3/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+2
* dm raid1: fix crash with mirror recovery and discardMikulas Patocka2012-07-201-1/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-8/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dm raid1: fix null pointer dereference in suspendTakahiro Yasui2010-02-161-3/+2
* dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-101-5/+1
* dm raid1: support flushMikulas Patocka2009-12-101-2/+23
* dm raid1: keep retrying alloc if mempool_alloc failedMikulas Patocka2009-06-221-1/+1
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-1/+0
* dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-211-0/+704