index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm log: avoid multiple line dereference
Heinz Mauelshagen
2023-02-14
1
-2
/
+1
*
dm log: avoid trailing semicolon in macro
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
1
-2
/
+1
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
1
-0
/
+6
*
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
1
-8
/
+16
*
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
1
-4
/
+4
*
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: enclose complex macros into parentheses where possible
Heinz Mauelshagen
2023-02-14
1
-2
/
+4
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-5
/
+5
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm mirror log: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-1
/
+1
*
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
2022-07-14
1
-4
/
+2
*
dm mirror log: clear log bits up to BITS_PER_LONG boundary
Mikulas Patocka
2022-06-23
1
-1
/
+1
*
dm mirror log: round up region bitmap size to BITS_PER_LONG
Mikulas Patocka
2022-06-16
1
-2
/
+1
*
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+10
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
dm log: fix unitialized bio operation flags
Heinz Mauelshagen
2016-08-24
1
-5
/
+6
*
dm: use bio op accessors
Mike Christie
2016-06-07
1
-2
/
+3
*
dm: use memweight()
Akinobu Mita
2012-07-30
1
-11
/
+2
*
dm: reject trailing characters in sccanf input
Mikulas Patocka
2012-03-28
1
-1
/
+2
*
dm: use vzalloc
Joe Perches
2011-08-02
1
-2
/
+1
*
dm log: clean up bit little endian bitops
Akinobu Mita
2011-08-02
1
-5
/
+4
*
dm: suppress endian warnings
Alasdair G Kergon
2011-08-02
1
-7
/
+13
*
dm io: use fixed initial mempool size
Mikulas Patocka
2011-05-29
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2011-03-25
1
-1
/
+1
|
\
|
*
dm: fix opening log and cow devices for read only tables
Milan Broz
2011-03-24
1
-1
/
+1
*
|
dm: use little-endian bitops
Akinobu Mita
2011-03-23
1
-4
/
+4
|
/
*
dm log: use PTR_ERR value instead of ENOMEM
Dan Carpenter
2011-01-13
1
-1
/
+1
*
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-09-10
1
-1
/
+1
*
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
2010-03-06
1
-2
/
+1
*
dm raid1: report flush errors separately in status
Mikulas Patocka
2009-12-10
1
-4
/
+12
*
dm log: use flush callback fn
Mikulas Patocka
2009-12-10
1
-2
/
+15
*
dm log: add flush callback fn
Mikulas Patocka
2009-12-10
1
-2
/
+4
*
dm log: introduce flush_failed variable
Mikulas Patocka
2009-12-10
1
-1
/
+4
*
dm log: add flush_header function
Mikulas Patocka
2009-12-10
1
-1
/
+22
*
dm raid1: split touched state into two
Mikulas Patocka
2009-12-10
1
-7
/
+11
*
dm log: fix create_log_context to use logical_block_size of log device
Mike Snitzer
2009-06-22
1
-3
/
+4
*
dm: use i_size_read
Mikulas Patocka
2009-06-22
1
-1
/
+1
*
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
1
-1
/
+2
*
dm log: remove struct dm_dirty_log_internal
Mike Snitzer
2009-04-02
1
-44
/
+14
*
dm log: use standard kernel module refcount
Mike Snitzer
2009-04-02
1
-16
/
+3
*
dm log: ensure log bitmap fits on log device
Milan Broz
2009-01-06
1
-0
/
+8
*
dm log: move region_size validation
Milan Broz
2009-01-06
1
-2
/
+14
*
dm log: avoid reinitialising io_req on every operation
Takahiro Yasui
2009-01-06
1
-10
/
+7
*
dm log: fix dm_io_client leak on error paths
Takahiro Yasui
2009-01-06
1
-0
/
+5
*
dm: remove dm header from targets
Mikulas Patocka
2008-10-21
1
-1
/
+1
*
dm log: make dm_dirty_log init and exit static
Adrian Bunk
2008-07-21
1
-2
/
+2
*
dm: move include files
Alasdair G Kergon
2008-04-25
1
-2
/
+2
*
dm log: make module use tracking internal
Jonathan Brassow
2008-04-25
1
-29
/
+94
[next]