aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08dm: table remove unused totalJun'ichi Nomura1-1/+1
2008-02-08dm: table use list_for_eachPaul Jimenez1-9/+7
2007-12-20dm: merge max_hw_sectorNeil Brown1-0/+9
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura1-1/+6
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-2/+1
2007-11-02dm: bounce_pfn limit addedVasily Averin1-0/+7
2007-10-20dm: use kzallocDmitry Monakhov1-2/+1
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-28/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-4/+4
2007-05-09dm: allow offline devicesMike Anderson1-4/+6
2006-10-03[PATCH] dm table: add target flushBryn Reeves1-0/+5
2006-10-03[PATCH] dm: extract device limit settingBryn Reeves1-41/+46
2006-10-03[PATCH] dm table: add target preresumeMilan Broz1-2/+15
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-5/+6
2006-06-26[PATCH] dm: create error tableDavid Teigland1-0/+38
2006-06-26[PATCH] dm table split_args: handle no inputDavid Teigland1-0/+6
2006-06-26[PATCH] dm table: get_target: fix last indexMilan Broz1-1/+1
2006-03-27[PATCH] sem2mutex: drivers/mdArjan van de Ven1-5/+6
2006-03-27[PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_diskJun'ichi Nomura1-10/+10
2006-03-27[PATCH] dm table: store mdMike Anderson1-1/+12
2006-03-27[PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properlyNeilBrown1-0/+9
2006-03-26BUG_ON() Conversion in md/dm-table.cEric Sesterhenn1-4/+2
2006-02-01[PATCH] dm: dm-table warning fixAlasdair G Kergon1-1/+1
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie1-1/+1
2005-07-28[PATCH] device-mapper: fix deadlocks in core (prep)Alasdair G Kergon1-0/+6
2005-07-12[PATCH] device-mapper snapshots: Handle origin extensionAlasdair G Kergon1-0/+1
2005-05-05[PATCH] device-mapper: Some missing staticsAlasdair G Kergon1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+950