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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-11
dm snapshot: queue writes to chunks being merged
Mikulas Patocka
1
-13
/
+78
2009-12-11
dm snapshot: add merging
Mikulas Patocka
2
-6
/
+244
2009-12-11
dm snapshot: permit only one merge at once
Mikulas Patocka
1
-6
/
+27
2009-12-11
dm snapshot: support barriers in snapshot merge target
Mike Snitzer
1
-3
/
+18
2009-12-11
dm snapshot: avoid allocating exceptions in merge
Mikulas Patocka
1
-1
/
+56
2009-12-11
dm snapshot: rework writing to origin
Mikulas Patocka
1
-106
/
+49
2009-12-11
dm snapshot: add merge target
Mikulas Patocka
1
-12
/
+41
2009-12-11
dm exception store: add merge specific methods
Mikulas Patocka
2
-2
/
+129
2009-12-11
dm snapshot: create function for chunk_is_tracked wait
Mike Snitzer
1
-6
/
+12
2009-12-11
dm snapshot: make bio optional in __origin_write
Mikulas Patocka
1
-5
/
+18
2009-12-11
dm mpath: reject messages when device is suspended
Kiyoshi Ueda
1
-0
/
+5
2009-12-11
dm: export suspended state to targets
Kiyoshi Ueda
1
-0
/
+11
2009-12-11
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
4
-11
/
+16
2009-12-11
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
1
-2
/
+2
2009-12-11
dm crypt: add plain64 iv
Milan Broz
1
-0
/
+18
2009-12-11
dm: trace request based remapping
Jun'ichi Nomura
1
-0
/
+2
2009-12-11
dm snapshot: allow live exception store handover between tables
Mike Snitzer
1
-27
/
+236
2009-12-11
dm: keep old table until after resume succeeded
Alasdair G Kergon
2
-21
/
+23
2009-12-11
dm: bind new table before destroying old
Alasdair G Kergon
2
-5
/
+14
2009-12-11
dm ioctl: retrieve status from inactive table
Mike Snitzer
1
-13
/
+57
2009-12-11
dm io: handle empty barriers
Mikulas Patocka
1
-3
/
+7
2009-12-11
dm mpath: prevent io from work queue while suspended
Mike Anderson
1
-0
/
+12
2009-12-11
dm mpath: add mutex to synchronize adding and flushing work
Mike Anderson
1
-21
/
+38
2009-12-11
dm ioctl: forbid messages to devices being deleted
Mike Anderson
1
-0
/
+6
2009-12-11
dm: add dm_deleting_md function
Mike Anderson
2
-2
/
+12
2009-12-11
dm mpath: flush workqueues before suspend completes
Kiyoshi Ueda
1
-4
/
+15
2009-12-11
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
2
-19
/
+19
2009-12-11
dm: add request based barrier support
Kiyoshi Ueda
1
-18
/
+196
2009-12-11
dm: move dm_end_request
Kiyoshi Ueda
1
-31
/
+31
2009-12-11
dm: refactor request based completion functions
Kiyoshi Ueda
1
-13
/
+24
2009-12-11
dm: use md pending for in flight IO counting
Kiyoshi Ueda
1
-28
/
+18
2009-12-11
dm: simplify request based suspend
Kiyoshi Ueda
1
-144
/
+14
2009-12-11
dm: abstract clone_rq
Kiyoshi Ueda
1
-17
/
+28
2009-12-11
dm: pass gfp_mask to alloc_rq_tio
Kiyoshi Ueda
1
-3
/
+4
2009-12-11
dm: use clone in map_request function
Kiyoshi Ueda
1
-3
/
+2
2009-12-11
dm: abstract dm_in_flight function
Kiyoshi Ueda
1
-2
/
+7
2009-12-11
dm kcopyd: accept zero size jobs
Mikulas Patocka
1
-1
/
+4
2009-12-11
dm snapshot: track suspended state in target
Mike Snitzer
1
-1
/
+16
2009-12-11
dm snapshot: move cow ref from exception store to snap core
Mike Snitzer
5
-57
/
+78
2009-12-11
dm snapshot: add allocated metadata to snapshot status
Mike Snitzer
4
-24
/
+41
2009-12-11
dm snapshot: rename exception functions
Jon Brassow
1
-33
/
+33
2009-12-11
dm snapshot: rename exception_table to dm_exception_table
Jon Brassow
1
-8
/
+9
2009-12-11
dm snapshot: rename dm_snap_exception to dm_exception
Jon Brassow
4
-28
/
+28
2009-12-11
dm snapshot: consolidate insert exception functions
Jon Brassow
1
-12
/
+4
2009-12-11
dm snapshot: abstract minimum_chunk_size fn
Mikulas Patocka
1
-12
/
+22
2009-12-11
dm snapshot: simplify sector_to_chunk expression
Mikulas Patocka
1
-1
/
+1
2009-12-11
dm snapshot: avoid else clause in persistent_read_metadata
Jon Brassow
1
-25
/
+21
2009-12-11
dm ioctl: prefer strlcpy over strncpy
Roel Kluin
1
-2
/
+2
2009-12-11
dm raid1: explicitly initialise bio_lists
Mikulas Patocka
1
-0
/
+4
2009-12-11
dm raid1: hold all write bios when leg fails
Mikulas Patocka
1
-2
/
+10
[prev]
[next]