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.12.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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-3
/
+1
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-0
/
+1
2013-03-02
dm: add target num_write_bios fn
Alasdair G Kergon
1
-7
/
+15
2013-03-02
dm: merge io_pool and tio_pool
Jun'ichi Nomura
1
-49
/
+27
2013-03-02
dm: remove unused _rq_bio_info_cache
Jun'ichi Nomura
1
-21
/
+10
2013-03-02
dm: fix limits initialization when there are no data devices
Mike Christie
1
-5
/
+7
2013-03-02
dm: refactor bio cloning
Alasdair G Kergon
1
-68
/
+96
2013-03-02
dm: rename bio cloning functions
Alasdair G Kergon
1
-32
/
+31
2013-03-02
dm: rename request variables to bios
Alasdair G Kergon
1
-23
/
+23
2013-03-02
dm: clean up clone_bio
Alasdair G Kergon
1
-45
/
+57
2013-03-02
dm: do not replace bioset for request based dm
Jun'ichi Nomura
1
-9
/
+21
2013-03-01
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2013-02-28
dm: convert to idr_alloc()
Tejun Heo
1
-39
/
+15
2013-02-28
dm: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2013-01-31
dm: fix write same requests counting
Alasdair G Kergon
1
-2
/
+4
2013-01-14
block: add missing block_bio_complete() tracepoint
Tejun Heo
1
-1
/
+0
2012-12-22
dm: remove map_info
Mikulas Patocka
1
-2
/
+2
2012-12-22
dm: move target request nr to dm_target_io
Mikulas Patocka
1
-1
/
+2
2012-12-22
dm: introduce per_bio_data
Mikulas Patocka
1
-18
/
+15
2012-12-22
dm: add WRITE SAME support
Mike Snitzer
1
-5
/
+39
2012-11-23
dm: fix deadlock with request based dm and queue request_fn recursion
Jens Axboe
1
-1
/
+7
2012-10-13
dm: store dm_target_io in bio front_pad
Mikulas Patocka
1
-59
/
+49
2012-10-11
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-52
/
+22
2012-09-27
dm: retain table limits when swapping to new table with no devices
Mike Snitzer
1
-1
/
+14
2012-09-27
dm: handle requests beyond end of device instead of using BUG_ON
Mike Snitzer
1
-18
/
+38
2012-09-09
block: Add bio_clone_bioset(), bio_clone_kmalloc()
Kent Overstreet
1
-2
/
+2
2012-09-09
dm: Use bioset's front_pad for dm_rq_clone_bio_info
Kent Overstreet
1
-28
/
+18
2012-09-09
block: Ues bi_pool for bio_integrity_alloc()
Kent Overstreet
1
-2
/
+2
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
1
-20
/
+0
2012-07-27
dm: introduce split_discard_requests
Mikulas Patocka
1
-1
/
+4
2012-07-27
dm: support non power of two target max_io_len
Mike Snitzer
1
-8
/
+27
2012-03-28
dm: clear bi_end_io on remapping failure
Hannes Reinecke
1
-0
/
+1
2012-01-04
fs: move code out of buffer.c
Al Viro
1
-1
/
+0
2011-11-05
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+7
2011-11-01
dm: export dm get md
Alasdair G Kergon
1
-0
/
+1
2011-11-01
dm table: add immutable feature
Alasdair G Kergon
1
-0
/
+9
2011-11-01
dm: remove superfluous smp_mb
Namhyung Kim
1
-1
/
+0
2011-11-01
dm: use local printk ratelimit
Namhyung Kim
1
-0
/
+10
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
1
-7
/
+7
2011-09-12
block: rename __make_request() to blk_queue_bio()
Jens Axboe
1
-1
/
+1
2011-09-12
block: export __make_request
Christoph Hellwig
1
-12
/
+1
2011-08-02
dm table: set flush capability based on underlying devices
Mike Snitzer
1
-1
/
+0
2011-08-02
dm: ignore merge_bvec for snapshots when safe
Mikulas Patocka
1
-0
/
+61
2011-08-02
dm table: fix discard support
Mike Snitzer
1
-1
/
+2
2011-08-02
dm: fix idr leak on module removal
Alasdair G Kergon
1
-2
/
+8
2011-03-22
block: fix non-atomic access to genhd inflight structures
Shaohua Li
1
-3
/
+4
2011-03-17
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
1
-3
/
+9
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-28
/
+5
2011-01-13
dm: remove superfluous irq disablement in dm_request_fn
Kiyoshi Ueda
1
-2
/
+4
2011-01-13
dm: use non reentrant workqueues if equivalent
Tejun Heo
1
-1
/
+2
[next]