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-snap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
dm: eliminate some holes data structures
Mike Snitzer
1
-13
/
+13
2010-03-06
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
1
-5
/
+3
2009-12-10
dm snapshot: use merge origin if snapshot invalid
Mikulas Patocka
1
-5
/
+4
2009-12-10
dm snapshot: report merge failure in status
Mike Snitzer
1
-2
/
+28
2009-12-10
dm snapshot: merge consecutive chunks together
Mike Snitzer
1
-10
/
+21
2009-12-10
dm snapshot: trigger exceptions in remaining snapshots during merge
Mikulas Patocka
1
-0
/
+83
2009-12-10
dm snapshot: delay merging a chunk until writes to it complete
Mikulas Patocka
1
-1
/
+5
2009-12-10
dm snapshot: queue writes to chunks being merged
Mikulas Patocka
1
-13
/
+78
2009-12-10
dm snapshot: add merging
Mikulas Patocka
1
-6
/
+233
2009-12-10
dm snapshot: permit only one merge at once
Mikulas Patocka
1
-6
/
+27
2009-12-10
dm snapshot: support barriers in snapshot merge target
Mike Snitzer
1
-3
/
+18
2009-12-10
dm snapshot: avoid allocating exceptions in merge
Mikulas Patocka
1
-1
/
+56
2009-12-10
dm snapshot: rework writing to origin
Mikulas Patocka
1
-106
/
+49
2009-12-10
dm snapshot: add merge target
Mikulas Patocka
1
-12
/
+41
2009-12-10
dm snapshot: create function for chunk_is_tracked wait
Mike Snitzer
1
-6
/
+12
2009-12-10
dm snapshot: make bio optional in __origin_write
Mikulas Patocka
1
-5
/
+18
2009-12-10
dm snapshot: allow live exception store handover between tables
Mike Snitzer
1
-27
/
+236
2009-12-10
dm snapshot: track suspended state in target
Mike Snitzer
1
-1
/
+16
2009-12-10
dm snapshot: move cow ref from exception store to snap core
Mike Snitzer
1
-25
/
+49
2009-12-10
dm snapshot: add allocated metadata to snapshot status
Mike Snitzer
1
-9
/
+12
2009-12-10
dm snapshot: rename exception functions
Jon Brassow
1
-33
/
+33
2009-12-10
dm snapshot: rename exception_table to dm_exception_table
Jon Brassow
1
-8
/
+9
2009-12-10
dm snapshot: rename dm_snap_exception to dm_exception
Jon Brassow
1
-17
/
+17
2009-12-10
dm snapshot: consolidate insert exception functions
Jon Brassow
1
-12
/
+4
2009-12-10
dm snapshot: abstract minimum_chunk_size fn
Mikulas Patocka
1
-12
/
+22
2009-12-10
dm snapshot: cope with chunk size larger than origin
Mikulas Patocka
1
-0
/
+2
2009-12-10
dm snapshot: only take lock for statustype info not table
Mikulas Patocka
1
-4
/
+6
2009-10-16
dm snapshot: use unsigned integer chunk size
Mikulas Patocka
1
-2
/
+2
2009-10-16
dm snapshot: lock snapshot while supplying status
Mikulas Patocka
1
-0
/
+4
2009-10-16
dm snapshot: require non zero chunk size by end of ctr
Mikulas Patocka
1
-0
/
+5
2009-10-16
dm snapshot: free exception store on init failure
Jonathan Brassow
1
-1
/
+4
2009-10-16
dm snapshot: sort by chunk size to fix race
Mikulas Patocka
1
-1
/
+6
2009-09-04
dm snapshot: implement iterate devices
Mike Snitzer
1
-2
/
+21
2009-06-22
dm snapshot: support barriers
Mikulas Patocka
1
-0
/
+11
2009-04-15
block: move bio list helpers into bio.h
Christoph Hellwig
1
-1
/
+0
2009-04-02
dm snapshot: move status to exception store
Jonathan Brassow
1
-6
/
+2
2009-04-02
dm snapshot: move ctr parsing to exception store
Jonathan Brassow
1
-112
/
+35
2009-04-02
dm snapshot: use DMEMIT macro for status
Jonathan Brassow
1
-9
/
+10
2009-04-02
dm snapshot: remove dm_snap header
Jonathan Brassow
1
-1
/
+71
2009-04-02
dm snapshot: remove dm_snap header use
Jonathan Brassow
1
-9
/
+9
2009-04-02
dm exception store: move cow pointer
Jonathan Brassow
1
-13
/
+17
2009-04-02
dm exception store: move chunk_fields
Jonathan Brassow
1
-21
/
+26
2009-04-02
dm exception store: move dm_target pointer
Jonathan Brassow
1
-4
/
+3
2009-04-02
dm exception store: introduce registry
Jonathan Brassow
1
-23
/
+18
2009-04-02
dm exception store: separate type from instance
Jonathan Brassow
1
-10
/
+10
2009-04-02
dm snapshot: avoid having two exceptions for the same chunk
Mikulas Patocka
1
-0
/
+13
2009-04-02
dm snapshot: avoid dropping lock in __find_pending_exception
Mikulas Patocka
1
-18
/
+24
2009-04-02
dm snapshot: refactor __find_pending_exception
Mikulas Patocka
1
-24
/
+28
2009-01-06
dm snapshot: extend exception store functions
Jonathan Brassow
1
-2
/
+7
2009-01-06
dm snapshot: split out exception store implementations
Alasdair G Kergon
1
-6
/
+14
[next]