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-07-14
erofs: fix error return code in erofs_read_superblock()
Wei Yongjun
2021-05-13
erofs: fix 1 lcluster-sized pcluster for big pcluster
Gao Xiang
2021-04-10
erofs: enable big pcluster feature
Gao Xiang
2021-04-10
erofs: support decompress big pcluster for lz4 backend
Gao Xiang
2021-04-10
erofs: support parsing big pcluster compact indexes
Gao Xiang
2021-04-10
erofs: support parsing big pcluster compress indexes
Gao Xiang
2021-04-10
erofs: adjust per-CPU buffers according to max_pclusterblks
Gao Xiang
2021-04-10
erofs: add big physical cluster definition
Gao Xiang
2021-04-10
erofs: fix up inplace I/O pointer for big pcluster
Gao Xiang
2021-04-10
erofs: introduce physical cluster slab pools
Gao Xiang
2021-04-10
erofs: introduce multipage per-CPU buffers
Gao Xiang
2021-04-07
erofs: reserve physical_clusterbits[]
Gao Xiang
2021-04-03
erofs: Clean up spelling mistakes found in fs/erofs
Ruiqi Gong
2021-03-29
erofs: add on-disk compression configurations
Gao Xiang
2021-03-29
erofs: introduce on-disk lz4 fs configurations
Gao Xiang
2021-03-29
erofs: support adjust lz4 history window size
Huang Jianan
2021-03-29
erofs: introduce erofs_sb_has_xxx() helpers
Gao Xiang
2021-03-29
erofs: add unsupported inode i_format check
Gao Xiang
2021-03-29
erofs: don't use erofs_map_blocks() any more
Yue Hu
2021-03-29
erofs: complete a missing case for inplace I/O
Gao Xiang
2021-03-29
erofs: use sync decompression for atomic contexts only
Huang Jianan
2021-03-29
erofs: use workqueue decompression for atomic contexts only
Huang Jianan
2021-03-29
erofs: avoid memory allocation failure during rolling decompression
Huang Jianan
2021-03-13
Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-08
erofs: fix bio->bi_max_vecs behavior change
Gao Xiang
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-02-22
Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-02-11
erofs: initialized fields can only be observed after bit is set
Gao Xiang
2021-02-11
erofs: fix shift-out-of-bounds of blkszbits
Gao Xiang
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-06
erofs: use %pd instead of messing with ->d_name
Al Viro
2020-12-10
erofs: avoid using generic_block_bmap
Huang Jianan
2020-12-09
erofs: force inplace I/O under low memory scenario
Gao Xiang
2020-12-08
erofs: simplify try_to_claim_pcluster()
Gao Xiang
2020-12-08
erofs: insert to managed cache after adding to pcl
Gao Xiang
2020-12-08
erofs: get rid of magical Z_EROFS_MAPPING_STAGING
Gao Xiang
2020-12-08
erofs: remove a void EROFS_VERSION macro set in Makefile
Vladimir Zapolskiy
2020-11-04
erofs: fix setting up pcluster for temporary pages
Gao Xiang
2020-11-04
erofs: derive atime instead of leaving it empty
Gao Xiang
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-09
erofs: remove unnecessary enum entries
Chengguang Xu
2020-09-19
erofs: add REQ_RAHEAD flag to readahead requests
Gao Xiang
2020-09-19
erofs: fold in should_decompress_synchronously()
Gao Xiang
2020-09-19
erofs: avoid unnecessary variable `err'
Gao Xiang
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
erofs: remove unneeded parameter
Chao Yu
2020-09-18
erofs: avoid duplicated permission check for "trusted." xattrs
Gao Xiang
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-06
Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2020-08-03
erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's
Gao Xiang
2020-08-03
erofs: fold in used-once helper erofs_workgroup_unfreeze_final()
Gao Xiang
2020-08-03
erofs: fix extended inode could cross boundary
Gao Xiang
2020-08-03
erofs: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-24
erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
Gao Xiang
2020-06-02
Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-06-02
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-05-29
erofs: suppress false positive last_block warning
Gao Xiang
2020-05-29
erofs: convert to use the new mount fs_context api
Chao Yu
2020-05-27
erofs: code cleanup by removing ifdef macro surrounding
Chengguang Xu
2020-03-03
erofs: handle corrupted images whose decompressed size less than it'd be
Gao Xiang
2020-03-03
erofs: use LZ4_decompress_safe() for full decoding
Gao Xiang
2020-03-03
erofs: correct the remaining shrink objects
Gao Xiang
2020-03-03
erofs: convert workstn to XArray
Gao Xiang
2020-01-21
erofs: clean up z_erofs_submit_queue()
Gao Xiang
2020-01-21
erofs: fold in postsubmit_is_all_bypassed()
Gao Xiang
2020-01-11
erofs: fix out-of-bound read for shifted uncompressed block
Gao Xiang
2020-01-07
erofs: remove void tagging/untagging of workgroup pointers
Vladimir Zapolskiy
2020-01-07
erofs: remove unused tag argument while registering a workgroup
Vladimir Zapolskiy
2020-01-07
erofs: remove unused tag argument while finding a workgroup
Vladimir Zapolskiy
2020-01-07
erofs: correct indentation of an assigned structure inside a function
Vladimir Zapolskiy
2019-12-11
Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2019-12-04
erofs: zero out when listxattr is called with no xattr
Gao Xiang
2019-11-24
erofs: remove unnecessary output in erofs_show_options()
Chengguang Xu
2019-11-24
erofs: drop all vle annotations for runtime names
Gao Xiang
2019-11-24
erofs: support superblock checksum
Pratik Shinde
2019-11-24
erofs: set iowait for sync decompression
Gao Xiang
2019-11-24
erofs: clean up decompress queue stuffs
Gao Xiang
2019-11-24
erofs: get rid of __stagingpage_alloc helper
Gao Xiang
2019-10-16
erofs: remove dead code since managed cache is now built-in
Gao Xiang
2019-10-16
erofs: clean up collection handling routines
Gao Xiang
2019-10-01
erofs: fix mis-inplace determination related with noio chain
Gao Xiang
2019-10-01
erofs: fix erofs_get_meta_page locking due to a cleanup
Gao Xiang
2019-10-01
erofs: fix return value check in erofs_read_superblock()
Wei Yongjun
2019-09-05
erofs: use read_cache_page_gfp for erofs_get_meta_page
Gao Xiang
2019-09-05
erofs: always use iget5_locked
Gao Xiang
2019-09-05
erofs: use read_mapping_page instead of sb_bread
Gao Xiang
2019-09-05
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}
Gao Xiang
2019-09-05
erofs: save one level of indentation
Gao Xiang
2019-09-05
erofs: kill use_vmap module parameter
Gao Xiang
2019-09-05
erofs: kill all erofs specific fault injection
Gao Xiang
2019-09-05
erofs: add "erofs_" prefix for common and short functions
Gao Xiang
2019-09-05
erofs: kill __submit_bio()
Gao Xiang
2019-09-05
erofs: kill prio and nofail of erofs_get_meta_page()
Gao Xiang
2019-09-05
erofs: localize erofs_grab_bio()
Gao Xiang
2019-09-05
erofs: kill verbose debug info in erofs_fill_super
Gao Xiang
2019-09-05
erofs: use dsb instead of layout for ondisk super_block
Gao Xiang
2019-09-05
erofs: better erofs symlink stuffs
Gao Xiang
2019-09-05
erofs: update comments in inode.c
Gao Xiang
2019-09-05
erofs: update erofs_fs.h comments
Gao Xiang
2019-09-05
erofs: use erofs_inode naming
Gao Xiang
2019-09-05
erofs: kill erofs_{init,exit}_inode_cache
Gao Xiang
2019-09-05
erofs: better naming for erofs inode related stuffs
Gao Xiang
2019-09-05
erofs: use feature_incompat rather than requirements
Gao Xiang
2019-09-05
erofs: update erofs_inode_is_data_compressed helper
Gao Xiang
2019-09-05
erofs: kill __packed for on-disk structures
Gao Xiang
2019-09-05
erofs: some macros are much more readable as a function
Gao Xiang
2019-09-05
erofs: on-disk format should have explicitly assigned numbers
Gao Xiang
2019-09-05
erofs: remove all the byte offset comments
Gao Xiang
2019-09-04
erofs: using switch-case while checking the inode type.
Pratik Shinde
2019-08-30
erofs: reduntant assignment in __erofs_get_meta_page()
Gao Xiang
2019-08-30
erofs: remove all likely/unlikely annotations
Gao Xiang
2019-08-24
erofs: move erofs out of staging
Gao Xiang