aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-linear.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+5
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-16/+0
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal1-2/+5
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+2
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-3/+3
2013-03-01dm: fix truncated status stringsMikulas Patocka1-4/+3
2012-12-21dm: remove map_infoMikulas Patocka1-2/+1
2012-12-21dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini1-1/+11
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon1-1/+1
2010-08-12dm: linear support discardMike Snitzer1-0/+1
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer1-1/+1
2009-06-22dm target:s introduce iterate devices fnMike Snitzer1-1/+10
2009-06-22dm: linear support flushMikulas Patocka1-1/+3
2009-04-09dm: remove limited barrier supportMikulas Patocka1-1/+0
2009-01-06dm: support barriers on simple devicesAndi Kleen1-0/+1
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-4/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-11/+2
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-9/+1
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro1-2/+1
2008-07-21dm: linear add mergeMilan Broz1-5/+33
2006-12-08[PATCH] dm: map and endio symbolic return codesKiyoshi Ueda1-1/+1
2006-12-08[PATCH] struct path: convert mdJosef Sipek1-1/+1
2006-10-03[PATCH] dm: support ioctls on mapped devices: fix with fake fileMilan Broz1-1/+7
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon1-1/+1
2006-10-03[PATCH] dm linear: support ioctlsMilan Broz1-1/+12
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-3/+5
2006-03-27[PATCH] dm: remove SECTOR_FORMATAndrew Morton1-3/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+123