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
ext4: fix overflow in ext4_iomap_alloc()
Jan Kara
2021-04-09
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-04-09
ext4: delete redundant uptodate check for buffer
Yang Guo
2021-03-21
ext4: stop inode update before return
Pan Bian
2021-03-21
ext4: fix potential error in ext4_do_update_inode
Shijie Luo
2021-03-06
ext4: fix bh ref count on error paths
Zhaolong Zhang
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-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-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-22
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
ext4: remove unnecessary wbc parameter from ext4_bio_write_page
Lei Chen
2020-12-17
ext4: make ext4_abort() use __ext4_error()
Jan Kara
2020-12-17
ext4: fix deadlock with fs freezing and EA inodes
Jan Kara
2020-12-03
ext4: use ASSERT() to replace J_ASSERT()
Chunguang Xu
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-06
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
2020-11-06
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
2020-11-06
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
2020-10-28
ext4: fix mmap write protection for data=journal mode
Jan Kara
2020-10-28
ext4: properly check for dirty state in ext4_inode_datasync_dirty()
Andrea Righi
2020-10-21
ext4: fix invalid inode checksum
Luo Meng
2020-10-21
ext4: fast commit recovery path
Harshad Shirwadkar
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-18
ext4: fix bs < ps issue reported with dioread_nolock mount opt
Ritesh Harjani
2020-10-18
ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()
Mauricio Faria de Oliveira
2020-10-18
ext4: data=journal: fixes for ext4_page_mkwrite()
Mauricio Faria de Oliveira
2020-10-18
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
zhangyi (F)
2020-10-18
ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()
zhangyi (F)
2020-10-18
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
ext4: clear buffer verified flag if read meta block from disk
zhangyi (F)
2020-10-18
ext4: optimize file overwrites
Ritesh Harjani
2020-10-18
ext4: delete duplicated words + other fixes
Randy Dunlap
2020-10-18
ext4: implement swap_activate aops using iomap
Ritesh Harjani
2020-08-28
Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-08-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
2020-08-07
jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()
zhangyi (F)
2020-08-06
ext4: lost matching-pair of trace in ext4_truncate
zhengliang
2020-07-08
ext4: add inline encryption support
Eric Biggers
2020-06-15
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-15
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
2020-06-11
Enable ext4 support for per-file/directory dax operations
Theodore Ts'o
2020-06-05
Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-03
ext4: avoid unnecessary transaction starts during writeback
Jan Kara
2020-06-03
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
2020-06-03
ext4: improve ext_debug() msg in case of block allocation failure
Ritesh Harjani
2020-06-03
ext4: use BIT() macro for BH_** state bits
Ritesh Harjani
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-06-03
ext4: Avoid freeing inodes on dirty list
Jan Kara
2020-06-03
ext4: remove unnecessary comparisons to bool
Jason Yan
2020-06-03
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-05-31
vfs, afs, ext4: Make the inode hash table RCU searchable
David Howells
2020-05-28
fs/ext4: Introduce DAX inode flag
Ira Weiny
2020-05-28
fs/ext4: Make DAX mount option a tri-state
Ira Weiny
2020-05-28
fs/ext4: Only change S_DAX on inode load
Ira Weiny
2020-05-28
fs/ext4: Update ext4_should_use_dax()
Ira Weiny
2020-05-28
fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
Ira Weiny
2020-04-15
ext4: use non-movable memory for superblock readahead
Roman Gushchin
2020-04-15
ext4: use matching invalidatepage in ext4_writepage
yangerkun
2020-04-01
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-03-14
ext4: make ext4_ind_map_blocks work with fiemap
Ritesh Harjani
2020-03-14
ext4: move ext4 bmap to use iomap infrastructure
Ritesh Harjani
2020-03-14
ext4: add IOMAP_F_MERGED for non-extent based mapping
Ritesh Harjani
2020-03-05
ext4: fix a data race at inode->i_disksize
Qiujun Huang
2020-03-05
ext4: fix a data race at inode->i_blocks
Qian Cai
2020-03-05
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
2020-02-21
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-19
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
2020-02-16
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-02-13
ext4: fix checksum errors with indexed dirs
Jan Kara
2020-02-11
Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2020-01-17
ext4: remove unused macro MPAGE_DA_EXTENT_TAIL
Ritesh Harjani
2020-01-17
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
Eric Biggers
2020-01-17
ext4: only use fscrypt_zeroout_range() on regular files
Eric Biggers
2020-01-17
ext4: handle decryption error in __ext4_block_zero_page_range()
Eric Biggers
2020-01-17
ext4: avoid fetching btime in ext4_getattr() unless requested
Theodore Ts'o
2020-01-03
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
2019-12-26
ext4: Optimize ext4 DIO overwrites
Jan Kara
2019-12-26
ext4: simulate various I/O and checksum errors when reading metadata
Theodore Ts'o
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-12-22
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-12-14
ext4: unlock on error in ext4_expand_extra_isize()
Dan Carpenter
2019-11-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-11-30
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-11-19
Merge branch 'tt/misc' into dev
Theodore Ts'o
2019-11-19
ext4: add more paranoia checking in ext4_expand_extra_isize handling
Theodore Ts'o
2019-11-14
ext4: fix a bug in ext4_wait_for_tail_page_commit
yangerkun
2019-11-13
ext4: support STATX_ATTR_VERITY
Eric Biggers
2019-11-10
ext4: Add error handling for io_end_vec struct allocation
Ritesh Harjani
2019-11-05
Merge branch 'mb/dio' into master
Theodore Ts'o
2019-11-05
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
2019-11-05
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
Jan Kara
2019-11-05
ext4: Fix credit estimate for final inode freeing
Jan Kara
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
2019-11-05
ext4: move inode extension check out from ext4_iomap_alloc()
Matthew Bobrowski
2019-11-05
ext4: move inode extension/truncate code out from ->iomap_end() callback
Matthew Bobrowski
2019-11-05
ext4: introduce direct I/O read using iomap infrastructure
Matthew Bobrowski
2019-11-05
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
2019-11-05
ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
Matthew Bobrowski
2019-11-05
ext4: move set iomap routines into a separate helper ext4_set_iomap()
Matthew Bobrowski
2019-11-05
ext4: iomap that extends beyond EOF should be marked dirty
Matthew Bobrowski
2019-11-05
ext4: update direct I/O read lock pattern for IOCB_NOWAIT
Matthew Bobrowski
2019-11-05
ext4: reorder map.m_flags checks within ext4_iomap_begin()
Matthew Bobrowski
2019-11-05
Merge branch 'iomap-for-next' into mb/dio
Theodore Ts'o
2019-10-22
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
2019-10-22
ext4: Refactor mpage_map_and_submit_buffers function
Ritesh Harjani
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-09-29
Merge branch 'entropy'
Linus Torvalds
2019-09-29
Revert "Revert "ext4: make __ext4_get_inode_loc plug""
Linus Torvalds
2019-09-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-09-18
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-09-15
Revert "ext4: make __ext4_get_inode_loc plug"
Linus Torvalds
2019-09-03
ext4: fix kernel oops caused by spurious casefold flag
Theodore Ts'o
2019-08-23
ext4: fix punch hole for inline_data file systems
Theodore Ts'o
2019-08-22
ext4: rework reserved cluster accounting when invalidating pages
Eric Whitney
2019-08-22
ext4: treat buffers with write errors as containing valid data
ZhangXiaoxu
2019-08-12
ext4: add fs-verity read support
Eric Biggers
2019-08-12
ext4: add basic fs-verity support
Eric Biggers
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
2019-08-11
ext4: fix warning when turn on dioread_nolock and inline_data
yangerkun
2019-07-10
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-06-20
ext4: use jbd2_inode dirty range scoping
Ross Zwisler
2019-06-19
ext4: make __ext4_get_inode_loc plug
zhangjs
2019-06-09
ext4: enforce the immutable flag on open files
Theodore Ts'o
2019-05-30
ext4: gracefully handle ext4_break_layouts() failure during truncate
Jan Kara
2019-05-28
ext4: decrypt only the needed block in __ext4_block_zero_page_range()
Chandan Rajendra
2019-05-28
ext4: decrypt only the needed blocks in ext4_block_write_begin()
Chandan Rajendra
2019-05-28
ext4: clear BH_Uptodate flag on decryption error
Chandan Rajendra
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2019-05-23
ext4: do not delete unlinked inode from orphan list on failed truncate
Jan Kara
2019-05-23
ext4: wait for outstanding dio during truncate in nojournal mode
Jan Kara
2019-04-25
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
2019-04-09
ext4: protect journal inode's blocks using block_validity
Theodore Ts'o
2019-04-07
ext4: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-03-24
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-03-14
ext4: remove useless ext4_pin_inode()
Jason Yan
2019-03-12
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-02-21
ext4: fix compile error when using BUFFER_TRACE
zhangyi (F)
2019-02-14
ext4: don't update s_rev_level if not required
Andreas Dilger
2019-02-10
ext4: unlock unused_pages timely when doing writeback
Xiaoguang Wang
2019-02-10
ext4: cleanup clean_bdev_aliases() calls
zhangyi (F)
2019-02-10
ext4: replace opencoded i_writecount usage with inode_is_open_for_write()
Nikolay Borisov
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2019-01-23
ext4: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
2018-12-31
ext4: fix special inode number checks in __ext4_iget()
Theodore Ts'o
2018-12-24
ext4: make sure enough credits are reserved for dioread_nolock writes
Theodore Ts'o
2018-12-19
ext4: check for shutdown and r/o file system in ext4_write_inode()
Theodore Ts'o
2018-12-19
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
2018-11-11
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2018-11-06
ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
Vasily Averin
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
2018-10-02
ext4: convert fault handler to use vm_fault_t type
Souptick Joarder
2018-10-01
ext4: fix reserved cluster accounting at page invalidation time
Eric Whitney
2018-10-01
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
2018-10-01
ext4: generalize extents status tree search functions
Eric Whitney
2018-09-17
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Greg Kroah-Hartman
2018-09-15
ext4, dax: set ext4_dax_aops for dax files
Toshi Kani
2018-09-15
ext4, dax: add ext4_bmap to ext4_dax_aops
Toshi Kani
2018-09-11
ext4: close race between direct IO and ext4_break_layouts()
Ross Zwisler
2018-09-01
ext4: avoid arithemetic overflow that can trigger a BUG
Theodore Ts'o
2018-08-17
ext4: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-02
ext4: improve code readability in ext4_iget()
Liu Song
2018-07-29
ext4: handle layout changes to pinned DAX mappings
Ross Zwisler
2018-07-29
ext4: use ktime_get_real_seconds for i_dtime
Arnd Bergmann
2018-07-10
ext4: fix inline data updates with checksums enabled
Theodore Ts'o
2018-06-17
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-06-15
ext4: include the illegal physical block in the bad map ext4_error msg
Theodore Ts'o
2018-05-22
ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
Theodore Ts'o
2018-05-13
ext4: update mtime in ext4_punch_hole even if no blocks are released
Lukas Czerner
2018-05-13
ext4: add verifier check for symlink with append/immutable flags
Luis R. Rodriguez
2018-05-10
ext4: use raw i_version value for ea_inode
Eryu Guan
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-03-30
ext4, dax: introduce ext4_dax_aops
Dan Williams
2018-03-29
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-03-28
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
2018-03-26
ext4: use generic_writepages instead of __writepage/write_cache_pages
Goldwyn Rodrigues
2018-03-22
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
2018-03-22
ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
Jiri Slaby
2018-03-22
ext4: update i_disksize if direct write past ondisk size
Eryu Guan
2018-03-22
ext4: protect i_disksize update by i_data_sem in direct write path
Eryu Guan
2018-02-03
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2018-01-29
Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2018-01-29
ext4: convert to new i_version API
Jeff Layton
2018-01-29
fs: new API for handling inode->i_version
Jeff Layton
2018-01-10
ext4: fix a race in the ext4 shutdown path
Harshad Shirwadkar