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
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
ext4: report correct st_size for encrypted symlinks
Eric Biggers
2021-08-12
ext4: fix potential htree corruption when growing large_dir directories
Theodore Ts'o
2021-08-12
ext4: fix potential uninitialized access to retval in kmmpd
Ye Bin
2021-07-20
ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
Ye Bin
2021-07-19
ext4: fix possible UAF when remounting r/o a mmp-protected file system
Theodore Ts'o
2021-07-19
ext4: fix memory leak in ext4_fill_super
Pavel Skripkin
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
2021-06-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-06-06
ext4: Only advertise encrypted_casefold when encryption and unicode are enabled
Daniel Rosenberg
2021-06-06
ext4: fix no-key deletion for encrypt+casefold
Daniel Rosenberg
2021-06-06
ext4: fix memory leak in ext4_fill_super
Alexey Makhalov
2021-06-06
ext4: fix fast commit alignment issues
Harshad Shirwadkar
2021-06-06
ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
Ye Bin
2021-06-02
ext4: fix accessing uninit percpu counter variable with fast_commit
Ritesh Harjani
2021-05-20
ext4: fix memory leak in ext4_mb_init_backend on error path.
Phillip Potter
2021-05-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-04-29
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
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-27
Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
2021-04-22
ext4: wipe ext4_dir_entry2 upon file deletion
Leah Rumancik
2021-04-22
ext4: Fix occasional generic/418 failure
Jan Kara
2021-04-19
fs: introduce a wrapper uuid_to_fsid()
Amir Goldstein
2021-04-15
useful constants: struct qstr for ".."
Al Viro
2021-04-12
ext4: allow the dax flag to be set and cleared on inline directories
Theodore Ts'o
2021-04-12
ext4: convert to fileattr
Miklos Szeredi
2021-04-09
ext4: fix debug format string warning
Arnd Bergmann
2021-04-09
ext4: fix trailing whitespace
Jack Qiu
2021-04-09
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-04-09
ext4: fix error return code in ext4_fc_perform_commit()
Xu Yihang
2021-04-09
ext4: fix ext4_error_err save negative errno into superblock
Ye Bin
2021-04-09
ext4: fix error code in ext4_commit_super
Fengnan Chang
2021-04-09
ext4: always panic when errors=panic is specified
Ye Bin
2021-04-09
ext4: delete redundant uptodate check for buffer
Yang Guo
2021-04-09
ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
Zhang Yi
2021-04-09
ext4: make prefetch_block_bitmaps default
Harshad Shirwadkar
2021-04-09
ext4: add proc files to monitor new structures
Harshad Shirwadkar
2021-04-09
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
2021-04-09
ext4: add MB_NUM_ORDERS macro
Harshad Shirwadkar
2021-04-09
ext4: add mballoc stats proc file
Harshad Shirwadkar
2021-04-09
ext4: add ability to return parsed options from parse_options
Harshad Shirwadkar
2021-04-09
ext4: drop s_mb_bal_lock and convert protected fields to atomic
Harshad Shirwadkar
2021-04-09
ext4: fix check to prevent false positive report of incorrect used inodes
Zhang Yi
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-05
ext4: optimize match for casefolded encrypted dirs
Daniel Rosenberg
2021-04-05
ext4: handle casefolding with encryption
Daniel Rosenberg
2021-04-02
ext4: remove unnecessary braces in fs/ext4/dir.c
Milan Djurovic
2021-03-25
ext4: use memcpy_to_page() in pagecache_write()
Chaitanya Kulkarni
2021-03-25
ext4: use memcpy_from_page() in pagecache_read()
Chaitanya Kulkarni
2021-03-23
fs: introduce two inode i_{u,g}id initialization helpers
Christian Brauner
2021-03-23
fs: document and rename fsid helpers
Christian Brauner
2021-03-21
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-03-21
ext4: initialize ret to suppress smatch warning
Theodore Ts'o
2021-03-21
ext4: stop inode update before return
Pan Bian
2021-03-21
ext4: fix rename whiteout with fast commit
Harshad Shirwadkar
2021-03-21
ext4: fix timer use-after-free on failed mount
Jan Kara
2021-03-21
ext4: fix potential error in ext4_do_update_inode
Shijie Luo
2021-03-21
ext4: do not try to set xattr into ea_inode if value is empty
zhangyi (F)
2021-03-21
ext4: do not iput inode under running transaction in ext4_rename()
zhangyi (F)
2021-03-21
ext4: find old entry again if failed to rename whiteout
zhangyi (F)
2021-03-11
ext4: fix error handling in ext4_end_enable_verity()
Eric Biggers
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-06
ext4: fix bh ref count on error paths
Zhaolong Zhang
2021-03-06
fs/ext4: fix integer overflow in s_log_groups_per_flex
Sabyrzhan Tasbolatov
2021-03-06
ext4: add reclaim checks to xattr code
Jan Kara
2021-03-06
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
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-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
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 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-11
ext4: add .kunitconfig fragment to enable ext4-specific tests
Daniel Latypov
2021-02-11
ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
Geert Uytterhoeven
2021-02-08
ext4: reset retry counter when ext4_alloc_file_blocks() makes progress
Eric Whitney
2021-02-07
fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
Eric Biggers
2021-02-04
ext4: fix potential htree index checksum corruption
Theodore Ts'o
2021-02-03
ext4: factor out htree rep invariant check
Vinicius Tinti
2021-02-03
ext4: Change list_for_each* to list_for_each_entry*
Daejun Park
2021-02-02
ext4: don't try to processed freed blocks until mballoc is initialized
Theodore Ts'o
2021-02-02
ext4: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-24
ext4: support idmapped mounts
Christian Brauner
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-23
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
2021-01-15
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-01-15
ext4: remove expensive flush on fast commit
Daejun Park
2021-01-15
ext4: fix bug for rename with RENAME_WHITEOUT
yangerkun
2021-01-15
ext4: fix wrong list_splice in ext4_fc_cleanup
Daejun Park
2021-01-15
ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
Yi Li
2021-01-13
ext4: simplify i_state checks in __ext4_update_other_inode_time()
Eric Biggers
2021-01-13
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
2020-12-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-12-22
ext4: don't leak old mountpoint samples
Theodore Ts'o
2020-12-22
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
ext4: fix superblock checksum failure when setting password salt
Jan Kara
2020-12-22
ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()
Jan Kara
2020-12-22
ext4: save error info to sb through journal if available
Jan Kara
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
ext4: drop sync argument of ext4_commit_super()
Jan Kara
2020-12-22
ext4: remove unnecessary wbc parameter from ext4_bio_write_page
Lei Chen
2020-12-22
ext4: combine ext4_handle_error() and save_error_info()
Jan Kara
2020-12-22
ext4: avoid s_mb_prefetch to be zero in individual scenarios
Chunguang Xu
2020-12-22
ext4: defer saving error info from atomic context
Jan Kara
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-17
ext4: simplify ext4 error translation
Jan Kara
2020-12-17
ext4: move functions in super.c
Jan Kara
2020-12-17
ext4: make ext4_abort() use __ext4_error()
Jan Kara
2020-12-17
ext4: standardize error message in ext4_protect_reserved_inode()
Jan Kara
2020-12-17
ext4: remove redundant sb checksum recomputation
Jan Kara
2020-12-17
ext4: don't remount read-only with errors=continue on reboot
Jan Kara
2020-12-17
ext4: fix deadlock with fs freezing and EA inodes
Jan Kara
2020-12-17
ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h
Harshad Shirwadkar
2020-12-17
ext4: fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-17
ext4: add docs about fast commit idempotence
Harshad Shirwadkar
2020-12-17
ext4: remove the unused EXT4_CURRENT_REV macro
Kaixu Xia
2020-12-17
ext4: fix an IS_ERR() vs NULL check
Dan Carpenter
2020-12-17
ext4: check for invalid block size early when mounting a file system
Theodore Ts'o
2020-12-17
ext4: fix a memory leak of ext4_free_data
Chunguang Xu
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2020-12-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-12-09
ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()
Chunguang Xu
2020-12-09
ext4: update ext4_data_block_valid related comments
Chunguang Xu
2020-12-03
ext4: simplify the code of mb_find_order_for_block
Chunguang Xu
2020-12-03
ext4: remove redundant mb_regenerate_buddy()
Chunguang Xu
2020-12-03
ext4: use ASSERT() to replace J_ASSERT()
Chunguang Xu
2020-12-03
ext4: print quota journalling mode on (re-)mount
Roman Anufriev
2020-12-03
ext4: add helpers for checking whether quota can be enabled/is journalled
Roman Anufriev
2020-12-03
ext4: remove redundant assignment of variable ex
Colin Ian King
2020-12-03
ext4: remove the null check of bio_vec page
Xianting Tian
2020-12-03
ext4: remove redundant operation that set bh to NULL
Kaixu Xia
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
2020-12-02
ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
Eric Biggers
2020-12-02
ext4: remove ext4_dir_open()
Eric Biggers
2020-12-02
fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
Arpitha Raghunandan
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-11-24
ext4: prevent creating duplicate encrypted filenames
Eric Biggers
2020-11-19
ext4: fix bogus warning in ext4_update_dx_flag()
Jan Kara
2020-11-19
ext4: drop fast_commit from /proc/mounts
Theodore Ts'o
2020-11-11
Revert "ext4: fix superblock checksum calculation race"
Theodore Ts'o
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
2020-11-07
ext4: fix sparse warnings in fast_commit code
Theodore Ts'o
2020-11-06
ext4: cleanup fast commit mount options
Harshad Shirwadkar
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-06
ext4: issue fsdev cache flush before starting fast commit
Harshad Shirwadkar
2020-11-06
ext4: disable fast commit with data journalling
Harshad Shirwadkar
2020-11-06
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
2020-11-06
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
2020-11-06
ext4: mark buf dirty before submitting fast commit buffer
Harshad Shirwadkar
2020-11-06
ext4: fix code documentatioon
Harshad Shirwadkar
2020-11-06
ext4: dedpulicate the code to wait on inode that's being committed
Harshad Shirwadkar
2020-11-06
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-06
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-11-06
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
2020-11-06
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2020-11-06
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
2020-11-06
ext4: describe fast_commit feature flags
Harshad Shirwadkar
2020-11-06
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
2020-11-06
ext4: silence an uninitialized variable warning
Dan Carpenter
2020-11-06
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
2020-10-29
Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-10-28
ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...
Theodore Ts'o
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
2020-10-28
ext4: do not use extent after put_bh
yangerkun
2020-10-28
ext4: use IS_ERR() for error checking of path
Harshad Shirwadkar
2020-10-28
ext4: fix mmap write protection for data=journal mode
Jan Kara
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
2020-10-28
ext4: make num of fast commit blocks configurable
Harshad Shirwadkar
2020-10-28
ext4: properly check for dirty state in ext4_inode_datasync_dirty()
Andrea Righi
2020-10-28
ext4: fix double locking in ext4_fc_commit_dentry_updates()
Harshad Shirwadkar
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-10-21
ext4: fix invalid inode checksum
Luo Meng
2020-10-21
ext4: add fast commit stats in procfs
Harshad Shirwadkar
2020-10-21
ext4: add a mount opt to forcefully turn fast commits on
Harshad Shirwadkar
2020-10-21
ext4: fast commit recovery path
Harshad Shirwadkar
2020-10-21
jbd2: fast commit recovery path
Harshad Shirwadkar
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-21
jbd2: add fast commit machinery
Harshad Shirwadkar
2020-10-21
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar