| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -5/+8 |
* | dm stripe: silence a couple sparse warnings | Mike Snitzer | 2013-09-06 | 1 | -0/+1 |
* | dm stripe: fix regression in stripe_width calculation | Mike Snitzer | 2013-05-10 | 1 | -5/+6 |
* | block: Add bio_end_sector() | Kent Overstreet | 2013-03-23 | 1 | -1/+1 |
* | dm: rename request variables to bios | Alasdair G Kergon | 2013-03-01 | 1 | -10/+10 |
* | dm: fix truncated status strings | Mikulas Patocka | 2013-03-01 | 1 | -4/+3 |
* | dm stripe: add WRITE SAME support | Mike Snitzer | 2012-12-21 | 1 | -4/+6 |
* | dm: remove map_info | Mikulas Patocka | 2012-12-21 | 1 | -4/+2 |
* | dm: move target request nr to dm_target_io | Mikulas Patocka | 2012-12-21 | 1 | -2/+2 |
* | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 |
* | dm thin: commit before gathering status | Alasdair G Kergon | 2012-07-27 | 1 | -2/+2 |
* | dm stripe: optimize chunk_size calculations | Mikulas Patocka | 2012-07-27 | 1 | -3/+23 |
* | dm stripe: remove minimum stripe size | Mikulas Patocka | 2012-07-27 | 1 | -2/+1 |
* | dm stripe: support for non power of 2 chunksize | Mike Snitzer | 2012-07-27 | 1 | -25/+19 |
* | dm: support non power of two target max_io_len | Mike Snitzer | 2012-07-27 | 1 | -1/+4 |
* | dm stripe: remove stripes_mask | Mikulas Patocka | 2012-07-27 | 1 | -6/+3 |
* | dm stripe: fix size test | Mikulas Patocka | 2012-07-27 | 1 | -1/+0 |
* | dm: replace simple_strtoul | majianpeng | 2012-07-27 | 1 | -5/+2 |
* | dm: reject trailing characters in sccanf input | Mikulas Patocka | 2012-03-28 | 1 | -1/+2 |
* | dm stripe: implement merge method | Mustafa Mesanovic | 2011-03-24 | 1 | -1/+22 |
* | dm stripe: switch from local workqueue to system_wq | Tejun Heo | 2011-01-13 | 1 | -20/+7 |
* | dm: implement REQ_FLUSH/FUA support for bio-based dm | Tejun Heo | 2010-09-10 | 1 | -1/+1 |
* | dm stripe: support discards | Mikulas Patocka | 2010-08-12 | 1 | -0/+39 |
* | dm stripe: optimize sector division | Mikulas Patocka | 2010-08-12 | 1 | -5/+18 |
* | dm stripe: move sector translation to a function | Mikulas Patocka | 2010-08-12 | 1 | -7/+14 |
* | dm: use dm_target_offset macro | Alasdair G Kergon | 2010-08-12 | 1 | -1/+1 |
* | dm: rename map_info flush_request to target_request_nr | Mike Snitzer | 2010-08-12 | 1 | -2/+4 |
* | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
* | dm table: remove unused dm_get_device range parameters | Nikanth Karthikesan | 2010-03-06 | 1 | -2/+1 |
* | dm stripe: avoid divide by zero with invalid stripe count | Nikanth Karthikesan | 2010-02-16 | 1 | -1/+1 |
* | block: Optimal I/O limit wrapper | Martin K. Petersen | 2009-09-14 | 1 | -1/+1 |
* | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 2009-09-11 | 1 | -1/+1 |
* | dm stripe: expose correct io hints | Mike Snitzer | 2009-09-04 | 1 | -1/+12 |
* | dm table: pass correct dev area size to device_area_is_valid | Mike Snitzer | 2009-07-23 | 1 | -3/+4 |
* | dm target:s introduce iterate devices fn | Mike Snitzer | 2009-06-22 | 1 | -1/+17 |
* | dm: stripe support flush | Mikulas Patocka | 2009-06-22 | 1 | -3/+12 |
* | dm: consolidate target deregistration error handling | Mikulas Patocka | 2009-01-06 | 1 | -3/+1 |
* | dm stripe: fix init failure | Heinz Mauelshagen | 2008-11-13 | 1 | -1/+3 |
* | dm: remove dm header from targets | Mikulas Patocka | 2008-10-21 | 1 | -1/+1 |
* | dm: publish array_too_big | Mikulas Patocka | 2008-10-21 | 1 | -2/+2 |
* | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
* | dm: stripe enhanced status return | Brian Wood | 2008-02-08 | 1 | -1/+22 |
* | dm: stripe trigger event on failure | Brian Wood | 2008-02-08 | 1 | -1/+81 |
* | dm: use is_power_of_2 | vignesh babu | 2007-10-20 | 1 | -1/+2 |
* | [PATCH] dm: map and endio symbolic return codes | Kiyoshi Ueda | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] dm: improve error message consistency | Alasdair G Kergon | 2006-06-26 | 1 | -12/+13 |
* | [PATCH] dm: remove unnecessary typecast | Kevin Corry | 2006-03-27 | 1 | -1/+1 |
* | [PATCH] dm: remove SECTOR_FORMAT | Andrew Morton | 2006-03-27 | 1 | -5/+6 |
* | [PATCH] dm stripe: Fix bounds | Kevin Corry | 2006-03-17 | 1 | -1/+7 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+234 |