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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
4
-4
/
+4
2023-02-14
dm: avoid inline filenames
Heinz Mauelshagen
3
-5
/
+2
2023-02-14
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
5
-6
/
+11
2023-02-14
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
6
-38
/
+38
2023-02-14
dm: favour __packed versus "__attribute__ ((packed))"
Heinz Mauelshagen
2
-6
/
+6
2023-02-14
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
3
-7
/
+7
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
9
-23
/
+22
2023-02-14
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
10
-39
/
+39
2023-02-14
dm: adjust EXPORT_SYMBOL() to follow functions immediately
Heinz Mauelshagen
4
-7
/
+3
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
26
-177
/
+315
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
2
-4
/
+5
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
82
-1016
/
+1016
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
100
-14
/
+101
2023-02-14
NFS: Remove unnecessary check in nfs_read_folio()
Trond Myklebust
1
-7
/
+1
2023-02-14
NFS: Improve tracing of nfs_wb_folio()
Trond Myklebust
2
-4
/
+5
2023-02-14
NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
Trond Myklebust
2
-8
/
+42
2023-02-14
NFS: fix up nfs_release_folio() to try to release the page
Trond Myklebust
1
-2
/
+7
2023-02-14
NFS: Clean up O_DIRECT request allocation
Trond Myklebust
3
-18
/
+18
2023-02-14
NFS: Fix up nfs_vm_page_mkwrite() for folios
Trond Myklebust
1
-11
/
+10
2023-02-14
NFS: Convert nfs_write_begin/end to use folios
Trond Myklebust
1
-34
/
+41
2023-02-14
NFS: Remove unused function nfs_wb_page()
Trond Myklebust
2
-6
/
+0
2023-02-14
NFS: Convert buffered writes to use folios
Trond Myklebust
6
-200
/
+210
2023-02-14
NFS: Convert the function nfs_wb_page() to use folios
Trond Myklebust
1
-19
/
+16
2023-02-14
NFS: Convert buffered reads to use folios
Trond Myklebust
5
-50
/
+100
2023-02-14
NFS: Add a helper nfs_wb_folio()
Trond Myklebust
3
-1
/
+15
2023-02-14
NFS: Convert the remaining pagelist helper functions to support folios
Trond Myklebust
1
-22
/
+50
2023-02-14
NFS: Add a helper to convert a struct nfs_page into an inode
Trond Myklebust
3
-5
/
+17
2023-02-14
NFS: Fix nfs_coalesce_size() to work with folios
Trond Myklebust
2
-9
/
+34
2023-02-14
NFS: Support folios in nfs_generic_pgio()
Trond Myklebust
2
-15
/
+60
2023-02-14
NFS: Add basic functionality for tracking folios in struct nfs_page
Trond Myklebust
2
-3
/
+40
2023-02-14
NFS: Fix for xfstests generic/208
Trond Myklebust
1
-0
/
+3
2023-02-14
dm: send just one event on resize, not two
Mikulas Patocka
3
-18
/
+24
2023-02-14
wifi: mac80211: fix off-by-one link setting
Johannes Berg
1
-1
/
+1
2023-02-14
f2fs: synchronize atomic write aborts
Daeho Jeong
4
-22
/
+38
2023-02-14
f2fs: fix wrong segment count
Jaegeuk Kim
1
-4
/
+5
[prev]
[next]