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