VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2023-05-30
cifs: mapchars mount option ignored
Steve French
2023-05-30
btrfs: use nofs when cleaning up aborted transactions
Josef Bacik
2023-05-30
ocfs2: Switch to security_inode_init_security()
Roberto Sassu
2023-05-24
nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
Ryusuke Konishi
2023-05-24
ceph: force updating the msg pointer in non-split case
Xiubo Li
2023-05-24
statfs: enforce statfs[64] structure initialization
Ilya Leoshkevich
2023-05-24
ksmbd: fix global-out-of-bounds in smb2_find_context_vals
Chih-Yen Chang
2023-05-24
ksmbd: fix wrong UserName check in session_user
Chih-Yen Chang
2023-05-24
ksmbd: allocate one more byte for implied bcc[0]
Chih-Yen Chang
2023-05-24
ksmbd: smb2: Allow messages padded to 8byte boundary
Gustav Johansson
2023-05-24
SMB3: drop reference to cfile before sending oplock break
Bharath SM
2023-05-24
SMB3: Close all deferred handles of inode in case of handle lease break
Bharath SM
2023-05-24
f2fs: fix to check readonly condition correctly
Chao Yu
2023-05-24
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2023-05-24
f2fs: Fix system crash due to lack of free space in LFS
Yonggil Song
2023-05-24
ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
2023-05-24
ext4: set goal start correctly in ext4_mb_normalize_request
Kemeng Shi
2023-05-24
gfs2: Fix inode height consistency check
Andreas Gruenbacher
2023-05-24
ext2: Check block size validity during mount
Jan Kara
2023-05-24
fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
Tetsuo Handa
2023-05-24
open: return EINVAL for O_DIRECTORY | O_CREAT
Christian Brauner
2023-05-24
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
2023-05-24
ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
Kemeng Shi
2023-05-24
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
2023-05-24
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
2023-05-17
f2fs: inode: fix to do sanity check on extent cache correctly
Chao Yu
2023-05-17
f2fs: fix to do sanity check on extent cache correctly
Chao Yu
2023-05-17
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
2023-05-17
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
2023-05-17
ext4: fix lockdep warning when enabling MMP
Jan Kara
2023-05-17
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
2023-05-17
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
2023-05-17
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
2023-05-17
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2023-05-17
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
2023-05-17
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
2023-05-17
ext4: fix data races when using cached status extents
Jan Kara
2023-05-17
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
2023-05-17
ext4: fix WARNING in mb_find_extent
Ye Bin
2023-05-17
ksmbd: fix racy issue from smb2 close and logoff with multichannel
Namjae Jeon
2023-05-17
ksmbd: block asynchronous requests when making a delay on session setup
Namjae Jeon
2023-05-17
ksmbd: destroy expired sessions
Namjae Jeon
2023-05-17
ksmbd: fix racy issue from session setup and logoff
Namjae Jeon
2023-05-17
ksmbd: Implements sess->ksmbd_chann_list as xarray
Dawei Li
2023-05-17
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
2023-05-17
f2fs: allocate the extent_cache by default
Jaegeuk Kim
2023-05-17
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
2023-05-17
f2fs: remove unnecessary __init_extent_tree
Jaegeuk Kim
2023-05-17
f2fs: move internal functions into extent_cache.c
Jaegeuk Kim
2023-05-17
f2fs: specify extent cache for read explicitly
Jaegeuk Kim
2023-05-17
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
2023-05-17
f2fs: fix potential corruption when moving a directory
Jaegeuk Kim
2023-05-17
f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
Jaegeuk Kim
2023-05-17
sysctl: clarify register_sysctl_init() base directory order
Luis Chamberlain
2023-05-17
proc_sysctl: enhance documentation
Luis Chamberlain
2023-05-17
proc_sysctl: update docs for __register_sysctl_table()
Luis Chamberlain
2023-05-17
SMB3: force unmount was failing to close deferred close files
Steve French
2023-05-17
smb3: fix problem remounting a share after shutdown
Steve French
2023-05-17
inotify: Avoid reporting event with invalid wd
Jan Kara
2023-05-17
cifs: release leases for deferred close handles when freezing
Steve French
2023-05-17
cifs: fix pcchunk length type in smb2_copychunk_range
Pawel Witek
2023-05-17
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
2023-05-17
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
2023-05-17
btrfs: fix space cache inconsistency after error loading it from disk
Filipe Manana
2023-05-17
btrfs: print-tree: parent bytenr must be aligned to sector size
Anastasia Belova
2023-05-17
btrfs: make clear_cache mount option to rebuild FST without disabling it
Qu Wenruo
2023-05-17
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
2023-05-17
btrfs: don't free qgroup space unless specified
Josef Bacik
2023-05-17
btrfs: fix encoded write i_size corruption with no-holes
Boris Burkov
2023-05-17
btrfs: fix assertion of exclop condition when starting balance
xiaoshoukui
2023-05-17
btrfs: properly reject clear_cache and v1 cache for block-group-tree
Qu Wenruo
2023-05-17
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
Naohiro Aota
2023-05-17
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
2023-05-17
writeback: fix call of incorrect macro
Maxim Korotkov
2023-05-17
fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ZhangPeng
2023-05-11
cifs: protect session status check in smb2_reconnect()
Paulo Alcantara
2023-05-11
cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
Paulo Alcantara
2023-05-11
btrfs: scrub: reject unsupported scrub flags
Qu Wenruo
2023-05-11
nilfs2: fix infinite loop in nilfs_mdt_get_block()
Ryusuke Konishi
2023-05-11
nilfs2: do not write dirty data after degenerating to read-only
Ryusuke Konishi
2023-05-11
afs: Avoid endless loop if file is larger than expected
Marc Dionne
2023-05-11
afs: Fix getattr to report server i_size on dirs, not local size
David Howells
2023-05-11
afs: Fix updating of i_size with dv jump from server
Marc Dionne
2023-05-11
ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
Ye Bin
2023-05-11
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
2023-05-11
SMB3: Close deferred file handles in case of handle lease break
Bharath SM
2023-05-11
SMB3: Add missing locks to protect deferred close file list
Bharath SM
2023-05-11
NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
Trond Myklebust
2023-05-11
fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
Zeng Heng
2023-05-11
fs/ntfs3: Fix OOB read in indx_insert_into_buffer
ZhangPeng
2023-05-11
fs/ntfs3: Add check for kmemdup
Jiasheng Jiang
2023-05-11
fs/ntfs3: Fix memory leak if ntfs_read_mft failed
Chen Zhongjin
2023-05-11
pstore: Revert pmsg_lock back to a normal mutex
John Stultz
2023-05-11
jdb2: Don't refuse invalidation of already invalidated buffers
Jan Kara
2023-05-11
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
2023-05-11
f2fs: fix to check return value of f2fs_do_truncate_blocks()
Chao Yu
2023-05-11
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
2023-05-11
f2fs: fix iostat lock protection
Qilin Tan
2023-05-11
f2fs: fix scheduling while atomic in decompression path
Jaegeuk Kim
2023-05-11
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()
Yangtao Li
2023-05-11
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
2023-05-11
f2fs: fix uninitialized skipped_gc_rwsem
Yonggil Song
2023-05-11
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
2023-05-11
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
2023-05-11
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2023-05-11
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
2023-05-11
xfs: don't consider future format versions valid
Dave Chinner
2023-05-11
ceph: fix potential use-after-free bug when trimming caps
Xiubo Li
2023-05-11
ubifs: Fix memory leak in do_rename
Mårten Lindahl
2023-05-11
ubifs: Free memory for tmpfile name
Mårten Lindahl
2023-05-11
ubifs: Fix memleak when insert_old_idx() failed
Zhihao Cheng
2023-05-11
Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
Zhihao Cheng
2023-05-11
ksmbd: fix deadlock in ksmbd_find_crypto_ctx()
Namjae Jeon
2023-05-11
ksmbd: not allow guest user on multichannel
Namjae Jeon
2023-05-11
ksmbd: fix memleak in session setup
Namjae Jeon
2023-05-11
ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()
Namjae Jeon
2023-05-11
ksmbd: call rcu_barrier() in ksmbd_server_exit()
Namjae Jeon
2023-05-11
ksmbd: fix racy issue under cocurrent smb2 tree disconnect
Namjae Jeon
2023-05-11
reiserfs: Add security prefix to xattr name in reiserfs_security_write()
Roberto Sassu
2023-05-11
fs: fix sysctls.c built
Kefeng Wang
2023-05-11
blk-crypto: add a blk_crypto_config_supported_natively helper
Christoph Hellwig
2023-05-11
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
2023-05-01
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-04-26
fuse: always revalidate rename target dentry
Jiachen Zhang
2023-04-26
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
2023-04-26
nilfs2: initialize unused bytes in segment summary blocks
Ryusuke Konishi
2023-04-26
btrfs: get the next extent map during fiemap/lseek more efficiently
Filipe Manana
2023-04-26
Revert "userfaultfd: don't fail on unrecognized features"
Peter Xu
2023-04-20
cifs: fix negotiate context parsing
David Disseldorp
2023-04-20
ksmbd: avoid out of bounds access in decode_preauth_ctxt()
David Disseldorp
2023-04-20
btrfs: fix fast csum implementation detection
Christoph Hellwig
2023-04-20
btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
Christoph Hellwig
2023-04-13
fs: drop peer group ids under namespace lock
Christian Brauner
2023-04-13
cifs: sanitize paths in cifs_update_super_prepath.
Thiago Rafael Becker
2023-04-13
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
Namjae Jeon
2023-04-13
ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
Marios Makassikis
2023-04-13
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi
2023-04-13
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
2023-04-13
NFSD: callback request does not use correct credential for AUTH_SYS
Dai Ngo
2023-04-13
nfsd: call op_release, even when op_func returns an error
Jeff Layton
2023-04-13
NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
Chuck Lever
2023-04-06
NFSv4: Fix hangs when recovering open state after a server reboot
Trond Myklebust
2023-04-06
zonefs: Always invalidate last cached page on append write
Damien Le Moal
2023-04-06
zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space
Damien Le Moal
2023-04-06
btrfs: scan device in non-exclusive mode
Anand Jain
2023-04-06
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
2023-04-06
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-04-06
cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
David Disseldorp
2023-04-06
cifs: prevent infinite recursion in CIFSGetDFSRefer()
Paulo Alcantara
2023-04-06
btrfs: use temporary variable for space_info in btrfs_update_block_group
Josef Bacik
2023-04-06
btrfs: fix uninitialized variable warning in btrfs_update_block_group
Josef Bacik
2023-04-06
cifs: fix missing unload_nls() in smb2_reconnect()
Paulo Alcantara
2023-04-06
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
2023-04-06
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-04-06
fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
Eric Biggers
2023-04-06
zonefs: Fix error message in zonefs_file_dio_append()
Damien Le Moal
2023-04-06
zonefs: Separate zone information from inode information
Damien Le Moal
2023-04-06
zonefs: Reduce struct zonefs_inode_info size
Damien Le Moal
2023-04-06
zonefs: Simplify IO error handling
Damien Le Moal
2023-04-06
zonefs: Reorganize code
Damien Le Moal
2023-04-06
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
2023-04-06
cifs: prevent data race in cifs_reconnect_tcon()
Paulo Alcantara
2023-04-06
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
2023-03-30
nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
Ryusuke Konishi
2023-03-30
ksmbd: return unsupported error on smb1 mount
Namjae Jeon
2023-03-30
ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
Namjae Jeon
2023-03-30
ksmbd: don't terminate inactive sessions after a few seconds
Namjae Jeon
2023-03-30
ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
Namjae Jeon
2023-03-30
ksmbd: fix wrong signingkey creation when encryption is AES256
Namjae Jeon
2023-03-30
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
2023-03-30
fsverity: Remove WQ_UNBOUND from fsverity read workqueue
Nathan Huckleberry
2023-03-30
fscrypt: destroy keyring after security_sb_delete()
Eric Biggers
2023-03-30
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Naohiro Aota
2023-03-30
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
2023-03-30
cifs: print session id while listing open files
Shyam Prasad N
2023-03-30
cifs: dump pending mids for all channels in DebugData
Shyam Prasad N
2023-03-30
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
2023-03-30
cifs: do not poll server interfaces too regularly
Shyam Prasad N
2023-03-30
cifs: append path to open_enter trace event
Shyam Prasad N
2023-03-30
cifs: lock chan_lock outside match_session
Shyam Prasad N
2023-03-30
smb3: fix unusable share after force unmount failure
Steve French
2023-03-30
smb3: lower default deferred close timeout to address perf regression
Steve French
2023-03-30
ksmbd: fix possible refcount leak in smb2_open()
ChenXiaoSong
2023-03-30
ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
Namjae Jeon
2023-03-30
ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
Namjae Jeon
2023-03-30
nfsd: don't replace page in rq_pages if it's a continuation of last page
Jeff Layton
2023-03-30
NFS: Fix /proc/PID/io read_bytes for buffered reads
Dave Wysochanski
2023-03-22
ocfs2: fix data corruption after failed write
Jan Kara via Ocfs2-devel
2023-03-22
cifs: Fix smb2_set_path_size()
Volker Lendecke
2023-03-22
cifs: generate signkey for the channel that's reconnecting
Shyam Prasad N
2023-03-22
ext4: fix possible double unlock when moving a directory
Theodore Ts'o
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
2023-03-22
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
2023-03-22
jffs2: correct logic when creating a hole in jffs2_write_begin
Yifei Liu
2023-03-22
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
2023-03-17
filelocks: use mount idmapping for setlease permission check
Seth Forshee
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
2023-03-17
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
2023-03-17
NFSD: Protect against filesystem freezing
Chuck Lever