summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-27jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-25jfs: port block device access to fileChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-01-02jfs: Add missing set_freezable() for freezable kthreadKevin Hao
2024-01-02jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2023-11-21jfs: fix shift-out-of-bounds in dbJoinManas Ghandat
2023-11-21jfs: fix uaf in jfs_evict_inodeEdward Adam Davis
2023-11-21jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat
2023-11-21jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat
2023-11-21UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad
2023-11-21FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu
2023-10-28jfs: Convert to bdev_open_by_dev()Jan Kara
2023-10-18jfs: convert to new timestamp accessorsJeff Layton
2023-10-13jfs: define xtree root and page independentlyDave Kleikamp
2023-10-09jfs: move jfs_xattr_handlers to .rodataWedson Almeida Filho
2023-10-04jfs: fix array-index-out-of-bounds in diAllocManas Ghandat
2023-10-04jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat
2023-10-03fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng
2023-10-03fs/jfs: Add check for negative db_l2nbperpageJuntong Deng
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-30fs/jfs: Use common ucs2 upper case tableDr. David Alan Gilbert
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-08-29jfs: remove redundant initialization to pointer ipColin Ian King
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2023-07-18jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-07-18FS: JFS: (trivial) Fix grammatical error in extAllocImmad Mir
2023-07-18fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-06-22fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-06-20fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee