index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
12
-67
/
+37
2023-02-14
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
7
-56
/
+37
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
33
-27
/
+240
2023-02-14
dm: add argument identifier names
Heinz Mauelshagen
5
-12
/
+12
2023-02-14
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
14
-87
/
+84
2023-02-14
dm block-manager: avoid not required parentheses
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm crypt: correct 'foo*' to 'foo *'
Heinz Mauelshagen
1
-9
/
+9
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
8
-61
/
+66
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
8
-13
/
+12
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
23
-168
/
+298
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
12
-25
/
+24
2023-02-14
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
7
-12
/
+12
2023-02-14
dm: avoid initializing static variables
Heinz Mauelshagen
4
-5
/
+5
2023-02-14
dm: enclose complex macros into parentheses where possible
Heinz Mauelshagen
1
-2
/
+4
2023-02-14
dm: avoid assignment in if conditions
Heinz Mauelshagen
4
-9
/
+17
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
76
-972
/
+972
2023-02-14
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
4
-10
/
+10
2023-02-14
dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
Heinz Mauelshagen
2
-18
/
+18
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
94
-14
/
+95
2023-02-14
dm: send just one event on resize, not two
Mikulas Patocka
3
-18
/
+24
2023-02-13
dm: Remove completion function scaffolding
Herbert Xu
2
-5
/
+5
2023-02-13
dm: Add scaffolding to change completion function signature
Herbert Xu
2
-7
/
+5
2023-02-12
dm table: check that a dm device doesn't reference itself
Benjamin Marzinski
1
-0
/
+2
2023-02-12
dm raid: fix some spelling mistakes in comments
Yu Zhe
1
-3
/
+3
2023-02-08
md: account io_acct_set usage with active_io
Xiao Ni
2
-3
/
+10
2023-02-02
drivers/md: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-02-02
dm verity: stop using WQ_UNBOUND for verify_wq
Nathan Huckleberry
1
-5
/
+1
2023-02-02
dm integrity: Remove bi_sector that's only used by commented debug code
Jiapeng Chong
1
-7
/
+0
2023-02-02
dm crypt: Slightly simplify crypt_set_keyring_key()
Christophe JAILLET
1
-1
/
+1
2023-02-02
dm ioctl: drop always-false condition
Sergey Shtylyov
1
-2
/
+1
2023-02-02
dm flakey: fix logic when corrupting a bio
Mikulas Patocka
1
-10
/
+13
2023-02-01
md: use MD_RESYNC_* whenever possible
Hou Tao
1
-3
/
+3
2023-02-01
dm flakey: fix a bug with 32-bit highmem systems
Mikulas Patocka
1
-1
/
+2
2023-02-01
dm flakey: don't corrupt the zero page
Mikulas Patocka
1
-2
/
+5
2023-02-01
md: Free writes_pending in md_stop
Xiao Ni
1
-0
/
+1
2023-02-01
md: Change active_io to percpu
Xiao Ni
2
-20
/
+25
2023-02-01
md: Factor out is_md_suspended helper
Xiao Ni
1
-5
/
+12
2023-02-01
md: don't update recovery_cp when curr_resync is ACTIVE
Hou Tao
1
-1
/
+1
2023-01-30
dm cache: Add some documentation to dm-cache-background-tracker.h
Joe Thornber
1
-3
/
+37
2023-01-30
dm cache: free background tracker's queued work in btracker_destroy
Joe Thornber
1
-0
/
+8
2023-01-30
dm: improve shrinker debug names
Mike Snitzer
2
-2
/
+2
2023-01-27
Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+4
2023-01-25
bcache: Silence memcpy() run-time false positive warnings
Kees Cook
2
-2
/
+4
2023-01-12
md: fix incorrect declaration about claim_rdev in md_import_device
Adrian Huang
1
-2
/
+2
2023-01-05
bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-4
/
+4
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
2
-0
/
+4
2022-12-13
Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-28
/
+146
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
14
-276
/
+294
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-12-08
dm thin: Use last transaction's pmd->root when commit failed
Zhihao Cheng
1
-0
/
+9
[prev]
[next]