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-20
fs/jfs: Fix missing error code in lmLogInit()
Jiapeng Chong
2021-07-19
jfs: fix GPF in diFree
Pavel Skripkin
2021-04-12
jfs: convert to fileattr
Miklos Szeredi
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
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-11
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
2021-02-08
jfs: turn diLog(), dataLog() and txLog() into void functions
Yang Li
2021-01-24
fs: make helpers idmap mount aware
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-04
fs/inode.c: make inode_init_always() initialize i_ino to 0
Eric Biggers
2020-12-18
JFS: more checks for invalid superblock
Randy Dunlap
2020-11-13
jfs: Fix array index bounds check in dbAdjTree
Dave Kleikamp
2020-11-13
jfs: Fix memleak in dbAdjCtl
Dinghao Liu
2020-11-13
jfs: delete duplicated words + other fixes
Randy Dunlap
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-02
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-03-09
jfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-05
Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-01-21
jfs: remove unused MAXL2PAGES
Alex Shi
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
2019-07-31
docs: fix a couple of new broken references
Mauro Carvalho Chehab
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2019-05-01
jfs: switch to ->free_inode()
Al Viro
2019-03-22
jfs: fix bogus variable self-initialization
Arnd Bergmann
2019-01-10
fs/jfs: Switch to use new generic UUID API
Andy Shevchenko
2019-01-10
jfs: compare old and new mode before setting update_mode flag
Chengguang Xu
2019-01-10
jfs: remove incorrect comment in jfs_superblock
Dave Kleikamp
2018-10-26
jfs: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
2018-09-20
jfs: remove redundant dquot_initialize() in jfs_evict_inode()
Chao Yu
2018-09-10
jfs: remove quota option from ignore list
Chengguang Xu
2018-09-06
jfs: cache NULL when both default_acl and acl are NULL
Chengguang Xu
2018-08-15
Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy
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-04
jfs: Fix usercopy whitelist for inline inode data
Kees Cook
2018-08-03
jfs: don't bother with make_bad_inode() in ialloc()
Al Viro
2018-08-03
new helper: inode_fake_hash()
Al Viro
2018-08-03
jfs: switch to discard_new_inode()
Al Viro
2018-06-19
jfs: use time64_t for otime
Arnd Bergmann
2018-06-19
Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-05
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Shankara Pailoor
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-16
jfs: simplify procfs code
Christoph Hellwig
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2018-01-15
jfs: Define usercopy region in jfs_ip slab cache
David Windsor
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-14
Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2017-11-02
jfs: Add missing NULL pointer check in __get_metapage
Juerg Haefliger
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
jfs: remove increment of i_version counter
Jeff Layton
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-08-31
jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes
Dave Kleikamp
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
2017-07-25
Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2017-07-18
jfs: preserve i_mode if __jfs_set_acl() fails
Ernesto A. Fernández
2017-07-18
jfs: 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-07
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-05
JFS: do not ignore return code from write_one_page()
Dave Kleikamp
2017-07-05
mm: drop "wait" parameter from write_one_page()
Jeff Layton
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-04-19
jfs: Remove jfs_get_inode_flags()
Jan Kara
2017-04-19
jfs: Set flags on quota files directly
Jan Kara
2017-02-27
fs: add i_blocksize()
Fabian Frederick
2017-02-09
jfs: atomically read inode size
Fabian Frederick
2016-12-24
Replace with globally
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 tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-11-11
fs: jfs: Replace CURRENT_TIME_SEC by current_time()
Deepa Dinamani
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
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-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-06
jfs: Simplify code
Christophe JAILLET
2016-08-29
jfs: jump to error_out when filemap_{fdatawait, write_and_wait} fails
Quorum Laval
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-05-29
drop redundant ->owner initializations
Al Viro
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2016-05-12
jfs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-05-12
jfs: Clean up xattr name mapping
Andreas Gruenbacher
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-31
posix_acl: Inode acl caching fixes
Andreas Gruenbacher
2016-03-30
jfs: Coalesce some formats
Joe Perches
2016-03-30
jfs: Remove unnecessary line continuations and terminating newlines
Joe Perches
2016-03-30
jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses
Joe Perches
2016-03-28
jfs: Remove unnecessary code in jfs_get_acl
Andreas Gruenbacher
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-04
jfs: microoptimize get_zeroed_page / virt_to_page
Al Viro
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
2015-12-06
posix acls: Remove duplicate xattr name definitions
Andreas Gruenbacher
2015-11-09
fs/jfs: remove unnecessary new_valid_dev() checks
Yaowei Bai
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2015-08-13
fs: use helper bio_add_page() instead of open coding on bi_io_vec
Kent Overstreet
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-23
jfs: Handle error from dquot_initialize()
Dave Kleikamp
2015-07-16
Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2015-07-15
jfs: clean up jfs_rename and fix out of order unlock
Dave Kleikamp
2015-07-09
ioctl_compat: handle FITRIM
Mikulas Patocka
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2015-06-04
jfs: fix indentation on if statement
Colin Ian King
2015-06-01
jfs: removed a prohibited space after opening parenthesis
Nan Jia
2015-05-10
jfs: switch to simple_follow_link()
Al Viro
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-15
fs, jfs: remove slab object constructor
David Rientjes
2015-04-15
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-14
Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-12
jfs: %pf is only for function pointers
Scott Wood
2015-02-17
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
2015-02-02
jfs: Deletion of an unnecessary check before the function call "unload_nls"
Markus Elfring
2014-12-23
jfs: get rid of homegrown endianness helpers
Al Viro
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-11-19
assorted conversions to %p[dD]
Al Viro
2014-11-10
jfs: Convert to private i_dquot field
Jan Kara
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2014-10-09
jfs: don't hash direct inode
Al Viro
2014-09-19
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
Kirill Tkhai
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-06-12
->splice_write() via ->write_iter()
Al Viro
2014-06-03
fs/jfs/super.c: convert simple_str to kstr
Fabian Frederick
2014-06-03
fs/jfs/jfs_dmap.c: replace min/casting by min_t
Fabian Frederick
2014-06-03
fs/jfs/super.c: remove 0 assignment to static + code clean-up
Fabian Frederick
2014-06-03
fs/jfs/jfs_logmgr.c: remove NULL assignment on static
Fabian Frederick
2014-05-28
JFS: Check for NULL before calling posix_acl_equiv_mode()
William Burrow
2014-05-06
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
2014-04-14
fs/jfs/jfs_inode.c: atomically set inode->i_flags
Fabian Frederick
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2014-02-13
jfs: set i_ctime when setting ACL
Dave Kleikamp
2014-02-08
jfs: fix generic posix ACL regression
Dave Kleikamp
2014-01-31
Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-25
jfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-25
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-25
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-02
jfs: fix xattr value size overflow in __jfs_setxattr
Jie Liu
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-10-22
Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2013-09-17
jfs: fix error path in ialloc
Dave Kleikamp
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-08-15
jfs: fix readdir cookie incompatibility with NFSv4
Dave Kleikamp
2013-07-11
Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-07-02
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert jfs
Al Viro
2013-06-05
jfs: Update jfs_error
Joe Perches