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-03
f2fs: report correct st_size for encrypted symlinks
Eric Biggers
2021-07-25
f2fs: Show casefolding support only when supported
Daniel Rosenberg
2021-07-20
f2fs: remove false alarm on iget failure during GC
Jaegeuk Kim
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
f2fs: atgc: fix to set default age threshold
Chao Yu
2021-07-19
f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances
Chao Yu
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-05-12
f2fs: return EINVAL for hole cases in swap file
Jaegeuk Kim
2021-05-11
f2fs: avoid swapon failure by giving a warning first
Jaegeuk Kim
2021-05-11
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
2021-05-11
f2fs: compress: fix race condition of overwrite vs truncate
Chao Yu
2021-05-11
f2fs: compress: fix to free compress page correctly
Chao Yu
2021-05-11
f2fs: support iflag change given the mask
Jaegeuk Kim
2021-05-11
f2fs: avoid null pointer access when handling IPU error
Jaegeuk Kim
2021-05-04
Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
2021-05-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-27
Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-04-26
f2fs: drop inplace IO if fs status is abnormal
Chao Yu
2021-04-26
f2fs: compress: remove unneed check condition
Chao Yu
2021-04-24
f2fs: clean up left deprecated IO trace codes
Chao Yu
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
2021-04-21
f2fs: avoid using native allocate_segment_by_default()
Chao Yu
2021-04-19
f2fs: remove unnecessary struct declaration
Wan Jiabing
2021-04-15
useful constants: struct qstr for ".."
Al Viro
2021-04-13
f2fs: fix to avoid NULL pointer dereference
Yi Chen
2021-04-13
f2fs: avoid duplicated codes for cleanup
Chao Yu
2021-04-12
f2fs: convert to fileattr
Miklos Szeredi
2021-04-10
f2fs: clean up build warnings
Yi Zhuang
2021-04-06
f2fs: fix the periodic wakeups of discard thread
Sahitya Tummala
2021-04-06
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
2021-04-06
f2fs: fix to avoid GC/mmap race with f2fs_truncate()
Chao Yu
2021-04-01
f2fs: set checkpoint_merge by default
Jaegeuk Kim
2021-03-31
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
2021-03-30
f2fs: fix to restrict mount condition on readonly block device
Chao Yu
2021-03-30
f2fs: introduce gc_merge mount option
Chao Yu
2021-03-26
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
2021-03-26
f2fs: fix wrong alloc_type in f2fs_do_replace_block
Wang Xiaojun
2021-03-26
f2fs: delete empty compress.h
Chao Yu
2021-03-26
f2fs: fix a typo in inode.c
Ruiqi Gong
2021-03-26
f2fs: allow to change discard policy based on cached discard cmds
Sahitya Tummala
2021-03-26
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
2021-03-25
f2fs: fix to update last i_size if fallocate partially succeeds
Chao Yu
2021-03-25
f2fs: fix error path of f2fs_remount()
Chao Yu
2021-03-25
f2fs: fix wrong comment of nat_tree_lock
qiulaibin
2021-03-25
f2fs: fix to avoid out-of-bounds memory access
Chao Yu
2021-03-25
f2fs: don't start checkpoint thread in readonly mountpoint
Chao Yu
2021-03-25
f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GC
Weichao Guo
2021-03-25
f2fs: add sysfs nodes to get runtime compression stat
Daeho Jeong
2021-03-25
f2fs: fix to use per-inode maxbytes in f2fs_fiemap
Chengguang Xu
2021-03-23
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
2021-03-12
f2fs: expose # of overprivision segments
Jaegeuk Kim
2021-03-12
f2fs: fix error handling in f2fs_end_enable_verity()
Eric Biggers
2021-03-12
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
2021-03-12
f2fs: remove unused file_clear_encrypt()
Chao Yu
2021-03-12
f2fs: check if swapfile is section-alligned
huangjianan@oppo.com
2021-03-12
f2fs: fix last_lblock check in check_swap_activate_fast
huangjianan@oppo.com
2021-03-12
f2fs: remove unnecessary IS_SWAPFILE check
huangjianan@oppo.com
2021-03-12
f2fs: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-03-12
f2fs: compress: Allow modular (de)compression algorithms
Geert Uytterhoeven
2021-03-12
f2fs: check discard command number before traversing discard pending list
Chao Yu
2021-03-12
f2fs: update comments for explicit memory barrier
Chao Yu
2021-03-12
f2fs: remove unused FORCE_FG_GC macro
Chao Yu
2021-03-12
f2fs: avoid unused f2fs_show_compress_options()
Chao Yu
2021-03-12
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
2021-03-12
f2fs: fix to allow migrating fully valid segment
Chao Yu
2021-03-12
f2fs: fix a spacing coding style
jiahao
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
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 tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2021-02-12
f2fs: give a warning only for readonly partition
Jaegeuk Kim
2021-02-08
f2fs: don't grab superblock freeze for flush/ckpt thread
Jaegeuk Kim
2021-02-07
fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
Eric Biggers
2021-02-03
f2fs: add ckpt_thread_ioprio sysfs node
Daeho Jeong
2021-02-03
f2fs: introduce checkpoint_merge mount option
Daeho Jeong
2021-02-02
f2fs: relocate inline conversion from mmap() to mkwrite()
Chao Yu
2021-02-02
f2fs: fix a wrong condition in __submit_bio
Dehe Gu
2021-02-01
f2fs: remove unnecessary initialization in xattr.c
Liu Song
2021-02-01
f2fs: fix to avoid inconsistent quota data
Yi Chen
2021-02-01
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
2021-01-27
f2fs: deprecate f2fs_trace_io
Jaegeuk Kim
2021-01-27
f2fs: Remove readahead collision detection
Matthew Wilcox (Oracle)
2021-01-27
f2fs: remove unused stat_{inc, dec}_atomic_write
Jack Qiu
2021-01-27
f2fs: introduce sb_status sysfs node
Chao Yu
2021-01-27
f2fs: fix to use per-inode maxbytes
Chengguang Xu
2021-01-27
f2fs: compress: fix potential deadlock
Chao Yu
2021-01-27
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
2021-01-27
f2fs: fix null page reference in redirty_blocks
Daeho Jeong
2021-01-27
f2fs: clean up post-read processing
Eric Biggers
2021-01-27
f2fs: trival cleanup in move_data_block()
Chao Yu
2021-01-27
f2fs: fix out-of-repair __setattr_copy()
Chao Yu
2021-01-27
f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()
Chao Yu
2021-01-27
f2fs: introduce a new per-sb directory in sysfs
Chao Yu
2021-01-27
f2fs: compress: support compress level
Chao Yu
2021-01-27
f2fs: compress: deny setting unsupported compress algorithm
Chao Yu
2021-01-27
f2fs: relocate f2fs_precache_extents()
Chao Yu
2021-01-27
f2fs: enforce the immutable flag on open files
Chao Yu
2021-01-27
f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()
Chao Yu
2021-01-27
f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode
Weichao Guo
2021-01-27
f2fs: Replace expression with offsetof()
Zheng Yongjun
2021-01-27
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
2021-01-27
f2fs: remove FAULT_ALLOC_BIO
Christoph Hellwig
2021-01-27
f2fs: use blkdev_issue_flush in __submit_flush_wait
Christoph Hellwig
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-13
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-10
f2fs: compress: fix compression chksum
Chao Yu
2020-12-10
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
2020-12-08
f2fs: fix race of pending_pages in decompression
Daeho Jeong
2020-12-08
f2fs: fix to account inline xattr correctly during recovery
Chao Yu
2020-12-08
f2fs: inline: fix wrong inline inode stat
Jack Qiu
2020-12-08
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
2020-12-08
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
2020-12-08
f2fs: convert to F2FS_*_INO macro
Yangtao Li
2020-12-07
f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size
Jaegeuk Kim
2020-12-07
f2fs: don't allow any writes on readonly mount
Jaegeuk Kim
2020-12-03
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
2020-12-03
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
Daeho Jeong
2020-12-03
f2fs: add compress_mode mount option
Daeho Jeong
2020-12-02
f2fs: Remove unnecessary unlikely()
Yangtao Li
2020-12-02
f2fs: init dirty_secmap incorrectly
Jack Qiu
2020-12-02
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
2020-12-02
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
2020-12-02
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
2020-12-02
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
2020-12-02
f2fs: fix kbytes written stat for multi-device case
Chao Yu
2020-12-02
f2fs: compress: support chksum
Chao Yu
2020-12-02
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2020-12-02
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
2020-12-02
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-02
f2fs: Remove the redundancy initialization
Zhang Qilong
2020-12-02
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
2020-12-02
f2fs: fix double free of unicode map
Hyeongseok Kim
2020-12-02
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
2020-12-02
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
2020-12-02
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
2020-12-02
f2fs: remove f2fs_dir_open()
Eric Biggers
2020-12-01
f2fs: remove a few bd_part checks
Christoph Hellwig
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-11-24
f2fs: prevent creating duplicate encrypted filenames
Eric Biggers
2020-11-02
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-11-02
f2fs: move ioctl interface definitions to separated file
Chao Yu
2020-11-02
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
2020-11-02
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-16
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
2020-10-14
f2fs: code cleanup by removing unnecessary check
Chengguang Xu
2020-10-14
f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
Jamie Iles
2020-10-13
f2fs: fix writecount false positive in releasing compress blocks
Daeho Jeong
2020-10-13
f2fs: introduce check_swap_activate_fast()
Chao Yu
2020-10-13
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
2020-10-13
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
2020-10-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-10-09
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
2020-10-08
f2fs: reject CASEFOLD inode flag without casefold feature
Eric Biggers
2020-10-08
f2fs: fix memory alignment to support 32bit
Jaegeuk Kim
2020-09-29
f2fs: fix slab leak of rpages pointer
Jaegeuk Kim
2020-09-29
f2fs: compress: fix to disallow enabling compress on non-empty file
Chao Yu
2020-09-29
f2fs: compress: introduce cic/dic slab cache
Chao Yu
2020-09-29
f2fs: compress: introduce page array slab cache
Chao Yu
2020-09-29
f2fs: fix to do sanity check on segment/section count
Chao Yu
2020-09-29
f2fs: fix to check segment boundary during SIT page readahead
Chao Yu
2020-09-29
f2fs: fix uninit-value in f2fs_lookup
Chao Yu
2020-09-29
f2fs: remove unneeded parameter in find_in_block()
Chao Yu
2020-09-29
f2fs: fix wrong total_sections check and fsmeta check
Wang Xiaojun
2020-09-29
f2fs: remove duplicated code in sanity_check_area_boundary
Wang Xiaojun
2020-09-29
f2fs: remove unused check on version_bitmap
Wang Xiaojun
2020-09-29
f2fs: relocate blkzoned feature check
Chao Yu
2020-09-29
f2fs: do sanity check on zoned block device path
Chao Yu
2020-09-29
f2fs: add trace exit in exception path
Zhang Qilong
2020-09-29
f2fs: change return value of reserved_segments to unsigned int
Xiaojun Wang
2020-09-23
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-14
f2fs: clean up kvfree
Chao Yu
2020-09-11
f2fs: change virtual mapping way for compression pages
Daeho Jeong
2020-09-11
f2fs: change return value of f2fs_disable_compressed_file to bool
Daeho Jeong
2020-09-11
f2fs: change i_compr_blocks of inode to atomic value
Daeho Jeong
2020-09-11
f2fs: ignore compress mount option on image w/o compression feature
Chao Yu
2020-09-11
f2fs: allocate proper size memory for zstd decompress
Chao Yu
2020-09-11
f2fs: change compr_blocks of superblock info to 64bit
Daeho Jeong
2020-09-11
f2fs: add block address limit check to compressed file
Daeho Jeong