index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
2024-07-23
Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2024-06-27
jfs: don't walk off the end of ealist
lei lu
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
2024-06-26
jfs: Fix array-index-out-of-bounds in diFree
Jeongjun Park
2024-06-26
jfs: fix null ptr deref in dtInsertEntry
Edward Adam Davis
2024-06-04
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
2024-05-27
jfs: Remove use of folio error flag
Matthew Wilcox (Oracle)
2024-05-27
jfs: Change metapage->page to metapage->folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert force_metapage to use a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert inc_io to take a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert page_to_mp to folio_to_mp
Matthew Wilcox (Oracle)
2024-05-27
jfs; Convert __invalidate_metapages to use a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert dec_io to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert drop_metapage and remove_metapage to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs; Convert release_metapage to use a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert insert_metapage() to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert __get_metapage to use a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert metapage_writepage to metapage_write_folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert metapage_read_folio to use folio APIs
Matthew Wilcox (Oracle)
2024-03-27
fs,block: yield devices early
Christian Brauner
2024-03-13
Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-02-27
jfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-25
jfs: port block device access to file
Christian Brauner
2024-02-25
bdev: open block device as files
Christian Brauner
2024-02-08
quota: Properly annotate i_dquot arrays with __rcu
Jan Kara
2024-01-29
Revert "jfs: fix shift-out-of-bounds in dbJoin"
Dave Kleikamp
2024-01-02
jfs: Add missing set_freezable() for freezable kthread
Kevin Hao
2024-01-02
jfs: fix array-index-out-of-bounds in diNewExt
Edward Adam Davis
2023-11-21
jfs: fix shift-out-of-bounds in dbJoin
Manas Ghandat
2023-11-21
jfs: fix uaf in jfs_evict_inode
Edward Adam Davis
2023-11-21
jfs: fix array-index-out-of-bounds in dbAdjTree
Manas Ghandat
2023-11-21
jfs: fix slab-out-of-bounds Read in dtSearch
Manas Ghandat
2023-11-21
UBSAN: array-index-out-of-bounds in dtSplitRoot
Osama Muhammad
2023-11-21
FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
Osama Muhammad
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-11-02
Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
2023-10-28
jfs: fix log->bdev_handle null ptr deref in lbmStartIO
Lizhi Xu
2023-10-28
jfs: Convert to bdev_open_by_dev()
Jan Kara
2023-10-18
jfs: convert to new timestamp accessors
Jeff Layton
2023-10-13
jfs: define xtree root and page independently
Dave Kleikamp
2023-10-09
jfs: move jfs_xattr_handlers to .rodata
Wedson Almeida Filho
2023-10-04
jfs: fix array-index-out-of-bounds in diAlloc
Manas Ghandat
2023-10-04
jfs: fix array-index-out-of-bounds in dbFindLeaf
Manas Ghandat
2023-10-03
fs/jfs: Add validity check for db_maxag and db_agpref
Juntong Deng
2023-10-03
fs/jfs: Add check for negative db_l2nbperpage
Juntong Deng
[next]