index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
Liu Shixin via Jfs-discussion
1
-0
/
+1
2023-09-23
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Andrew Kanner
1
-0
/
+1
2023-09-19
jfs: validate max amount of blocks before allocation.
Alexei Filippov
1
-0
/
+5
2023-08-26
FS: JFS: Check for read-only mounted filesystem in txBegin
Immad Mir
1
-0
/
+5
2023-08-26
FS: JFS: Fix null-ptr-deref Read in txBegin
Immad Mir
1
-0
/
+5
2023-08-26
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
1
-0
/
+3
2023-07-27
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-03-11
fs/jfs: fix shift exponent db_agl2size negative
Liu Shixin via Jfs-discussion
1
-1
/
+2
2023-01-14
fs: jfs: fix shift-out-of-bounds in dbDiscardAG
Hoi Pok Wu
1
-0
/
+5
2023-01-14
fs: jfs: fix shift-out-of-bounds in dbAllocAG
Dongliang Mu
1
-6
/
+16
2022-06-09
fs: jfs: fix possible NULL pointer dereference in dbFree()
Zixuan Fu
1
-1
/
+2
2022-04-13
jfs: prevent NULL deref in diFree
Haimin Zhang
1
-1
/
+2
2022-04-08
jfs: fix divide error in dbNextAG
Pavel Skripkin
1
-0
/
+7
2021-11-18
JFS: fix memleak in jfs_mount
Dongliang Mu
1
-29
/
+22
2021-07-20
fs/jfs: Fix missing error code in lmLogInit()
Jiapeng Chong
1
-0
/
+1
2021-07-19
jfs: fix GPF in diFree
Pavel Skripkin
1
-1
/
+2
2021-03-07
JFS: more checks for invalid superblock
Randy Dunlap
2
-0
/
+11
2021-03-04
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
1
-1
/
+1
2020-12-30
jfs: Fix array index bounds check in dbAdjTree
Dave Kleikamp
1
-1
/
+1
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
2
-0
/
+2
2020-06-03
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2
-3
/
+3
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-03-09
jfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-3
/
+3
2020-02-05
Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+0
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-7
/
+7
2020-01-21
jfs: remove unused MAXL2PAGES
Alex Shi
1
-1
/
+0
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-0
/
+2
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
1
-0
/
+2
2019-07-31
docs: fix a couple of new broken references
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-15
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
44
-616
/
+44
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
9
-29
/
+33
2019-05-02
jfs: switch to ->free_inode()
Al Viro
2
-21
/
+16
2019-03-22
jfs: fix bogus variable self-initialization
Arnd Bergmann
1
-2
/
+1
2019-01-10
fs/jfs: Switch to use new generic UUID API
Andy Shevchenko
6
-23
/
+29
2019-01-10
jfs: compare old and new mode before setting update_mode flag
Chengguang Xu
1
-1
/
+2
2019-01-10
jfs: remove incorrect comment in jfs_superblock
Dave Kleikamp
1
-2
/
+0
2018-10-26
jfs: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
1
-1
/
+1
2018-09-20
jfs: remove redundant dquot_initialize() in jfs_evict_inode()
Chao Yu
1
-1
/
+0
2018-09-10
jfs: remove quota option from ignore list
Chengguang Xu
1
-1
/
+1
2018-09-06
jfs: cache NULL when both default_acl and acl are NULL
Chengguang Xu
1
-0
/
+4
2018-08-16
Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+1
2018-08-14
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
4
-22
/
+10
2018-08-04
jfs: Fix usercopy whitelist for inline inode data
Kees Cook
3
-2
/
+9
2018-08-03
jfs: don't bother with make_bad_inode() in ialloc()
Al Viro
1
-2
/
+0
2018-08-03
new helper: inode_fake_hash()
Al Viro
2
-8
/
+2
2018-08-03
jfs: switch to discard_new_inode()
Al Viro
2
-12
/
+8
2018-06-19
jfs: use time64_t for otime
Arnd Bergmann
1
-1
/
+1
[next]