summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat1-1/+4
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-19jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-07-23jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion1-1/+2
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert1-1/+1
2022-12-31fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-06-09fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-04-13jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-08jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2021-11-18JFS: fix memleak in jfs_mountDongliang Mu1-29/+22
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-07-03Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds8-15/+30
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook4-9/+24
2021-06-23jfs: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-23jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-06-01fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-05-21jfs: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-05-21fs: Fix typo issuezuoqilin1-1/+1
2021-04-12jfs: convert to fileattrMiklos Szeredi5-85/+49
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-20/+26
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-02-08jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li1-19/+16
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-14/+18
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers1-1/+0
2020-12-19JFS: more checks for invalid superblockRandy Dunlap2-0/+11
2020-11-14jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu1-2/+6
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap6-6/+6
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-1/+1
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig2-0/+2
2020-06-03Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-3/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-03-09jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-3/+3
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi1-1/+0