index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
jfs: Fix sanity check in dbMount
Dave Kleikamp
1
-1
/
+1
2024-09-19
Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggy
Linus Torvalds
4
-7
/
+19
2024-09-04
jfs: Fix uninit-value access of new_ea in ea_buffer
Zhao Mengmeng
1
-0
/
+2
2024-08-27
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
1
-1
/
+4
2024-08-27
jfs: Fix uaf in dbFreeBits
Edward Adam Davis
1
-2
/
+9
2024-08-23
jfs: fix out-of-bounds in dbNextAG() and diAlloc()
Jeongjun Park
2
-3
/
+3
2024-08-23
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
1
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-07-24
Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy
Linus Torvalds
7
-173
/
+193
2024-06-27
jfs: don't walk off the end of ealist
lei lu
1
-4
/
+19
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
1
-0
/
+2
2024-06-26
jfs: Fix array-index-out-of-bounds in diFree
Jeongjun Park
1
-1
/
+4
2024-06-26
jfs: fix null ptr deref in dtInsertEntry
Edward Adam Davis
1
-0
/
+2
2024-06-04
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
1
-1
/
+3
2024-05-28
jfs: Remove use of folio error flag
Matthew Wilcox (Oracle)
1
-22
/
+25
2024-05-28
jfs: Change metapage->page to metapage->folio
Matthew Wilcox (Oracle)
3
-22
/
+22
2024-05-28
jfs: Convert force_metapage to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-28
jfs: Convert inc_io to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-05-28
jfs: Convert page_to_mp to folio_to_mp
Matthew Wilcox (Oracle)
1
-10
/
+12
2024-05-28
jfs; Convert __invalidate_metapages to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-05-28
jfs: Convert dec_io to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+17
2024-05-24
jfs: Convert drop_metapage and remove_metapage to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+12
2024-05-24
jfs; Convert release_metapage to use a folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2024-05-24
jfs: Convert insert_metapage() to take a folio
Matthew Wilcox (Oracle)
1
-18
/
+13
2024-05-24
jfs: Convert __get_metapage to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2024-05-24
jfs: Convert metapage_writepage to metapage_write_folio
Matthew Wilcox (Oracle)
1
-34
/
+41
2024-05-24
jfs: Convert metapage_read_folio to use folio APIs
Matthew Wilcox (Oracle)
1
-22
/
+13
2024-03-27
fs,block: yield devices early
Christian Brauner
1
-2
/
+2
2024-03-14
Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
3
-15
/
+15
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-02-27
jfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-25
jfs: port block device access to file
Christian Brauner
3
-15
/
+15
2024-02-25
bdev: open block device as files
Christian Brauner
1
-1
/
+1
2024-02-08
quota: Properly annotate i_dquot arrays with __rcu
Jan Kara
2
-2
/
+2
2024-01-29
Revert "jfs: fix shift-out-of-bounds in dbJoin"
Dave Kleikamp
1
-7
/
+1
2024-01-02
jfs: Add missing set_freezable() for freezable kthread
Kevin Hao
1
-0
/
+2
2024-01-02
jfs: fix array-index-out-of-bounds in diNewExt
Edward Adam Davis
1
-0
/
+3
2023-11-22
jfs: fix shift-out-of-bounds in dbJoin
Manas Ghandat
1
-1
/
+7
2023-11-22
jfs: fix uaf in jfs_evict_inode
Edward Adam Davis
1
-3
/
+3
2023-11-22
jfs: fix array-index-out-of-bounds in dbAdjTree
Manas Ghandat
1
-29
/
+31
2023-11-22
jfs: fix slab-out-of-bounds Read in dtSearch
Manas Ghandat
1
-0
/
+5
2023-11-22
UBSAN: array-index-out-of-bounds in dtSplitRoot
Osama Muhammad
1
-1
/
+1
2023-11-22
FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
Osama Muhammad
1
-0
/
+3
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1
2023-11-02
Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
7
-29
/
+54
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
5
-23
/
+25
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2
-2
/
+2
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
1
-0
/
+1
[next]