index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-stripe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-06
dm stripe: silence a couple sparse warnings
Mike Snitzer
1
-0
/
+1
2013-05-10
dm stripe: fix regression in stripe_width calculation
Mike Snitzer
1
-5
/
+6
2013-03-24
block: Add bio_end_sector()
Kent Overstreet
1
-1
/
+1
2013-03-02
dm: rename request variables to bios
Alasdair G Kergon
1
-10
/
+10
2013-03-02
dm: fix truncated status strings
Mikulas Patocka
1
-4
/
+3
2012-12-22
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-22
dm: remove map_info
Mikulas Patocka
1
-4
/
+2
2012-12-22
dm: move target request nr to dm_target_io
Mikulas Patocka
1
-2
/
+2
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-1
/
+1
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
1
-2
/
+2
2012-07-27
dm stripe: optimize chunk_size calculations
Mikulas Patocka
1
-3
/
+23
2012-07-27
dm stripe: remove minimum stripe size
Mikulas Patocka
1
-2
/
+1
2012-07-27
dm stripe: support for non power of 2 chunksize
Mike Snitzer
1
-25
/
+19
2012-07-27
dm: support non power of two target max_io_len
Mike Snitzer
1
-1
/
+4
2012-07-27
dm stripe: remove stripes_mask
Mikulas Patocka
1
-6
/
+3
2012-07-27
dm stripe: fix size test
Mikulas Patocka
1
-1
/
+0
2012-07-27
dm: replace simple_strtoul
majianpeng
1
-5
/
+2
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
1
-1
/
+2
2011-03-24
dm stripe: implement merge method
Mustafa Mesanovic
1
-1
/
+22
2011-01-13
dm stripe: switch from local workqueue to system_wq
Tejun Heo
1
-20
/
+7
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
1
-1
/
+1
2010-08-12
dm stripe: support discards
Mikulas Patocka
1
-0
/
+39
2010-08-12
dm stripe: optimize sector division
Mikulas Patocka
1
-5
/
+18
2010-08-12
dm stripe: move sector translation to a function
Mikulas Patocka
1
-7
/
+14
2010-08-12
dm: use dm_target_offset macro
Alasdair G Kergon
1
-1
/
+1
2010-08-12
dm: rename map_info flush_request to target_request_nr
Mike Snitzer
1
-2
/
+4
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-1
/
+1
2010-03-06
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
1
-2
/
+1
2010-02-16
dm stripe: avoid divide by zero with invalid stripe count
Nikanth Karthikesan
1
-1
/
+1
2009-09-14
block: Optimal I/O limit wrapper
Martin K. Petersen
1
-1
/
+1
2009-09-11
bio: first step in sanitizing the bio->bi_rw flag testing
Jens Axboe
1
-1
/
+1
2009-09-04
dm stripe: expose correct io hints
Mike Snitzer
1
-1
/
+12
2009-07-23
dm table: pass correct dev area size to device_area_is_valid
Mike Snitzer
1
-3
/
+4
2009-06-22
dm target:s introduce iterate devices fn
Mike Snitzer
1
-1
/
+17
2009-06-22
dm: stripe support flush
Mikulas Patocka
1
-3
/
+12
2009-01-06
dm: consolidate target deregistration error handling
Mikulas Patocka
1
-3
/
+1
2008-11-14
dm stripe: fix init failure
Heinz Mauelshagen
1
-1
/
+3
2008-10-21
dm: remove dm header from targets
Mikulas Patocka
1
-1
/
+1
2008-10-21
dm: publish array_too_big
Mikulas Patocka
1
-2
/
+2
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-2
/
+2
2008-02-08
dm: stripe enhanced status return
Brian Wood
1
-1
/
+22
2008-02-08
dm: stripe trigger event on failure
Brian Wood
1
-1
/
+81
2007-10-20
dm: use is_power_of_2
vignesh babu
1
-1
/
+2
2006-12-08
[PATCH] dm: map and endio symbolic return codes
Kiyoshi Ueda
1
-1
/
+1
2006-06-26
[PATCH] dm: improve error message consistency
Alasdair G Kergon
1
-12
/
+13
2006-03-27
[PATCH] dm: remove unnecessary typecast
Kevin Corry
1
-1
/
+1
2006-03-27
[PATCH] dm: remove SECTOR_FORMAT
Andrew Morton
1
-5
/
+6
2006-03-17
[PATCH] dm stripe: Fix bounds
Kevin Corry
1
-1
/
+7
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+234