index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
dups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
module/dups: Clean up includes
Petr Pavlu
1
-20
/
+12
2026-08-06
module/dups: Use strcmp() to compare module names
Petr Pavlu
1
-4
/
+2
2026-08-06
module/dups: Use scope-based cleanup helpers
Petr Pavlu
1
-33
/
+23
2026-08-06
module/dups: Avoid unnecessary kmod_dup_req allocations
Petr Pavlu
1
-16
/
+22
2026-08-06
module/dups: Fix use-after-free in kmod_dup_req lifetime handling
Petr Pavlu
1
-16
/
+40
2026-08-06
module/dups: Inform duplicate requests about the result directly
Petr Pavlu
1
-34
/
+9
2026-08-06
module: use strscpy() to copy module names in stats and dup tracking
Naveen Kumar Chaudhary
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-22
module: replace use of system_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2023-12-19
module: Remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
1
-1
/
+1
2023-05-02
module: include internal.h in module/dups.c
Arnd Bergmann
1
-0
/
+2
2023-04-19
module: add debugging auto-load duplicate module support
Luis Chamberlain
1
-0
/
+246