index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-12-13
37
-120
/
+446
|
\
|
*
hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...
Aditya Garg
2022-12-12
3
-2
/
+8
|
*
hfs: Fix OOB Write in hfs_asc2mac
ZhangPeng
2022-12-12
1
-1
/
+1
|
*
hfs: fix OOB Read in __hfs_brec_find
ZhangPeng
2022-12-12
1
-0
/
+2
|
*
ocfs2: always read both high and low parts of dinode link count
Alexey Asemov
2022-12-12
1
-2
/
+1
|
*
fat (exportfs): fix some kernel-doc warnings
Bo Liu
2022-12-01
1
-2
/
+2
|
*
ocfs2: fix memory leak in ocfs2_mount_volume()
Li Zetao
2022-12-01
3
-2
/
+6
|
*
debugfs: fix error when writing negative value to atomic_t debugfs file
Akinobu Mita
2022-12-01
1
-6
/
+22
|
*
libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
Akinobu Mita
2022-12-01
1
-3
/
+19
|
*
squashfs: fix null-ptr-deref in squashfs_fill_super
Baokun Li
2022-11-18
1
-1
/
+2
|
*
ocfs2: fix memory leak in ocfs2_stack_glue_init()
Shang XiaoJing
2022-11-18
1
-1
/
+7
|
*
squashfs: allows users to configure the number of decompression threads
Xiaoming Ni
2022-11-18
4
-10
/
+66
|
*
squashfs: add the mount parameter theads=<single|multi|percpu>
Xiaoming Ni
2022-11-18
9
-32
/
+147
|
*
nilfs2: fix shift-out-of-bounds due to too large exponent of block size
Ryusuke Konishi
2022-11-18
1
-4
/
+38
|
*
nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
Ryusuke Konishi
2022-11-18
1
-4
/
+27
|
*
proc: give /proc/cmdline size
Alexey Dobriyan
2022-11-18
1
-1
/
+5
|
*
proc: report open files as size in stat() for /proc/pid/fd
Ivan Babrou
2022-11-18
1
-0
/
+45
|
*
proc/vmcore: fix potential memory leak in vmcore_init()
Jianglei Nie
2022-11-18
1
-0
/
+1
|
*
ocfs2/dlm: use bitmap API instead of hand-writing it
Joseph Qi
2022-11-18
4
-27
/
+24
|
*
ocfs2: use bitmap API in fill_node_map
Joseph Qi
2022-11-18
6
-20
/
+16
|
*
ocfs2/cluster: use bitmap API instead of hand-writing it
Joseph Qi
2022-11-18
2
-11
/
+11
|
*
core_pattern: add CPU specifier
Oleksandr Natalenko
2022-11-18
1
-0
/
+5
*
|
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-13
14
-34
/
+27
|
\
\
|
*
|
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
1
-3
/
+3
|
*
|
treewide: use get_random_u32_{above,below}() instead of manual loop
Jason A. Donenfeld
2022-11-18
1
-7
/
+1
|
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
13
-27
/
+26
*
|
|
Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-12-12
1
-3
/
+18
|
\
\
\
|
*
|
|
proc: consoles: use console_list_lock for list iteration
John Ogness
2022-12-02
1
-7
/
+12
|
*
|
|
proc: consoles: document console_lock usage
John Ogness
2022-12-02
1
-0
/
+9
|
*
|
|
printk: Convert console_drivers list to hlist
Thomas Gleixner
2022-12-02
1
-1
/
+2
*
|
|
|
Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
2022-12-12
10
-26
/
+52
|
\
\
\
\
|
*
|
|
|
Add process name and pid to locks warning
Andi Kleen
2022-11-30
1
-1
/
+1
|
*
|
|
|
nfsd: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-3
/
+3
|
*
|
|
|
nfs: use locks_inode_context helper
Jeff Layton
2022-11-30
4
-5
/
+5
|
*
|
|
|
lockd: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-2
/
+2
|
*
|
|
|
ksmbd: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-1
/
+1
|
*
|
|
|
cifs: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-1
/
+1
|
*
|
|
|
ceph: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-2
/
+2
|
*
|
|
|
filelock: add a new locks_inode_context accessor function
Jeff Layton
2022-11-30
1
-12
/
+12
|
*
|
|
|
filelock: new helper: vfs_inode_has_locks
Jeff Layton
2022-11-30
1
-0
/
+23
|
*
|
|
|
filelock: WARN_ON_ONCE when ->fl_file and filp don't match
Jeff Layton
2022-11-17
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
4
-36
/
+45
|
\
\
\
\
|
*
|
|
|
binfmt_misc: fix shift-out-of-bounds in check_special_flags
Liu Shixin
2022-12-02
1
-4
/
+4
|
*
|
|
|
binfmt: Fix error return code in load_elf_fdpic_binary()
Wang Yufen
2022-12-02
1
-2
/
+3
|
*
|
|
|
exec: Remove FOLL_FORCE for stack setup
Kees Cook
2022-11-18
1
-1
/
+1
|
*
|
|
|
binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
Bo Liu
2022-11-18
1
-3
/
+3
|
*
|
|
|
binfmt_elf: simplify error handling in load_elf_phdrs()
Rolf Eike Beer
2022-10-26
1
-8
/
+2
|
*
|
|
|
binfmt_elf: fix documented return value for load_elf_phdrs()
Rolf Eike Beer
2022-10-26
1
-1
/
+1
|
*
|
|
|
exec: simplify initial stack size expansion
Rolf Eike Beer
2022-10-26
1
-8
/
+5
|
*
|
|
|
binfmt: Fix whitespace issues
Kees Cook
2022-10-26
3
-9
/
+9
[next]