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-08-04
fs/ext2: Avoid page_address on pages returned by ext2_get_page
Javier Pello
2021-05-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
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-29
Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
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
ext2: convert to fileattr
Miklos Szeredi
2021-03-31
fs/ext2: Replace kmap() with kmap_local_page()
Ira Weiny
2021-03-31
ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()
Ira Weiny
2021-03-19
fs/ext2/: fix misspellings using codespell tool
Liu xuzhi
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
2020-11-23
ext2: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-13
fs/ext2: Use ext2_put_page
Ira Weiny
2020-11-03
ext2: Remove unnecessary blank
Xianting Tian
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-15
Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-14
ext2: Fix some kernel-doc warnings in balloc.c
Wang Hai
2020-09-05
ext2: don't update mtime on COW faults
Mikulas Patocka
2020-08-28
ext2: remove duplicate include
Wang Hai
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-27
ext2: ext2.h: fix duplicated word + typos
Randy Dunlap
2020-07-09
ext2: initialize quota info in ext2_xattr_set()
Chengguang Xu
2020-07-09
ext2: fix some incorrect comments in inode.c
Chengguang Xu
2020-07-09
ext2: remove nocheck option
Chengguang Xu
2020-07-09
ext2: fix missing percpu_counter_inc
Mikulas Patocka
2020-07-09
ext2: ext2_find_entry() return -ENOENT if no entry found
zhangyi (F)
2020-07-09
ext2: propagate errors up to ext2_find_entry()'s callers
zhangyi (F)
2020-07-09
ext2: fix improper assignment for e_value_offs
Chengguang Xu
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-04
Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-06-03
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-05-22
ext2: code cleanup by removing ifdef macro surrounding
Chengguang Xu
2020-05-22
ext2: Fix i_op setting for special inode
Chengguang Xu
2020-03-23
ext2: fix empty body warnings when -Wextra is used
Randy Dunlap
2020-03-17
ext2: fix debug reference to ext2_xattr_cache
Jan Kara
2020-03-16
ext2: xattr.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-26
ext2: Silence lockdep warning about reclaim under xattr_sem
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-06
ext2: Adjust indentation in ext2_fill_super
Nathan Chancellor
2020-01-03
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
2019-12-16
ext2: set proper errno in error case of ext2_fill_super()
Chengguang Xu
2019-11-30
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-11-19
ext2: code cleanup for descriptor_loc()
Chengguang Xu
2019-11-07
ext2: fix improper function comment
Chengguang Xu
2019-11-07
ext2: code cleanup for ext2_try_to_allocate()
Chengguang Xu
2019-11-07
ext2: skip unnecessary operations in ext2_try_to_allocate()
Chengguang Xu
2019-11-07
ext2: Simplify initialization in ext2_try_to_allocate()
Jan Kara
2019-11-06
ext2: code cleanup by calling ext2_group_last_block_no()
Chengguang Xu
2019-11-06
ext2: introduce new helper ext2_group_last_block_no()
Chengguang Xu
2019-11-05
ext2: check err when partial != NULL
Chengguang Xu
2019-10-31
ext2: don't set *count in the case of failure in ext2_try_to_allocate()
Chengguang Xu
2019-10-24
ext2: return error when fail to allocating memory in ioctl
Chengguang Xu
2019-10-22
ext2: add missing brelse in ext2_new_blocks()
Chengguang Xu
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-21
ext2: adjust block num when retry allocation
Chengguang Xu
2019-09-21
Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-09-04
ext2: Delete an unnecessary check before brelse()
Markus Elfring
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
2019-07-31
ext2: code cleanup for ext2_free_blocks()
Chengguang Xu
2019-07-31
ext2: fix block range in ext2_data_block_valid()
Chengguang Xu
2019-07-12
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-07-10
Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-07-03
ext2: Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
2019-06-19
ext2: Always brelse bh on failure in ext2_iget()
Jan Kara
2019-06-19
ext2: add missing brelse() in ext2_iget()
Chengguang Xu
2019-06-12
ext2: Fix a typo in ext2_getattr argument
Fumiya Shigemitsu
2019-06-12
ext2: fix a typo in comment
Chengguang Xu
2019-05-30
ext2: add missing brelse() in ext2_new_inode()
Chengguang Xu
2019-05-28
ext2: optimize ext2_xattr_get()
Chengguang Xu
2019-05-28
ext2: introduce new helper for xattr entry comparison
Chengguang Xu
2019-05-28
ext2: merge xattr next entry check to ext2_xattr_entry_valid()
Chengguang Xu
2019-05-28
ext2: code cleanup for ext2_preread_inode()
Chengguang Xu
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-20
ext2: code cleanup by using test_opt() and clear_opt()
Chengguang Xu
2019-05-20
ext2: Strengthen xattr block checks
Jan Kara
2019-05-20
ext2: Merge loops in ext2_xattr_set()
Jan Kara
2019-05-20
ext2: introduce helper for xattr entry validation
Chengguang Xu
2019-05-20
ext2: introduce helper for xattr header validation
Chengguang Xu
2019-05-13
Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-05-01
ext2: switch to ->free_inode()
Al Viro
2019-03-26
ext2: Adjust the comment of function ext2_alloc_branch
Shuning Zhang
2019-03-07
Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-02-18
ext2: support statx syscall
yangerkun
2019-01-31
ext2: Fix underflow in ext2_max_size()
Jan Kara
2019-01-29
ext2: Fix a typo in comment
Liu Xiang
2019-01-28
ext2: Remove redundant check for finding no group
Liu Xiang
2019-01-28
ext2: Annotate implicit fall through in __ext2_truncate_blocks
Mathieu Malaterre
2019-01-22
ext2: Set superblock revision when enabling xattr feature
Jan Kara
2019-01-22
ext2: Remove redundant check on s_inode_size
Liu Xiang
2019-01-22
ext2: set proper return code
Chengguang Xu
2019-01-21
ext2: use common file type conversion
Phillip Potter
2018-12-27
Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-11-27
ext2: fix potential use after free
Pan Bian
2018-11-27
ext2: initialize opts.s_mount_opt as zero before using it
xingaopeng
2018-11-15
ext2: change reusable parameter to true when calling mb_cache_entry_create()
Chengguang Xu
2018-11-14
ext2: remove redundant condition check
Chengguang Xu
2018-11-08
ext2: avoid unnecessary operation in ext2_error()
Chengguang Xu
2018-10-29
Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-09-24
ext2: remove redundant building macro check
Chengguang Xu
2018-09-19
ext2, dax: set ext2_dax_aops for dax files
Toshi Kani
2018-09-03
ext2: cache NULL when both default_acl and acl are NULL
Chengguang Xu
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-08-13
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-08-03
ext2: make sure that partially set up inodes won't be returned by ext2_iget()
Al Viro
2018-06-27
ext2: use ktime_get_real_seconds for timestamps
Arnd Bergmann
2018-06-20
ext2: add warning when specifying nocheck option
Chengguang Xu
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-05-31
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
2018-05-31
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
2018-05-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-21
ext2: fix a block leak
Al Viro
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-04-20
Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-04-16
fs: ext2: Adding new return type vm_fault_t
Souptick Joarder
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-03
ext2, dax: introduce ext2_dax_aops
Dan Williams
2018-03-02
ext2: change return code to -ENOMEM when failing memory allocation
Chengguang Xu
2018-02-07
Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2018-02-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-02-06
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2018-02-03
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2018-02-01
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
Goffredo Baroncelli
2018-01-31
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
2018-01-29
ext2: convert to new i_version API
Jeff Layton
2018-01-19
ext2: auto disable dax instead of failing mount
Dan Williams
2018-01-15
ext2: Define usercopy region in ext2_inode_cache slab cache
David Windsor
2018-01-07
dax: pass detailed error code from dax_iomap_fault()
Jan Kara
2018-01-02
ext2: drop unneeded newline
Julia Lawall
2018-01-01
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
Adam Borowski
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-11-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2017-11-03
dax: Allow dax_iomap_fault() to return pfn
Jan Kara
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-11
ext2: Fix possible sleep in atomic during mount option parsing
Jan Kara
2017-10-11
ext2: Parse mount options into a dedicated structure
Jan Kara
2017-10-01
iomap: Switch from blkno to disk offset
Andreas Gruenbacher
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-11
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-09-06
dax: use common 4k zero page for dax mmap reads
Ross Zwisler
2017-08-31
ext2: perform dax_device lookup at mount
Dan Williams
2017-07-18
ext2: preserve i_mode if ext2_set_acl() fails
Ernesto A. Fernández
2017-07-17
ext2: Don't clear SGID when inheriting ACLs
Jan Kara
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-07-13
ext2: Fix memory leak when truncate races ext2_get_blocks
Ernesto A. Fernández
2017-07-09
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-06
fs: check for writeback errors after syncing out buffers in generic_file_fsync
Jeff Layton
2017-07-05
mm: drop "wait" parameter from write_one_page()
Jeff Layton
2017-06-22
ext2, ext4: make mb block cache names more explicit
Tahsin Erdogan
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
2017-05-13
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
Dan Williams
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-05-08
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-04-25
ext2, ext4, xfs: retrieve dax_device for iomap operations
Dan Williams
2017-04-19
ext2: Remove ext2_get_inode_flags()
Jan Kara
2017-04-19
ext2: Set flags on quota files directly
Jan Kara
2017-04-05
ext2: Call dquot_writeback_dquots() with s_umount held
Jan Kara
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2017-02-24
mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
Dave Jiang
2017-02-24
mm,fs,dax: change ->pmd_fault to ->huge_fault
Dave Jiang
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-01-30
iomap: constify struct iomap_ops
Christoph Hellwig
2017-01-24
dax: fix build warnings with FS_DAX and !FS_IOMAP
Ross Zwisler
2016-12-26
ext2: Return BH_New buffers for zeroed blocks
Jan Kara
2016-12-24
Replace with globally
Linus Torvalds
2016-12-19
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2016-12-14
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-07
ext2: reject inodes with negative size
Darrick J. Wong
2016-11-20
ext2: use iomap_zero_range() for zeroing truncated page in DAX path
Jan Kara
2016-11-13
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
2016-11-08
dax: correct dax iomap code namespace
Ross Zwisler
2016-11-08
ext2: remove support for DAX PMD faults
Ross Zwisler
2016-11-04
ext2: Use clean_bdev_aliases() instead of iteration
Jan Kara
2016-10-18
ext2: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
Toshi Kani
2016-10-06
Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds