VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-09-08
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Tuo Li
2021-09-08
ext4: fix e2fsprogs checksum failure for mounted filesystem
Jan Kara
2021-09-08
ext4: fix race writing to an inline_data file while its xattrs are changing
Theodore Ts'o
2021-09-03
ubifs: report correct st_size for encrypted symlinks
Eric Biggers
2021-09-03
f2fs: report correct st_size for encrypted symlinks
Eric Biggers
2021-09-03
ext4: report correct st_size for encrypted symlinks
Eric Biggers
2021-09-03
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Eric Biggers
2021-09-03
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
2021-09-03
pipe: do FASYNC notifications for every pipe IO, not just state changes
Linus Torvalds
2021-09-03
pipe: avoid unnecessary EPOLLET wakeups under normal loads
Linus Torvalds
2021-09-03
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Qu Wenruo
2021-09-03
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
2021-09-03
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
Miklos Szeredi
2021-09-03
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
2021-08-26
fs: warn about impending deprecation of mandatory locks
Jeff Layton
2021-08-26
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-26
btrfs: prevent rename2 from exchanging a subvol with a directory from different parents
NeilBrown
2021-08-26
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
2021-08-26
io_uring: fix code style problems
Pavel Begunkov
2021-08-26
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
2021-08-18
ceph: take snap_empty_lock atomically with snaprealm refcount change
Jeff Layton
2021-08-18
ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realm
Jeff Layton
2021-08-18
ceph: add some lockdep assertions around snaprealm handling
Jeff Layton
2021-08-18
ovl: fix deadlock in splice write
Miklos Szeredi
2021-08-18
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
2021-08-18
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
2021-08-18
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
2021-08-18
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
2021-08-18
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
2021-08-18
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
2021-08-18
cifs: use the correct max-length for dentry_path_raw()
Ronnie Sahlberg
2021-08-18
cifs: Call close synchronously during unlink/rename/lease break.
Rohith Surabattula
2021-08-18
cifs: create sd context must be a multiple of 8
Shyam Prasad N
2021-08-18
cifs: Handle race conditions during rename
Rohith Surabattula
2021-08-15
ovl: prevent private clone if bind mount is not allowed
Miklos Szeredi
2021-08-12
smb3: rc uninitialized in one fallocate path
Steve French
2021-08-12
reiserfs: check directory items on read from disk
Shreyansh Chouhan
2021-08-12
reiserfs: add check for root_inode in reiserfs_fill_super
Yu Kuai
2021-08-12
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
2021-08-12
ext4: fix potential htree corruption when growing large_dir directories
Theodore Ts'o
2021-08-12
pipe: increase minimum default pipe size to 2 pages
Alex Xu (Hello71)
2021-08-12
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
2021-08-12
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
2021-08-12
ext4: fix potential uninitialized access to retval in kmmpd
Ye Bin
2021-08-08
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-08-08
io_uring: never attempt iopoll reissue from release path
Jens Axboe
2021-08-08
cifs: add missing parsing of backupuid
Ronnie Sahlberg
2021-08-08
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2021-08-04
io_uring: fix race in unified task_work running
Jens Axboe
2021-08-04
SMB3: fix readpage for large swap cache
Steve French
2021-08-04
block: delay freeing the gendisk
Christoph Hellwig
2021-08-04
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-08-04
io_uring: don't block level reissue off completion path
Jens Axboe
2021-08-04
io_uring: fix io_prep_async_link locking
Pavel Begunkov
2021-08-04
ocfs2: issue zeroout to EOF blocks
Junxiao Bi
2021-08-04
ocfs2: fix zero out valid data
Junxiao Bi
2021-08-04
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
2021-08-04
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
2021-08-04
btrfs: fix lost inode on log replay after mix of fsync, rename and inode eviction
Filipe Manana
2021-08-04
fs/ext2: Avoid page_address on pages returned by ext2_get_page
Javier Pello
2021-08-04
pipe: make pipe writes always wake up readers
Linus Torvalds
2021-07-31
iomap: remove the length variable in iomap_seek_hole
Christoph Hellwig
2021-07-31
iomap: remove the length variable in iomap_seek_data
Christoph Hellwig
2021-07-31
cifs: fix the out of range assignment to bit fields in parse_server_interfaces
Hyunchul Lee
2021-07-31
hfs: add lock nesting notation to hfs_find_init
Desmond Cheong Zhi Xi
2021-07-31
hfs: fix high memory mapping in hfs_bnode_read
Desmond Cheong Zhi Xi
2021-07-31
hfs: add missing clean-up in hfs_fill_super
Desmond Cheong Zhi Xi
2021-07-31
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
2021-07-28
hugetlbfs: fix mount mode command line processing
Mike Kravetz
2021-07-28
userfaultfd: do not untag user pointers
Peter Collingbourne
2021-07-28
io_uring: fix early fdput() of file
Jens Axboe
2021-07-28
io_uring: remove double poll entry on arm failure
Pavel Begunkov
2021-07-28
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
2021-07-28
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
2021-07-28
btrfs: fix unpersisted i_size on fsync after expanding truncate
Filipe Manana
2021-07-28
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
2021-07-28
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
2021-07-28
proc: Avoid mixing integer types in mem_rw()
Marcelo Henrique Cerri
2021-07-28
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
2021-07-28
cifs: only write 64kb at a time when fallocating a small region of a file
Ronnie Sahlberg
2021-07-28
afs: Fix setting of writeback_index
David Howells
2021-07-28
afs: check function return
Tom Rix
2021-07-28
afs: Fix tracepoint string placement with built-in AFS
David Howells
2021-07-28
ceph: don't WARN if we're still opening a session to an MDS
Luis Henriques
2021-07-28
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
2021-07-25
vboxsf: Add support for the atomic_open directory-inode op
Hans de Goede
2021-07-25
vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
Hans de Goede
2021-07-25
vboxsf: Make vboxsf_dir_create() return the handle for the created file
Hans de Goede
2021-07-25
vboxsf: Honor excl flag to the dir-inode create op
Hans de Goede
2021-07-25
f2fs: Show casefolding support only when supported
Daniel Rosenberg
2021-07-25
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
2021-07-20
seq_file: disallow extremely large seq buffer allocations
Eric Sandeen
2021-07-20
NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times
Trond Myklebust
2021-07-20
NFSv4/pnfs: Fix layoutget behaviour after invalidation
Trond Myklebust
2021-07-20
NFSv4/pnfs: Fix the layout barrier update
Trond Myklebust
2021-07-20
NFS: Fix fscache read from NFS after cache error
Dave Wysochanski
2021-07-20
NFS: Ensure nfs_readpage returns promptly when internal error occurs
Dave Wysochanski
2021-07-20
nfsd: fix NULL dereference in nfs3svc_encode_getaclres
J. Bruce Fields
2021-07-20
NFSD: Prevent a possible oops in the nfs_dirent() tracepoint
Chuck Lever
2021-07-20
nfsd: Reduce contention for the nfsd_file nf_rwsem
Trond Myklebust
2021-07-20
nfsd: move fsnotify on client creation outside spinlock
J. Bruce Fields
2021-07-20
NFSD: Add nfsd_clid_confirmed tracepoint
Chuck Lever
2021-07-20
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
2021-07-20
io_uring: inline __tctx_task_work()
Pavel Begunkov
2021-07-20
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
2021-07-20
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
2021-07-20
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
2021-07-20
io_uring: get rid of files in exit cancel
Pavel Begunkov
2021-07-20
f2fs: remove false alarm on iget failure during GC
Jaegeuk Kim
2021-07-20
nfs: update has_sec_mnt_opts after cloning lsm options from parent
Scott Mayhew
2021-07-20
ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode
Zhihao Cheng
2021-07-20
nfs: fix acl memory leak of posix_acl_create()
Gao Xiang
2021-07-20
ubifs: journal: Fix error return code in ubifs_jnl_write_inode()
Zhen Lei
2021-07-20
NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT
Trond Myklebust
2021-07-20
NFSv4: Initialise connection to the server in nfs4_alloc_client()
Trond Myklebust
2021-07-20
f2fs: compress: fix to disallow temp extension
Chao Yu
2021-07-20
f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs
Chao Yu
2021-07-20
NFSD: Fix TP_printk() format specifier in nfsd_clid_class
Chuck Lever
2021-07-20
f2fs: atgc: fix to set default age threshold
Chao Yu
2021-07-20
ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
Ye Bin
2021-07-20
NFS: nfs_find_open_context() may only select open files
Trond Myklebust
2021-07-20
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
Jeff Layton
2021-07-20
orangefs: fix orangefs df output.
Mike Marshall
2021-07-20
NFSv4: Fix handling of non-atomic change attrbute updates
Trond Myklebust
2021-07-20
NFS: Fix up inode attribute revalidation timeouts
Trond Myklebust
2021-07-20
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
2021-07-20
virtiofs: propagate sync() to file server
Greg Kurz
2021-07-20
NFSv4: Fix delegation return in cases where we have to retry
Trond Myklebust
2021-07-20
fs/jfs: Fix missing error code in lmLogInit()
Jiapeng Chong
2021-07-20
btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree
Filipe Manana
2021-07-20
btrfs: don't block if we can't acquire the reclaim lock
Johannes Thumshirn
2021-07-20
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
2021-07-20
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
2021-07-20
btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_work
David Sterba
2021-07-20
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
2021-07-20
io_uring: use right task for exiting checks
Pavel Begunkov
2021-07-20
cifs: Do not use the original cruid when following DFS links for multiuser mounts
Ronnie Sahlberg
2021-07-20
cifs: handle reconnect of tcon when there is no cached dfs referral
Paulo Alcantara
2021-07-20
cifs: use the expiry output of dns_query to schedule next resolution
Shyam Prasad N
2021-07-19
f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances
Chao Yu
2021-07-19
jfs: fix GPF in diFree
Pavel Skripkin
2021-07-19
ext4: fix possible UAF when remounting r/o a mmp-protected file system
Theodore Ts'o
2021-07-19
ubifs: Fix races between xattr_{set|get} and listxattr operations
Zhihao Cheng
2021-07-19
io_uring: fix false WARN_ONCE
Pavel Begunkov
2021-07-19
ext4: fix memory leak in ext4_fill_super
Pavel Skripkin
2021-07-19
udf: Fix NULL pointer dereference in udf_symlink function
Arturo Giusti
2021-07-19
reiserfs: add check for invalid 1st journal block
Pavel Skripkin
2021-07-14
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
2021-07-14
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
2021-07-14
io_uring: fix blocking inline submission
Pavel Begunkov
2021-07-14
erofs: fix error return code in erofs_read_superblock()
Wei Yongjun
2021-07-14
fscrypt: fix derivation of SipHash keys on big endian CPUs
Eric Biggers
2021-07-14
fscrypt: don't ignore minor_hash when hash is 0
Eric Biggers
2021-07-14
exfat: handle wrong stream entry size in exfat_readdir()
Namjae Jeon
2021-07-14
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
Miaohe Lin
2021-07-14
configfs: fix memleak in configfs_release_bin_file
Chung-Chiang Cheng
2021-07-14
writeback: fix obtain a reference to a freeing memcg css
Muchun Song
2021-07-14
dax: fix ENOMEM handling in grab_mapping_entry()
Jan Kara
2021-07-14
ocfs2: fix snprintf() checking
Dan Carpenter
2021-07-14
mark pstore-blk as broken
Christoph Hellwig
2021-07-14
btrfs: clear log tree recovering status if starting transaction fails
David Sterba
2021-07-14
writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
Roman Gushchin
2021-07-14
cifs: fix missing spinlock around update to ses->status
Steve French
2021-07-14
smb3: fix possible access to uninitialized pointer to DACL
Steve French
2021-07-14
cifs: fix SMB1 error path in cifs_get_file_info_unix
Steve French
2021-07-14
smb3: fix uninitialized value for port in witness protocol move
Steve French
2021-07-14
cifs: retry lookup and readdir when EAGAIN is returned.
Thiago Rafael Becker
2021-07-14
cifs: fix check of dfs interlinks
Paulo Alcantara
2021-07-14
cifs: improve fallocate emulation
Ronnie Sahlberg
2021-07-14
fs: dlm: fix memory leak when fenced
Alexander Aring
2021-07-14
fs: dlm: fix lowcomms_start error case
Alexander Aring
2021-07-14
open: don't silently ignore unknown O-flags in openat2()
Christian Brauner
2021-07-14
fs: dlm: fix connection tcp EOF handling
Alexander Aring
2021-07-14
fs: dlm: cancel work sync othercon
Alexander Aring
2021-07-14
fs: dlm: reconnect if socket error report occurs
Alexander Aring
2021-07-14
fs: dlm: fix srcu read lock usage
Alexander Aring
2021-07-14
block_dump: remove block_dump feature in mark_inode_dirty()
zhangyi (F)
2021-07-14
btrfs: disable build on platforms having page size 256K
Christophe Leroy
2021-07-14
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
2021-07-14
btrfs: sysfs: fix format string for some discard stats
David Sterba
2021-07-14
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
2021-07-14
btrfs: abort transaction if we fail to update the delayed inode
Josef Bacik
2021-07-14
btrfs: fix error handling in __btrfs_update_delayed_inode
Josef Bacik
2021-07-14
Add a reference to ucounts for each cred
Alexey Gladkov
2021-07-14
fuse: reject internal errno
Miklos Szeredi
2021-07-14
fuse: check connected before queueing on fpq->io
Miklos Szeredi
2021-07-14
fuse: ignore PG_workingset after stealing
Miklos Szeredi
2021-07-14
fuse: Fix infinite loop in sget_fc()
Greg Kurz
2021-07-14
fuse: Fix crash if superblock of submount gets killed early
Greg Kurz
2021-07-14
fuse: Fix crash in fuse_dentry_automount() error path
Greg Kurz
2021-07-14
f2fs: Prevent swap file in LFS mode
Shin'ichiro Kawasaki
2021-07-14
f2fs: Advertise encrypted casefolding in sysfs
Daniel Rosenberg
2021-07-14
ext4: use ext4_grp_locked_error in mb_find_extent
Stephen Brennan
2021-07-14
ext4: fix avefreec in find_group_orlov
Pan Dong
2021-07-14
ext4: remove check for zero nr_to_scan in ext4_es_scan()
Zhang Yi
2021-07-14
ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
Zhang Yi
2021-07-14
ext4: return error code when ext4_fill_flex_info() fails
Yang Yingliang
2021-07-14
ext4: fix overflow in ext4_iomap_alloc()
Jan Kara
2021-07-14
ext4: fix kernel infoleak via ext4_extent_header
Anirudh Rayabharam
2021-07-14
ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
Zhang Yi