aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer1-5/+5
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer1-5/+0
2009-06-30dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer1-1/+1
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda1-0/+5
2009-06-22dm: enable request based optionKiyoshi Ueda1-0/+111
2009-06-22dm: prepare for request based optionKiyoshi Ueda1-0/+14
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer1-83/+102
2009-06-22dm table: establish queue limits by copying table limitsMike Snitzer1-10/+2
2009-06-22dm table: replace struct io_restrictions with struct queue_limitsMike Snitzer1-95/+43
2009-06-22dm table: validate device logical_block_sizeMike Snitzer1-0/+69
2009-06-22dm table: ensure targets are aligned to logical_block_sizeMike Snitzer1-14/+44
2009-06-22dm table: improve warning message when devices not freed before destructionJonthan Brassow1-5/+3
2009-06-22dm: use i_size_readMikulas Patocka1-1/+2
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-1/+1
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-1/+1
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-14/+14
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-5/+7
2009-04-09dm: remove limited barrier supportMikulas Patocka1-19/+0
2009-04-09dm: add integrity supportMartin K. Petersen1-0/+40
2009-04-02dm table: fix upgrade mode raceAlasdair G Kergon1-12/+14
2009-01-06dm table: rework reference countingMikulas Patocka1-5/+23
2009-01-06dm: support barriers on simple devicesAndi Kleen1-0/+19
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-8/+8
2008-10-23[PATCH] dm: kill lookup_device wrapperChristoph Hellwig1-15/+6
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-6/+6
2008-10-10dm: detect lost queueAlasdair G Kergon1-3/+23
2008-10-10dm: export struct dm_devMikulas Patocka1-32/+39
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-23/+6
2008-07-21dm table: remove merge_bvec sector restrictionMilan Broz1-7/+6
2008-04-29dm: use unlocked variants of queue flag check/setJens Axboe1-5/+3
2008-04-29block: make queue flags non-atomicNick Piggin1-2/+5
2008-04-25dm table: remove unused dm_create_error_tableAdrian Bunk1-38/+0
2008-04-25dm table: drop void suspend_targets returnAdrian Bunk1-2/+2
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2008-02-08dm: table use uninitialized_varAndrew Morton1-1/+1