index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jffs2
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
jffs2: Fix potential illegal address access in jffs2_free_inode
Wang Yong
1
-0
/
+1
2024-06-16
jffs2: prevent xattr node from overflowing the eraseblock
Ilya Denisyev
1
-0
/
+3
2023-08-11
jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
Fabian Frederick
3
-7
/
+15
2023-08-11
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2023-03-22
jffs2: correct logic when creating a hole in jffs2_write_begin
Yifei Liu
1
-8
/
+7
2022-06-14
jffs2: fix memory leak in jffs2_do_fill_super
Baokun Li
1
-0
/
+1
2022-04-15
jffs2: fix memory leak in jffs2_scan_medium
Baokun Li
1
-2
/
+4
2022-04-15
jffs2: fix memory leak in jffs2_do_mount_fs
Baokun Li
1
-1
/
+3
2022-04-15
jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
Baokun Li
1
-1
/
+1
2022-01-27
jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
Kyeong Yoo
1
-15
/
+25
2021-05-22
jffs2: check the validity of dstlen in jffs2_zlib_compress()
Yang Yang
1
-0
/
+3
2021-05-22
jffs2: Fix kasan slab-out-of-bounds problem
lizhe
1
-1
/
+1
2021-03-04
jffs2: fix use after free in jffs2_sum_write_data()
Tom Rix
1
-0
/
+3
2020-12-30
jffs2: Fix GC exit abnormally
Zhe Li
1
-0
/
+16
2020-08-26
jffs2: fix UAF problem
Zhe Li
1
-1
/
+5
2019-05-08
jffs2: fix use-after-free on symlink traversal
Al Viro
2
-6
/
+4
2019-01-26
jffs2: Fix use of uninitialized delayed_work, lockdep breakage
Daniel Santos
1
-1
/
+2
2018-11-13
jffs2: free jffs2_sb_info through jffs2_kill_sb()
Hou Tao
1
-3
/
+1
2018-07-18
jffs2: use unsigned 32-bit timstamps consistently
Arnd Bergmann
1
-7
/
+7
2018-07-18
jffs2: use 64-bit intermediate timestamps
Arnd Bergmann
4
-26
/
+27
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-16
/
+16
2018-06-14
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...
Arnd Bergmann
3
-16
/
+16
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-12
Convert jffs2 acl to struct_size
Matthew Wilcox
2
-1
/
+3
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
3
-16
/
+16
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
1
-8
/
+4
2018-04-15
jffs2_kill_sb(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-03-15
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
1
-1
/
+0
2018-03-15
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
1
-31
/
+5
2018-01-31
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
1
-5
/
+1
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2018-01-25
jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
Jake Daryll Obina
1
-1
/
+0
2018-01-01
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
Adam Borowski
1
-5
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
3
-5
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-6
/
+6
2017-09-09
Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+1
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-1
/
+1
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
3
-6
/
+6
2017-04-19
jffs2: fix spelling mistake: "requestied" -> "requested"
Colin Ian King
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-1
/
+0
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+9
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-2
/
+7
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
4
-15
/
+0
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
3
-9
/
+0
2016-10-06
jffs2: Remove jffs2_{get,set,remove}xattr macros
Andreas Gruenbacher
4
-15
/
+9
[next]