summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2024-09-19Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds4-7/+19
2024-09-04jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-08-27jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-08-23jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2-3/+3
2024-08-23jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-24Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds7-173/+193
2024-06-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2024-06-26jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-06-26jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis1-0/+2
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-05-28jfs: Remove use of folio error flagMatthew Wilcox (Oracle)1-22/+25
2024-05-28jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)3-22/+22
2024-05-28jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)1-9/+8
2024-05-28jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)1-7/+8
2024-05-28jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)1-10/+12
2024-05-28jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)1-6/+6
2024-05-28jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)1-15/+17
2024-05-24jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)1-12/+12
2024-05-24jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)1-12/+10
2024-05-24jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)1-18/+13
2024-05-24jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)1-14/+14
2024-05-24jfs: Convert metapage_writepage to metapage_write_folioMatthew Wilcox (Oracle)1-34/+41
2024-05-24jfs: Convert metapage_read_folio to use folio APIsMatthew Wilcox (Oracle)1-22/+13
2024-03-27fs,block: yield devices earlyChristian Brauner1-2/+2
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-15/+15
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-02-27jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-25jfs: port block device access to fileChristian Brauner3-15/+15
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp1-7/+1
2024-01-02jfs: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+2
2024-01-02jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2023-11-22jfs: fix shift-out-of-bounds in dbJoinManas Ghandat1-1/+7
2023-11-22jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3
2023-11-22jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31
2023-11-22jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat1-0/+5
2023-11-22UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad1-1/+1
2023-11-22FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad1-0/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds7-29/+54
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds5-23/+25
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu1-1/+5