index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2023-02-14
dm integrity: change macros min/max() -> min_t/max_t where appropriate
Heinz Mauelshagen
-5
/
+5
2023-02-14
dm: fix use of sizeof() macro
Heinz Mauelshagen
-15
/
+15
2023-02-14
dm: avoid 'do {} while(0)' loop in single statement macros
Heinz Mauelshagen
-5
/
+3
2023-02-14
dm log: avoid multiple line dereference
Heinz Mauelshagen
-2
/
+1
2023-02-14
dm log: avoid trailing semicolon in macro
Heinz Mauelshagen
-1
/
+1
2023-02-14
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
-2
/
+2
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
-4
/
+4
2023-02-14
dm: avoid inline filenames
Heinz Mauelshagen
-5
/
+2
2023-02-14
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
-6
/
+11
2023-02-14
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
-38
/
+38
2023-02-14
dm: favour __packed versus "__attribute__ ((packed))"
Heinz Mauelshagen
-6
/
+6
2023-02-14
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
-7
/
+7
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
-23
/
+22
2023-02-14
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
-39
/
+39
2023-02-14
dm: adjust EXPORT_SYMBOL() to follow functions immediately
Heinz Mauelshagen
-7
/
+3
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
-67
/
+37
2023-02-14
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
-56
/
+37
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
-27
/
+240
2023-02-14
dm: add argument identifier names
Heinz Mauelshagen
-12
/
+12
2023-02-14
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
-87
/
+84
2023-02-14
dm block-manager: avoid not required parentheses
Heinz Mauelshagen
-1
/
+1
2023-02-14
dm crypt: correct 'foo*' to 'foo *'
Heinz Mauelshagen
-9
/
+9
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
-61
/
+66
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
-13
/
+12
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
-168
/
+298
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
-25
/
+24
2023-02-14
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
-12
/
+12
2023-02-14
dm: avoid initializing static variables
Heinz Mauelshagen
-5
/
+5
2023-02-14
dm: enclose complex macros into parentheses where possible
Heinz Mauelshagen
-2
/
+4
2023-02-14
dm: avoid assignment in if conditions
Heinz Mauelshagen
-9
/
+17
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
-972
/
+972
2023-02-14
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
-10
/
+10
2023-02-14
dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
Heinz Mauelshagen
-18
/
+18
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
-14
/
+95
2023-02-14
dm: send just one event on resize, not two
Mikulas Patocka
-18
/
+24
2023-02-13
dm: Remove completion function scaffolding
Herbert Xu
-5
/
+5
2023-02-13
dm: Add scaffolding to change completion function signature
Herbert Xu
-7
/
+5
2023-02-12
dm table: check that a dm device doesn't reference itself
Benjamin Marzinski
-0
/
+2
2023-02-12
dm raid: fix some spelling mistakes in comments
Yu Zhe
-3
/
+3
2023-02-08
md: account io_acct_set usage with active_io
Xiao Ni
-3
/
+10
2023-02-02
drivers/md: Remove "select SRCU"
Paul E. McKenney
-1
/
+0
2023-02-02
dm verity: stop using WQ_UNBOUND for verify_wq
Nathan Huckleberry
-5
/
+1
2023-02-02
dm integrity: Remove bi_sector that's only used by commented debug code
Jiapeng Chong
-7
/
+0
2023-02-02
dm crypt: Slightly simplify crypt_set_keyring_key()
Christophe JAILLET
-1
/
+1
2023-02-02
dm ioctl: drop always-false condition
Sergey Shtylyov
-2
/
+1
2023-02-02
dm flakey: fix logic when corrupting a bio
Mikulas Patocka
-10
/
+13
2023-02-01
md: use MD_RESYNC_* whenever possible
Hou Tao
-3
/
+3
2023-02-01
dm flakey: fix a bug with 32-bit highmem systems
Mikulas Patocka
-1
/
+2
2023-02-01
dm flakey: don't corrupt the zero page
Mikulas Patocka
-2
/
+5
2023-02-01
md: Free writes_pending in md_stop
Xiao Ni
-0
/
+1
[prev]
[next]