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-31
hfs: add lock nesting notation to hfs_find_init
Desmond Cheong Zhi Xi
2021-07-31
hfs: fix high memory mapping in hfs_bnode_read
Desmond Cheong Zhi Xi
2021-07-31
hfs: add missing clean-up in hfs_fill_super
Desmond Cheong Zhi Xi
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
2020-10-29
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-05-09
hfs: stop using ioctl_by_bdev
Christoph Hellwig
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2019-12-18
hfs/hfsplus: use 64-bit inode timestamps
Arnd Bergmann
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-01
hfs: switch to ->free_inode()
Al Viro
2018-11-30
hfs: do not free node before using
Pan Bian
2018-10-31
fs/hfs/extent.c: fix array out of bounds read of array extent
Colin Ian King
2018-10-31
hfs: update timestamp on truncate()
Ernesto A. Fernández
2018-10-31
hfs: fix return value of hfs_get_block()
Ernesto A. Fernández
2018-10-31
hfs: prevent btree data loss on ENOSPC
Ernesto A. Fernández
2018-10-31
hfs: fix BUG on bnode parent update
Ernesto A. Fernández
2018-10-31
hfs: prevent btree data loss on root split
Ernesto A. Fernández
2018-08-23
hfs: prevent crash on exit from failed search
Ernesto A. Fernández
2018-08-03
new helper: inode_fake_hash()
Al Viro
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-05-22
hfs: don't allow mounting over .../rsrc
Al Viro
2018-05-22
hfs: use d_splice_alias()
Al Viro
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
hfs/hfsplus: clean up unused variables in bnode.c
Christos Gkekas
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-05-08
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Tetsuo Handa
2017-03-03
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2017-02-27
hfs: atomically read inode size
Fabian Frederick
2017-02-18
hfs: fix hfs_readdir()
Dan Carpenter
2016-12-24
Replace with globally
Linus Torvalds
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-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-06
hfs: Switch to generic xattr handlers
Andreas Gruenbacher
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-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
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-20
qstr: constify instances in hfs
Al Viro
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-12
hfs: switch to ->iterate_shared()
Al Viro
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-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-20
fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete
Geliang Tang
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-04
HFS wants 8Kb per-superblock allocation; just use kmalloc()
Al Viro
2015-09-10
hfs: fix B-tree corruption after insertion at position 0
Hin-Tak Leung
2015-09-10
hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
Hin-Tak Leung
2015-09-04
fs: create and use seq_show_option for escaping
Kees Cook
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-17
hfs: incorrect return values
Chengyu Song
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
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
2014-12-10
fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp
Rasmus Villemoes
2014-10-14
fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
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-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-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-11-13
fs/hfs/btree.h: remove duplicate defines
Michael Opdenacker
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert hfs
Al Viro
2013-05-24
hfs: avoid crash in hfs_bnode_create
Jeff Mahoney
2013-05-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-05
hfs: SMP race on directory close()
Al Viro
2013-04-30
hfs/hfsplus: convert printks to pr_
Joe Perches
2013-04-30
hfs/hfsplus: convert dprint to hfs_dbg
Joe Perches
2013-04-30
hfs: add error checking for hfs_find_init()
Alexey Khoroshilov
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/hfs: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2012-12-20
hfs: drop vmtruncate
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-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-09-21
userns: Convert hfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-08-04
hfs: nuke write_super from comments
Artem Bityutskiy
2012-07-22
hfs: get rid of hfs_sync_super
Artem Bityutskiy
2012-07-22
hfs: introduce VFS superblock object back-reference
Artem Bityutskiy
2012-07-22
hfs: simplify a bit checking for R/O
Artem Bityutskiy
2012-07-22
hfs: remove extra mdb write on unmount
Artem Bityutskiy
2012-07-22
hfs: get rid of lock_super
Artem Bityutskiy
2012-07-22
hfs: push lock_super down
Artem Bityutskiy
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
stop passing nameidata * to ->d_revalidate()
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-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-03
hfs: propagate 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-15
hfs: add sanity check for file name length
Dan Carpenter
2011-11-02
Merge branch 'akpm' (Andrew's incoming - part two)
Linus Torvalds
2011-11-02
hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops
Phillip Lougher
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
fs: simplify the blockdev_direct_IO prototype
Christoph Hellwig
2011-07-20
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
2011-05-28
hfs: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
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-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-03
hfs: fix rename() over non-empty directory
Al Viro
2011-01-12
switch hfs
Al Viro
2011-01-07
fs: rcu-walk aware d_revalidate method
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-29
new helper: mount_bdev()
Al Viro
2010-10-25
switch hfs to hlist_add_fake()
Al Viro
2010-10-25
hfs: use sync_dirty_buffer
Christoph Hellwig
2010-10-22
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-12
hfs: Convert tree_lock to mutex
Thomas Gleixner
2010-10-04
BKL: Remove BKL from HFS
Jan Blunck
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-08-09
get rid of file_fsync()
Al Viro
2010-08-09
remove inode_setattr
Christoph Hellwig
2010-08-09
get rid of cont_write_begin_newtrunc
Christoph Hellwig
2010-08-09
sort out blockdev_direct_IO variants
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-05
pass writeback_control to ->write_inode
Christoph Hellwig
2009-12-15
hfs: fix a potential buffer overflow
Amerigo Wang
2009-10-29
hfs: fix oops on mount with corrupted btree extent records
Jeff Mahoney
2009-09-24
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
2009-06-11
hfs: add ->sync_fs
Christoph Hellwig
2009-06-11
->write_super lock_super pushdown
Christoph Hellwig
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
2009-04-13
hfs: fix memory leak when unmounting
Dave Anderson
2009-04-02
fs/hfs: return f_fsid for statfs(2)
Coly Li
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2009-01-22
fs/Kconfig: move hfs, hfsplus out
Alexey Dobriyan
2008-11-14
CRED: Wrap task credential accesses in the HFS filesystem
David Howells
2008-10-23
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-10-16
hfs: fix namelength memory corruption
Eric Sesterhenn
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
2008-07-26
[PATCH] f_count may wrap around
Al Viro
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-25
hfs: convert extents_lock in a mutex
Matthias Kaehlcke
2008-07-25
hfs: convert bitmap_lock in a mutex
Matthias Kaehlcke
2008-04-30
hfs: fix warning with 64k PAGE_SIZE
Andrew Morton
2008-04-30
hfs/hfsplus: be*_add_cpu conversion
Marcin Slusarz
2008-04-29
hfs: handle match_strdup failure
Jim Meyering
2008-03-17
hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage
Al Viro
2008-02-06
hfs: update comment to reflect actual init and exit routines
Robert P. J. Day
2008-02-06
address hfs on-disk corruption robustness review comments
Eric Sandeen
2008-01-17
hfs: fix coverity-found null deref
Eric Sandeen
2008-01-08
hfs: handle more on-disk corruptions without oopsing
Eric Sandeen
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-16
hfs: 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