aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2013-12-20dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka
2013-12-04dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka
2013-05-10dm table: fix write same supportMike Snitzer
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui
2012-12-21dm: introduce per_bio_dataMikulas Patocka
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer
2012-12-21dm: disable WRITE SAMEMike Snitzer
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer
2012-09-26dm table: clear add_random unless all devices have it setMilan Broz
2012-07-27dm: allow targets to request flushes regardless of underlying device supportJoe Thornber
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2012-03-28dm table: simplify call to free_devicesHannes Reinecke
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2011-10-31dm table: add immutable featureAlasdair G Kergon
2011-10-31dm table: add always writeable featureAlasdair G Kergon
2011-10-31dm table: add singleton featureAlasdair G Kergon
2011-10-31dm table: propagate non rotational flagMandeep Singh Baines
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz
2011-09-25dm table: avoid crash if integrity profile changesMike Snitzer
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer
2011-08-02dm table: share target argument parsing functionsMike Snitzer
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer
2011-08-02dm: use vzallocJoe Perches
2011-08-02dm table: fix discard supportMike Snitzer
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-29dm table: reject devices without request fnsMilan Broz
2011-05-29dm table: allow targets to support discards internallyMike Snitzer
2011-04-05dm: improve block integrity supportMike Snitzer
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo
2011-01-13dm: per target unplug callback supportNeilBrown
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-12-17block: max hardware sectors limit wrapperMike Snitzer
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-13block: simplify holder symlink handlingTejun Heo
2010-09-10Consolidate min_not_zeroMartin K. Petersen
2010-08-12dm: linear support discardMike Snitzer
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda
2010-01-11DM: Fix device mapper topology stackingMartin K. Petersen
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-10dm: bind new table before destroying oldAlasdair G Kergon