index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-30
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-25
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-23
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-10
dm raid1: report flush errors separately in status
Mikulas Patocka
1
-4
/
+12
2009-12-10
dm log: use flush callback fn
Mikulas Patocka
1
-2
/
+15
2009-12-10
dm log: add flush callback fn
Mikulas Patocka
1
-2
/
+4
2009-12-10
dm log: introduce flush_failed variable
Mikulas Patocka
1
-1
/
+4
2009-12-10
dm log: add flush_header function
Mikulas Patocka
1
-1
/
+22
2009-12-10
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-22
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-02
[PATCH] device-mapper log bitset: fix big endian find_next_zero_bit
Stefan Bader
1
-1
/
+2
[next]