index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-stripe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+3
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
1
-7
/
+7
2017-06-09
dm: fix REQ_RAHEAD handling
Christoph Hellwig
1
-1
/
+1
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+14
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2017-04-25
dm: teach dm-targets to use a dax_device + dax_operations
Dan Williams
1
-15
/
+14
2017-04-24
dm: mark targets that pass integrity data
Mikulas Patocka
1
-0
/
+1
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+2
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-2
/
+2
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-07-20
dm stripe: add DAX support
Toshi Kani
1
-1
/
+25
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
dm: use bio op accessors
Mike Christie
1
-2
/
+2
2015-09-02
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-3
/
+5
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
1
-21
/
+0
2015-08-12
dm: do not override error code returned from dm_get_device()
Vivek Goyal
1
-3
/
+5
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-1
/
+1
2015-05-29
dm stripe: drop useless exit point from dm_stripe_init()
Luis Henriques
1
-3
/
+1
2014-10-10
dm stripe: fix potential for leak in stripe_ctr error path
Pavitra Kumar
1
-1
/
+3
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-5
/
+8
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-23
block: Add bio_end_sector()
Kent Overstreet
1
-1
/
+1
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
1
-10
/
+10
2013-03-01
dm: fix truncated status strings
Mikulas Patocka
1
-4
/
+3
2012-12-21
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-21
dm: remove map_info
Mikulas Patocka
1
-4
/
+2
2012-12-21
dm: move target request nr to dm_target_io
Mikulas Patocka
1
-2
/
+2
2012-08-20
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
[next]