aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2011-06-23dm table: reject devices without request fnsMilan Broz
2011-01-07block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-01-25DM: Fix device mapper topology stackingMartin K. Petersen
2009-09-04dm stripe: expose correct io hintsMike Snitzer
2009-09-04dm table: add more context to terse warning messagesMike Snitzer
2009-09-04dm table: fix queue_limit checking device iteratorMikulas Patocka
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer
2009-06-30dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda
2009-06-22dm: enable request based optionKiyoshi Ueda
2009-06-22dm: prepare for request based optionKiyoshi Ueda
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer
2009-06-22dm table: establish queue limits by copying table limitsMike Snitzer
2009-06-22dm table: replace struct io_restrictions with struct queue_limitsMike Snitzer
2009-06-22dm table: validate device logical_block_sizeMike Snitzer
2009-06-22dm table: ensure targets are aligned to logical_block_sizeMike Snitzer
2009-06-22dm table: improve warning message when devices not freed before destructionJonthan Brassow
2009-06-22dm: use i_size_readMikulas Patocka
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-09dm: remove limited barrier supportMikulas Patocka
2009-04-09dm: add integrity supportMartin K. Petersen
2009-04-02dm table: fix upgrade mode raceAlasdair G Kergon
2009-01-06dm table: rework reference countingMikulas Patocka
2009-01-06dm: support barriers on simple devicesAndi Kleen
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23[PATCH] dm: kill lookup_device wrapperChristoph Hellwig
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-10dm: detect lost queueAlasdair G Kergon
2008-10-10dm: export struct dm_devMikulas Patocka
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro
2008-07-21dm table: remove merge_bvec sector restrictionMilan Broz
2008-04-29dm: use unlocked variants of queue flag check/setJens Axboe
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-25dm table: remove unused dm_create_error_tableAdrian Bunk
2008-04-25dm table: drop void suspend_targets returnAdrian Bunk
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08dm: table use uninitialized_varAndrew Morton
2008-02-08dm: table remove unused totalJun'ichi Nomura
2008-02-08dm: table use list_for_eachPaul Jimenez
2007-12-20dm: merge max_hw_sectorNeil Brown
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle
2007-11-02dm: bounce_pfn limit addedVasily Averin