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-05-06
hpfs: replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-06-06
hpfs: fix warning due to superfluous semicolon
Zou Wei
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
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2019-10-23
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
2019-08-30
fs: hpfs: Initialize filesystem timestamp ranges
Deepa Dinamani
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-01
hpfs: switch to ->free_inode()
Al Viro
2019-03-12
hpfs: fix spelling mistake "partion" -> "partition"
Colin Ian King
2018-08-25
hpfs: remove unnecessary checks on the value of r when assigning error code
Colin Ian King
2018-08-17
fs/hpfs: extend gmt_to_local() conversion to 64-bit times
Arnd Bergmann
2018-06-30
hpfs: fix an inode leak in lookup, switch to d_splice_alias()
Al Viro
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-09
hpfs: Use EUCLEAN for filesystem errors
Mikulas Patocka
2017-12-10
hpfs: don't bother with the i_version counter or f_version
Jeff Layton
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-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-05
hpfs: support FIEMAP
Mikulas Patocka
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-31
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-29
cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()
Al Viro
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2016-05-28
hpfs: implement the show_options method
Mikulas Patocka
2016-05-28
hpfs: fix remount failure when there are no options changed
Mikulas Patocka
2016-05-12
hpfs: switch to ->iterate_shared()
Al Viro
2016-05-12
hpfs: handle allocation failures in hpfs_add_pos()
Al Viro
2016-02-27
hpfs: don't truncate the file when delete fails
Mikulas Patocka
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-04
hpfs: missing endianness annotation
Al Viro
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
2015-11-09
fs/hpfs/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
2015-09-03
hpfs: update ctime and mtime on directory modification
Mikulas Patocka
2015-09-03
hpfs: support hotfixes
Mikulas Patocka
2015-07-09
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead
Joe Perches
2015-07-09
hpfs: kstrdup() out of memory handling
Sanidhya Kashyap
2015-07-09
hpfs: Remove unessary cast
Firo Yang
2015-07-09
hpfs: add fstrim support
Mikulas Patocka
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-11
make new_sync_{read,write}() static
Al Viro
2014-08-08
fs/hpfs/dnode.c: fix suspect code indent
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
fs/hpfs: increase pr_warn level
Fabian Frederick
2014-06-06
fs/hpfs: use __func__ for logging
Fabian Frederick
2014-06-06
fs/hpfs: use pr_fmt for logging
Fabian Frederick
2014-06-06
fs/hpfs: convert printk to pr_foo()
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-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-02
hpfs: optimize quad buffer loading
Mikulas Patocka
2014-02-02
hpfs: remember free space
Mikulas Patocka
2013-11-09
locks: break delegations on any attribute modification
J. Bruce Fields
2013-10-24
hpfs: make freeing sbi and codetables rcu-delayed
Al Viro
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-07-04
Merge branch 'hpfs' from Mikulas Patocka
Linus Torvalds
2013-07-04
hpfs: implement prefetch to improve performance
Mikulas Patocka
2013-07-04
hpfs: use mpage
Mikulas Patocka
2013-07-04
hpfs: better test for errors
Mikulas Patocka
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert hpfs
Al Viro
2013-06-08
hpfs: fix warnings when the filesystem fills up
Mikulas Patocka
2013-05-31
hpfs: deadlock and race in directory lseek()
Al Viro
2013-04-09
hpfs: move setting hpfs-private i_dirty to ->write_end()
Al Viro
2013-03-11
fs: Limit sys_mount to only request filesystem modules. (Part 3)
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-29
Merge branch 'master' into for-next
Jiri Kosina
2013-01-09
treewide: Fix typo in various drivers
Masanari Iida
2012-12-20
hpfs: drop vmtruncate
Marco Stornelli
2012-10-09
hpfs: drop lock/unlock super
Marco Stornelli
2012-10-06
hpfs: convert to use leXX_add_cpu()
Wei Yongjun
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 hpfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-05-31
HPFS: remove PRINTK() macro
Dan Carpenter
2012-05-29
hpfs: assorted endianness annotations
Al Viro
2012-05-29
hpfs: annotate ea
Al Viro
2012-05-29
hpfs: annotate struct hpfs_dirent
Al Viro
2012-05-29
hpfs: annotate struct anode
Al Viro
2012-05-29
hpfs: annotate struct fnode
Al Viro
2012-05-29
hpfs: annotate btree nodes, get rid of bitfields mess
Al Viro
2012-05-29
hpfs: annotate struct dnode
Al Viro
2012-05-29
hpfs: bitmaps are little-endian
Al Viro
2012-05-29
hpfs: get rid of bitfields in struct fnode
Al Viro
2012-05-29
hpfs: get rid of bitfields endianness wanking in extended_attribute
Al Viro
2012-05-29
hpfs: endianness bugs
Al Viro
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-03-20
switch open-coded instances of d_make_root() to new helper
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
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
Josef Bacik
2011-07-20
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
2011-07-20
kill check_acl callback of generic_permission()
Al Viro
2011-05-28
hpfs: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-05-26
vfs: remove dget() from dentry_unhash()
Sage Weil
2011-05-09
HPFS: Remove unused variable
Mikulas Patocka
2011-05-09
HPFS: Move declaration up, so that there are no out-of-scope pointers
Mikulas Patocka
2011-05-09
HPFS: Fix some unaligned accesses
Mikulas Patocka
2011-05-09
HPFS: Fix endianity. Make hpfs work on big-endian machines
Mikulas Patocka
2011-05-09
HPFS: Implement fsync for hpfs
Mikulas Patocka
2011-05-09
HPFS: Fix a bug that filesystem was not marked dirty when remounting it
Mikulas Patocka
2011-05-09
HPFS: Restrict uid and gid to 16-bit values
Mikulas Patocka
2011-05-09
HPFS: When marking or clearing the dirty bit, sync the filesystem
Mikulas Patocka
2011-05-09
HPFS: Use types with defined width
Mikulas Patocka
2011-05-09
HPFS: Remove mark_inode_dirty
Mikulas Patocka
2011-05-09
HPFS: Remove CR/LF conversion option
Mikulas Patocka
2011-05-09
HPFS: Remove remaining locks
Mikulas Patocka
2011-05-09
HPFS: Introduce a global mutex and lock it on every callback from VFS.
Mikulas Patocka
2011-05-09
HPFS: Make HPFS compile on preempt and SMP
Mikulas Patocka
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-03-02
hpfs: remove the BKL
Arnd Bergmann
2011-01-17
hpfs_setattr error case avoids unlock_kernel
Dr. David Alan Gilbert
2011-01-12
switch hpfs
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: icache RCU free inodes
Nick Piggin
2011-01-07
fs: change d_hash for rcu-walk
Nick Piggin
2011-01-07
fs: change d_compare for rcu-walk
Nick Piggin
2010-10-31
Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2010-10-30
hpfs: Convert sbi->hpfs_creation_de to mutex
Thomas Gleixner
2010-10-29
new helper: mount_bdev()
Al Viro
2010-10-22
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-21
BKL: introduce CONFIG_BKL.
Arnd Bergmann
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-08-09
switch hpfs to ->evict_inode()
Al Viro
2010-08-09
remove inode_setattr
Christoph Hellwig
2010-08-09
get rid of cont_write_begin_newtrunc
Christoph Hellwig
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-03
Don't mess with generic_permission() under ->d_lock in hpfs
Al Viro
2010-03-03
sanitize signedness/const for pointers to char in hpfs a bit
Al Viro
2009-12-16
hpfs: use bitmap_weight()
Akinobu Mita
2009-12-16
hpfs: use hweight32
Akinobu Mita
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
Push lock_super() into the ->remount_fs() of filesystems that care about it
Al Viro
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
2009-05-09
Fix races around the access to ->s_options
Al Viro
2009-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2009-04-02
fs/hpfs: return f_fsid for statfs(2)
Coly Li
2009-03-31
New helper - current_umask()
Al Viro
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2009-01-22
fs/Kconfig: move hpfs out
Alexey Dobriyan
2008-11-14
CRED: Wrap task credential accesses in the HPFS filesystem
David Howells
2008-10-23
[PATCH] hpfs: cleanup ->setattr
Christoph Hellwig
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
2008-07-26
[patch 05/14] hpfs: dont call permission()
Miklos Szeredi
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-02-08
mount options: fix hpfs
Miklos Szeredi
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-16
hpfs: convert to new aops
Nick Piggin
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
2006-12-08
[PATCH] struct path: convert hpfs
Josef Sipek
2006-12-07
[PATCH] hpfs: fix printk format warnings
Randy Dunlap
2006-12-07
[PATCH] hpfs: bring hpfs_error() into shape
Alexey Dobriyan
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
2006-10-10
[PATCH] hpfs endianness annotations
Al Viro
2006-10-01
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
Dave Hansen
2006-10-01
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
2006-10-01
[PATCH] r/o bind mounts: unlink: monitor i_nlink
Dave Hansen
2006-10-01
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
Badari Pulavarty