summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-07-237-173/+193
|\
| * jfs: don't walk off the end of ealistlei lu2024-06-271-4/+19
| * jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li2024-06-261-0/+2
| * jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park2024-06-261-1/+4
| * jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis2024-06-261-0/+2
| * jfs: Remove use of folio error flagMatthew Wilcox (Oracle)2024-05-271-22/+25
| * jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)2024-05-273-22/+22
| * jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)2024-05-271-9/+8
| * jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)2024-05-271-7/+8
| * jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)2024-05-271-10/+12
| * jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)2024-05-271-6/+6
| * jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)2024-05-271-15/+17
| * jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)2024-05-241-12/+12
| * jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)2024-05-241-12/+10
| * jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)2024-05-241-18/+13
| * jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)2024-05-241-14/+14
| * jfs: Convert metapage_writepage to metapage_write_folioMatthew Wilcox (Oracle)2024-05-241-34/+41
| * jfs: Convert metapage_read_folio to use folio APIsMatthew Wilcox (Oracle)2024-05-241-22/+13
* | jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman2024-06-041-1/+3
|/
* fs,block: yield devices earlyChristian Brauner2024-03-271-2/+2
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-132-2/+2
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-082-2/+2
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-113-15/+15
|\ \
| * | jfs: port block device access to fileChristian Brauner2024-02-253-15/+15
| * | bdev: open block device as filesChristian Brauner2024-02-251-1/+1
| |/
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| |/
* / Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp2024-01-291-7/+1
|/
* jfs: Add missing set_freezable() for freezable kthreadKevin Hao2024-01-021-0/+2
* jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis2024-01-021-0/+3
* jfs: fix shift-out-of-bounds in dbJoinManas Ghandat2023-11-211-1/+7
* jfs: fix uaf in jfs_evict_inodeEdward Adam Davis2023-11-211-3/+3
* jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat2023-11-211-29/+31
* jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat2023-11-211-0/+5
* UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad2023-11-211-1/+1
* FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad2023-11-211-0/+3
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-11-027-29/+54
|\ \
| * | jfs: define xtree root and page independentlyDave Kleikamp2023-10-136-23/+32
| * | jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-10-041-1/+4
| * | jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-10-041-4/+10
| * | fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-10-031-0/+6
| * | fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-10-031-1/+2
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-23/+25
|\ \
| * | jfs: convert to new timestamp accessorsJeff Layton2023-10-185-23/+25
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \
| * | jfs: move jfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
| |/
* | jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu2023-10-281-1/+5
* | jfs: Convert to bdev_open_by_dev()Jan Kara2023-10-283-16/+18
|/