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-log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
dm: use memweight()
Akinobu Mita
1
-11
/
+2
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
1
-1
/
+2
2011-08-02
dm: use vzalloc
Joe Perches
1
-2
/
+1
2011-08-02
dm log: clean up bit little endian bitops
Akinobu Mita
1
-5
/
+4
2011-08-02
dm: suppress endian warnings
Alasdair G Kergon
1
-7
/
+13
2011-05-29
dm io: use fixed initial mempool size
Mikulas Patocka
1
-2
/
+1
2011-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
1
-1
/
+1
2011-03-24
dm: fix opening log and cow devices for read only tables
Milan Broz
1
-1
/
+1
2011-03-24
dm: use little-endian bitops
Akinobu Mita
1
-4
/
+4
2011-01-13
dm log: use PTR_ERR value instead of ENOMEM
Dan Carpenter
1
-1
/
+1
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
1
-1
/
+1
2010-03-06
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
1
-2
/
+1
2009-12-11
dm raid1: report flush errors separately in status
Mikulas Patocka
1
-4
/
+12
2009-12-11
dm log: use flush callback fn
Mikulas Patocka
1
-2
/
+15
2009-12-11
dm log: add flush callback fn
Mikulas Patocka
1
-2
/
+4
2009-12-11
dm log: introduce flush_failed variable
Mikulas Patocka
1
-1
/
+4
2009-12-11
dm log: add flush_header function
Mikulas Patocka
1
-1
/
+22
2009-12-11
dm raid1: split touched state into two
Mikulas Patocka
1
-7
/
+11
2009-06-22
dm log: fix create_log_context to use logical_block_size of log device
Mike Snitzer
1
-3
/
+4
2009-06-22
dm: use i_size_read
Mikulas Patocka
1
-1
/
+1
2009-05-23
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-1
/
+2
2009-04-02
dm log: remove struct dm_dirty_log_internal
Mike Snitzer
1
-44
/
+14
2009-04-02
dm log: use standard kernel module refcount
Mike Snitzer
1
-16
/
+3
2009-01-06
dm log: ensure log bitmap fits on log device
Milan Broz
1
-0
/
+8
2009-01-06
dm log: move region_size validation
Milan Broz
1
-2
/
+14
2009-01-06
dm log: avoid reinitialising io_req on every operation
Takahiro Yasui
1
-10
/
+7
2009-01-06
dm log: fix dm_io_client leak on error paths
Takahiro Yasui
1
-0
/
+5
2008-10-21
dm: remove dm header from targets
Mikulas Patocka
1
-1
/
+1
2008-07-21
dm log: make dm_dirty_log init and exit static
Adrian Bunk
1
-2
/
+2
2008-04-25
dm: move include files
Alasdair G Kergon
1
-2
/
+2
2008-04-25
dm log: make module use tracking internal
Jonathan Brassow
1
-29
/
+94
2008-04-25
dm log: move register functions
Alasdair G Kergon
1
-26
/
+26
2008-04-25
dm log: clean interface
Heinz Mauelshagen
1
-44
/
+45
2008-04-25
dm io: clean interface
Heinz Mauelshagen
1
-1
/
+1
2008-04-25
dm log: move dirty region log code into separate module
Heinz Mauelshagen
1
-1
/
+8
2008-04-25
dm log: generalise name in messages
Heinz Mauelshagen
1
-7
/
+8
2008-02-08
dm log: auto load modules
Jonathan Brassow
1
-1
/
+50
2007-10-20
dm log: split suspend
Jonathan Brassow
1
-1
/
+1
2007-05-09
dm log: fix resume failed log device
Jonathan Brassow
1
-1
/
+8
2007-05-09
dm log: update dm io interface
Heinz Mauelshagen
1
-7
/
+24
2007-05-09
dm log: report fault status
Jonathan E Brassow
1
-3
/
+4
2007-05-09
dm log: fault detection
Jonathan E Brassow
1
-3
/
+27
2006-12-08
[PATCH] dm: raid1: reset sync_search on resume
Jonathan E Brassow
1
-0
/
+9
2006-12-08
[PATCH] dm: log: rename complete_resync_work
Jonathan E Brassow
1
-6
/
+9
2006-06-26
[PATCH] dm: improve error message consistency
Alasdair G Kergon
1
-0
/
+2
2006-06-26
[PATCH] dm mirror log: sync_count fix
Alasdair G Kergon
1
-1
/
+5
2006-06-26
[PATCH] dm mirror log: bitset_size fix
Alasdair G Kergon
1
-2
/
+2
2006-06-26
[PATCH] dm mirror log: refactor context
Alasdair G Kergon
1
-50
/
+63
2006-06-26
[PATCH] dm mirror log: sector size fix
Kevin Corry
1
-49
/
+19
2006-02-03
[PATCH] device-mapper log bitset: fix big endian find_next_zero_bit
Stefan Bader
1
-1
/
+2
[next]