aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-5/+5
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2012-12-21dm: introduce per_bio_dataMikulas Patocka1-1/+10
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer1-1/+29
2012-12-21dm: disable WRITE SAMEMike Snitzer1-0/+2
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer1-0/+35
2012-09-26dm table: clear add_random unless all devices have it setMilan Broz1-4/+22
2012-07-27dm: allow targets to request flushes regardless of underlying device supportJoe Thornber1-0/+3
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-2/+4
2012-03-28dm table: simplify call to free_devicesHannes Reinecke1-2/+1
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-3/+3
2011-10-31dm table: add immutable featureAlasdair G Kergon1-0/+21
2011-10-31dm table: add always writeable featureAlasdair G Kergon1-0/+6
2011-10-31dm table: add singleton featureAlasdair G Kergon1-0/+16
2011-10-31dm table: propagate non rotational flagMandeep Singh Baines1-0/+30
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz1-0/+19
2011-09-25dm table: avoid crash if integrity profile changesMike Snitzer1-6/+7
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer1-0/+43
2011-08-02dm table: share target argument parsing functionsMike Snitzer1-0/+57
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka1-2/+1
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer1-20/+13
2011-08-02dm: use vzallocJoe Perches1-3/+1
2011-08-02dm table: fix discard supportMike Snitzer1-8/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-29dm table: reject devices without request fnsMilan Broz1-0/+17
2011-05-29dm table: allow targets to support discards internallyMike Snitzer1-1/+5
2011-04-05dm: improve block integrity supportMike Snitzer1-34/+80
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen1-2/+5
2011-03-10block: remove per-queue pluggingJens Axboe1-24/+0
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo1-0/+1
2011-01-13dm: per target unplug callback supportNeilBrown1-0/+5
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown1-0/+14
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+11
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-3/+2
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-5/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+3
2010-11-13block: simplify holder symlink handlingTejun Heo1-6/+17
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-5/+0
2010-08-12dm: linear support discardMike Snitzer1-0/+44
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry1-3/+52
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-6/+4
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda1-2/+0
2010-01-11DM: Fix device mapper topology stackingMartin K. Petersen1-15/+5
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-0/+3
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-4/+2
2009-12-10dm: bind new table before destroying oldAlasdair G Kergon1-0/+3
2009-09-04dm stripe: expose correct io hintsMike Snitzer1-0/+4
2009-09-04dm table: add more context to terse warning messagesMike Snitzer1-7/+18
2009-09-04dm table: fix queue_limit checking device iteratorMikulas Patocka1-11/+11