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
2023-10-28
jfs: fix log->bdev_handle null ptr deref in lbmStartIO
Lizhi Xu
1
-1
/
+5
2023-10-28
jfs: Convert to bdev_open_by_dev()
Jan Kara
3
-16
/
+18
2023-10-18
jfs: convert to new timestamp accessors
Jeff Layton
5
-23
/
+25
2023-10-13
jfs: define xtree root and page independently
Dave Kleikamp
6
-23
/
+32
2023-10-09
jfs: move jfs_xattr_handlers to .rodata
Wedson Almeida Filho
2
-2
/
+2
2023-10-04
jfs: fix array-index-out-of-bounds in diAlloc
Manas Ghandat
1
-1
/
+4
2023-10-04
jfs: fix array-index-out-of-bounds in dbFindLeaf
Manas Ghandat
1
-4
/
+10
2023-10-04
fs/jfs: Add validity check for db_maxag and db_agpref
Juntong Deng
1
-0
/
+6
2023-10-04
fs/jfs: Add check for negative db_l2nbperpage
Juntong Deng
1
-1
/
+2
2023-09-01
Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggy
Linus Torvalds
4
-2
/
+9
2023-08-31
Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-134
/
+7
2023-08-30
fs/jfs: Use common ucs2 upper case table
Dr. David Alan Gilbert
4
-134
/
+7
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-08-29
jfs: validate max amount of blocks before allocation.
Alexei Filippov
1
-0
/
+5
2023-08-29
jfs: remove redundant initialization to pointer ip
Colin Ian King
1
-1
/
+1
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
8
-23
/
+23
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-1
/
+2
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-07-24
jfs: convert to ctime accessor functions
Jeff Layton
8
-23
/
+23
2023-07-18
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
Liu Shixin via Jfs-discussion
1
-0
/
+1
2023-07-18
FS: JFS: (trivial) Fix grammatical error in extAlloc
Immad Mir
1
-1
/
+1
2023-07-18
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Andrew Kanner
1
-0
/
+1
2023-06-29
Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy
Linus Torvalds
4
-1
/
+22
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+6
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-23
FS: JFS: Check for read-only mounted filesystem in txBegin
Immad Mir
1
-0
/
+5
2023-06-23
FS: JFS: Fix null-ptr-deref Read in txBegin
Immad Mir
1
-0
/
+5
2023-06-22
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
1
-0
/
+3
2023-06-20
fs: jfs: (trivial) Fix typo in dbInitTree function
Wonguk Lee
1
-1
/
+1
2023-06-20
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+3
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-06-02
jfs: Use unsigned variable for length calculations
Kees Cook
1
-3
/
+3
2023-05-31
jfs: logmgr: use __bio_add_page to add single page to bio
Johannes Thumshirn
1
-2
/
+2
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-04-25
Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+34
2023-03-13
mm,jfs: move write_one_page/folio_write_one to jfs
Christoph Hellwig
1
-5
/
+34
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-03-01
Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+2
2023-02-21
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-01-26
fs: build the legacy direct I/O code conditionally
Christoph Hellwig
1
-0
/
+1
2023-01-19
quota: port to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
3
-3
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
[prev]
[next]