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-04-15
useful constants: struct qstr for ".."
Al Viro
2021-01-24
fs: make helpers idmap mount aware
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-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
fs/ufs: avoid potential u32 multiplication overflow
Colin Ian King
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-16
fs/ufs/super.c: remove set but not used variable 'usb3'
YueHaibing
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-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-02
ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
Al Viro
2019-05-01
ufs: switch to ->free_inode()
Al Viro
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-17
fs/ufs: use ktime_get_real_seconds for sb and cg timestamps
Arnd Bergmann
2018-08-03
ufs: switch to discard_new_inode()
Al Viro
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
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-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2018-02-01
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
Goffredo Baroncelli
2018-01-29
ufs: use new i_version API
Jeff Layton
2018-01-15
ufs: Define usercopy region in ufs_inode_cache slab cache
David Windsor
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
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
mm: drop "wait" parameter from write_one_page()
Jeff Layton
2017-06-21
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-06-17
ufs: fix the logics for tail relocation
Al Viro
2017-06-17
ufs_iget(): fail with -ESTALE on deleted inode
Al Viro
2017-06-17
fix signedness of timestamps on ufs1
Al Viro
2017-06-17
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-06-15
ufs_truncate_blocks(): fix the case when size is in the last direct block
Al Viro
2017-06-15
ufs: more deadlock prevention on tail unpacking
Al Viro
2017-06-15
ufs: avoid grabbing ->truncate_mutex if possible
Al Viro
2017-06-14
ufs_get_locked_page(): make sure we have buffer_heads
Al Viro
2017-06-14
ufs: fix s_size/s_dsize users
Al Viro
2017-06-14
ufs: fix reserved blocks check
Al Viro
2017-06-14
ufs: make ufs_freespace() return signed
Al Viro
2017-06-14
ufs: fix logics in "ufs: make fsck -f happy"
Al Viro
2017-06-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-06-10
ufs: we need to sync inode before freeing it
Al Viro
2017-06-09
excessive checks in ufs_write_failed() and ufs_evict_inode()
Al Viro
2017-06-09
ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
Al Viro
2017-06-09
ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()
Al Viro
2017-06-09
ufs: set correct ->s_maxsize
Al Viro
2017-06-09
ufs: restore maintaining ->i_blocks
Al Viro
2017-06-09
fix ufs_isblockset()
Al Viro
2017-06-09
ufs: restore proper tail allocation
Al Viro
2017-06-04
fs/ufs: Set UFS default maximum bytes per file
Richard Narron
2017-05-08
fs: ufs: use ktime_get_real_ts64() for birthtime
Deepa Dinamani
2016-12-24
Replace with globally
Linus Torvalds
2016-12-22
ufs: fix function declaration for ufs_truncate_blocks
Jeff Layton
2016-11-04
fs: Add helper to clean bdev aliases under a bh and use it
Jan Kara
2016-11-01
block,fs: untangle fs.h and blk_types.h
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-09-27
fs: Replace CURRENT_TIME_SEC 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-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-05-29
ufs: get rid of redundant checks
Al Viro
2016-05-02
simple local filesystems: switch to ->iterate_shared()
Al Viro
2016-05-02
make ext2_get_page() and friends work without external serialization
Al Viro
2016-05-02
Merge getxattr prototype change into work.lookups
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-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
2015-12-06
ufs: get rid of ->setattr() for symlinks
Al Viro
2015-09-09
fix ufs write vs readpage race when writing into a hole
Al Viro
2015-07-06
ufs_inode_get{frag,block}(): get rid of 'phys' argument
Al Viro
2015-07-06
ufs_getfrag_block(): tidy up a bit
Al Viro
2015-07-06
ufs_inode_getblock(): failure to read an indirect block is -EIO
Al Viro
2015-07-06
ufs_getfrag_block(): turn following indirects into a loop
Al Viro
2015-07-06
ufs_inode_getfrag(): pass index instead of 'fragment'
Al Viro
2015-07-06
ufs_inode_getfrag(): split extending the partial blocks off
Al Viro
2015-07-06
ufs_inode_getblock(): pass indirect block number and full index
Al Viro
2015-07-06
ufs_inode_getblock(): pass index instead of 'fragment'
Al Viro
2015-07-06
ufs_inode_get{frag,block}(): leave sb_getblk() to caller
Al Viro
2015-07-06
ufs_getfrag_block(): get rid of macro jungles
Al Viro
2015-07-06
ufs_inode_get{frag,block}(): consolidate success exits
Al Viro
2015-07-06
ufs: use the branch depth in ufs_getfrag_block()
Al Viro
2015-07-06
ufs: move calculation of offsets into ufs_getfrag_block()
Al Viro
2015-07-06
ufs_inode_get{frag,block}(): get rid of retries
Al Viro
2015-07-06
__ufs_truncate_blocks(): avoid excessive dirtying of indirect blocks
Al Viro
2015-07-06
free_full_branch(): don't bother modifying the block we are going to free
Al Viro
2015-07-06
move marking inode dirty to the end of __ufs_truncate_blocks()
Al Viro
2015-07-06
free_full_branch(): saner calling conventions
Al Viro
2015-07-06
ufs_trunc_branch(): kill recursion
Al Viro
2015-07-06
ufs_trunc_branch(): massage towards killing recursion
Al Viro
2015-07-06
split ufs_truncate_branch() into full- and partial-branch variants
Al Viro
2015-07-06
ufs: unify the logics for collecting adjacent data blocks to free
Al Viro
2015-07-06
ufs_trunc_branch(): separate the calls with non-NULL offsets
Al Viro
2015-07-06
ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0
Al Viro
2015-07-06
__ufs_trunc_blocks(): turn the part after switch into a loop
Al Viro
2015-07-06
__ufs_truncate_blocks(): unify freeing the full branches
Al Viro
2015-07-06
unify ufs_trunc_..indirect()
Al Viro
2015-07-06
ufs_trunc_..indirect(): more massage towards unifying
Al Viro
2015-07-06
ufs_trunc_...indirect(): pass the array of indices instead of offsets
Al Viro
2015-07-06
__ufs_truncate(); find cutoff distances into branches by offsets[] array
Al Viro
2015-07-06
ufs_trunc_dindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
ufs_trunc_indirect(): pass the index of the first pointer to free
Al Viro
2015-07-06
ufs_trunc_tindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
ufs: beginning of __ufs_truncate_block() massage
Al Viro
2015-07-06
ufs: the offsets ufs_block_to_path() puts into array are not sector_t
Al Viro
2015-07-06
ufs: move truncate code into inode.c
Al Viro
2015-07-06
ufs: no retries are needed on truncate
Al Viro
2015-07-06
ufs: ufs_trunc_...() has exclusion with everything that might cause allocations
Al Viro
2015-07-06
ufs: ufs_trunc_direct() always returns 0
Al Viro
2015-07-06
ufs: kill lock_ufs()
Al Viro
2015-07-06
ufs: don't use lock_ufs() for block pointers tree protection
Al Viro
2015-07-06
ufs: bforget() indirect blocks before freeing them
Al Viro
2015-07-06
ufs: move lock_ufs() down into __ufs_truncate_blocks()
Al Viro
2015-07-06
ufs: move truncate_setsize() down into ufs_truncate()
Al Viro
2015-07-06
ufs: free excessive blocks upon ->write_begin() failure/short copy
Al Viro
2015-07-06
ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()
Al Viro
2015-07-06
ufs: kill more lock_ufs() calls
Al Viro
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-06-25
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-23
ufs: use dir_pages instead of ufs_dir_pages()
Fabian Frederick
2015-06-17
Merge branch 'for-linus' into for-next
Al Viro
2015-06-17
fs/ufs: restore s_lock mutex_init()
Fabian Frederick
2015-06-16
ufs: don't touch mtime/ctime of directory being moved
Al Viro
2015-06-16
ufs: don't bother with lock_ufs()/unlock_ufs() for directory access
Al Viro
2015-06-16
ufs: Fix possible deadlock when looking up directories
Jan Kara
2015-06-16
ufs: Fix warning from unlock_new_inode()
Jan Kara
2015-06-16
fs/ufs: restore s_lock mutex
Fabian Frederick
2015-06-14
fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
Fabian Frederick
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-05-10
ufs: switch to simple_follow_link()
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-02-17
fs/ufs/super.c: fix potential race condition
Fabian Frederick
2015-02-17
fs/ufs/super.c: remove unnecessary casting
Fabian Frederick
2014-10-14
fs/ufs/balloc.c: remove unused variable
Fabian Frederick
2014-09-26
ufs: deal with nfsd/iget races
Al Viro
2014-09-07
ufs: fix deadlocks introduced by sb mutex merge
Alexey Khoroshilov
2014-08-08
fs/ufs/inode.c: kernel-doc warning fixes
Fabian Frederick
2014-08-08
fs/ufs: convert UFSD printk to pr_debug
Fabian Frederick
2014-08-08
fs/ufs/super.c: use va_format instead of buffer/vsnprintf
Fabian Frederick
2014-08-08
fs/ufs/super.c: use __func__ in logging
Fabian Frederick
2014-08-08
fs/ufs: use pr_fmt
Fabian Frederick
2014-08-08
fs/ufs: convert printk to pr_foo()
Fabian Frederick
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-06-06
ufs: sb mutex merge + mutex_destroy
Fabian Frederick
2014-06-06
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
Fabian Frederick
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-04-07
fs/ufs: remove unused ufs_super_block_third pointer
Christian Engelmayer
2014-04-07
fs/ufs: remove unused ufs_super_block_second pointer
Christian Engelmayer
2014-04-07
fs/ufs: remove unused ufs_super_block_first pointer
Christian Engelmayer
2014-04-07
fs/ufs/super.c: add __init to init_inodecache()
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
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-06-29
[readdir] simple local unixlike: switch to ->iterate()
Al Viro
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2013-03-18
fs: ufs: remove cast for kmalloc return value
Zhang Yanfei
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-02-22
new helper: file_inode(file)
Al Viro
2013-01-21
fs/ufs: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2012-12-20
ufs: drop vmtruncate
Marco Stornelli
2012-10-09
ufs: drop lock/unlock super
Marco Stornelli
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-09-21
userns: Convert the ufs filesystem to use kuid/kgid where appropriate
Eric W. Biederman
2012-07-22
fs/ufs: get rid of write_super
Artem Bityutskiy
2012-07-22
fs/ufs: re-arrange the code a bit
Artem Bityutskiy
2012-07-22
fs/ufs: remove extra superblock write on unmount
Artem Bityutskiy
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-05-10
vfs: make it possible to access the dentry hash/len as one 64-bit entry
Linus Torvalds
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
Al Viro
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-03
ufs: propagate umode_t
Al Viro
2012-01-03
switch ->mknod() to umode_t
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-10-31
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-07-20
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
Al Viro
2011-07-17
ufs should use d_splice_alias()
Al Viro