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-23
coda: fix reference counting in coda_file_mmap error path
Christian König
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2020-05-05
docs: filesystems: convert coda.txt to ReST
Mauro Carvalho Chehab
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-08-30
kill the last users of user_{path,lpath,path_dir}()
Al Viro
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
2019-07-16
coda: add hinting support for partial file caching
Pedro Cuadra
2019-07-16
coda: ftoc validity check integration
Fabian Frederick
2019-07-16
coda: remove sb test in coda_fid_to_inode()
Fabian Frederick
2019-07-16
coda: remove sysctl object from module when unused
Fabian Frederick
2019-07-16
coda: add __init to init_coda_psdev()
Fabian Frederick
2019-07-16
coda: use SIZE() for stat
Fabian Frederick
2019-07-16
coda: destroy mutex in put_super()
Fabian Frederick
2019-07-16
coda: remove uapi/linux/coda_psdev.h
Jan Harkes
2019-07-16
coda: move internal defs out of include/linux/ [ver #2]
David Howells
2019-07-16
coda: bump module version
Jan Harkes
2019-07-16
coda: get rid of CODA_FREE()
Dan Carpenter
2019-07-16
coda: get rid of CODA_ALLOC()
Dan Carpenter
2019-07-16
coda: change Coda's user api to use 64-bit time_t in timespec
Jan Harkes
2019-07-16
coda: stop using 'struct timespec' in user API
Arnd Bergmann
2019-07-16
coda: clean up indentation, replace spaces with tab
Colin Ian King
2019-07-16
coda: don't try to print names that were considered too long
Jan Harkes
2019-07-16
coda: potential buffer overflow in coda_psdev_write()
Jan Harkes
2019-07-16
coda: add error handling for fget
Zhouyang Jia
2019-07-16
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
fs/coda/psdev.c: remove duplicate header
Sabyasachi Gupta
2019-05-01
coda: switch to ->free_inode()
Al Viro
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
use linux/poll.h instead of asm/poll.h
Al Viro
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-27
fs: annotate ->poll() instances
Al Viro
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-05
coda: fix 'kernel memory exposure attempt' in fsync
Jan Harkes
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-04
fs: fix kernel_read prototype
Christoph Hellwig
2017-06-29
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
2017-06-29
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
2017-04-20
coda: Convert to separately allocated bdi
Jan Kara
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-02-20
mm: use helper for calling f_op->mmap()
Miklos Szeredi
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
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-05
switch generic_file_splice_read() to use of ->read_iter()
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: make remaining filesystems use .rename2
Miklos Szeredi
2016-05-29
drop redundant ->owner initializations
Al Viro
2016-05-02
introduce a parallel variant of ->iterate()
Al Viro
2016-01-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-22
tree wide: use kvfree() than conditional kfree()/vfree()
Tetsuo Handa
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
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-09-10
fs/coda: fix readlink buffer overflow
Jan Harkes
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
2015-04-11
coda: switch to ->read_iter/->write_iter
Al Viro
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-17
fs/coda/dir.c: forward declaration clean-up
Fabian Frederick
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2014-12-11
coda_venus_readdir(): use file_inode()
Al Viro
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2014-10-31
new helper: is_root_inode()
Al Viro
2014-08-08
fs/coda: use linux/uaccess.h
Fabian Frederick
2014-06-06
coda: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
fs/coda: use __func__
Fabian Frederick
2014-06-06
fs/coda: logging prefix uniformization
Fabian Frederick
2014-06-06
fs/coda: replace printk by pr_foo()
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
fs/coda/inode.c: add __init to init_inodecache()
Fabian Frederick
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-09
coda_revalidate_inode(): switch to passing inode...
Al Viro
2013-10-24
file->f_op is never NULL...
Al Viro
2013-07-05
helper for reading ->d_count
Al Viro
2013-06-29
coda: don't bother with find_inode_number()
Al Viro
2013-06-29
[readdir] convert coda
Al Viro
2013-06-29
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
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-02-13
coda: Cache permisions in struct coda_inode_info in a kuid_t.
Eric W. Biederman
2013-02-13
coda: Restrict coda messages to the initial user namespace
Eric W. Biederman
2013-02-13
coda: Restrict coda messages to the initial pid namespace
Eric W. Biederman
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
switch coda get_device_index() to fget_light()
Al Viro
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-07-14
coda: use list_for_each_entry
Al Viro
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
coda: clean failure exits in coda_fill_super()
Al Viro
2012-01-10
coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()
Al Viro
2012-01-10
coda: deal correctly with allocation failure from coda_cnode_makectl()
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-09-15
fs: Convert vmalloc/memset to vzalloc
Joe Perches
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
don't open-code parent_ino() in assorted ->readdir()
Al Viro
2011-07-20
coda_venus_readdir(): use offsetof()
Al Viro
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-06-20
coda_ioctl_permission() is safe in RCU mode
Al Viro
2011-05-28
coda: 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-25
codafs: fix build break when CONFIG_PROC_SYSCTL=n
Rakib Mullick
2011-03-22
codafs: fix compile warning when CONFIG_SYSCTL=n
Rakib Mullick
2011-03-17
fs: change to new flag variable
matt mooney
2011-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-01-12
take coda-private headers out of include/linux
Al Viro
2011-01-12
switch coda
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
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: dcache remove dcache_lock
Nick Piggin
2011-01-07
fs: dcache scale subdirs
Nick Piggin
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
2011-01-07
fs: change d_delete semantics
Nick Piggin
2010-12-10
coda: kill redundant cast in coda_alloc_inode()
Jesper Juhl
2010-10-29
convert get_sb_nodev() users
Al Viro
2010-10-25
new helper: ihold()
Al Viro
2010-10-25
Coda: replace BKL with mutex
Yoshihisa Abe
2010-10-25
Coda: push BKL regions into coda_upcall()
Yoshihisa Abe
2010-10-25
Coda: add spin lock to protect accesses to struct coda_inode_info.
Yoshihisa Abe
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-09-19
Coda: mount hangs because of missed REQ_WRITE rename
Jan Harkes
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-08-07
coda: fixup clash with block layer REQ_* defines
Jens Axboe
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-24
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
Linus Torvalds
2010-05-21
sanitize vfs_fsync calling conventions
Christoph Hellwig
2010-05-17
coda: Clean-up whitespace problems in pioctl.c
John Kacur
2010-05-17
coda: BKL ioctl pushdown
John Kacur
2010-05-17
coda/psdev: Remove BKL from ioctl function
Arnd Bergmann
2010-04-22
coda: add bdi backing to mount session
Jens Axboe
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
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-11-12
sysctl fs: Remove dead binary sysctl support
Eric W. Biederman
2009-10-04
headers: remove sched.h from poll.h
Alexey Dobriyan
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-05-11
splice: implement default splice_read method
Miklos Szeredi
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2009-01-22
fs/Kconfig: move coda out
Alexey Dobriyan
2009-01-08
coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTL
Richard A. Holden III
2009-01-05
add a vfs_fsync helper
Christoph Hellwig
2008-11-20
coda: fix creds reference
Randy Dunlap
2008-11-14
CRED: Use creds in file structs
David Howells
2008-11-14
CRED: Wrap task credential accesses in the Coda filesystem
David Howells
2008-10-27
Switch to a valid email address...
Alan Cox
2008-10-23
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-26
[PATCH] sanitize __user_walk_fd() et.al.
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
coda: remove CODA_FS_OLD_API
Adrian Bunk
2008-07-21
device create: coda: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-04-29
codafs: fix build warning
Andrew Morton
2008-04-29
coda: add static to functions in dir.c
Harvey Harrison
2008-02-14
Introduce path_put()
Jan Blunck
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-01-24
coda: convert struct class_device to struct device
Kay Sievers
2007-10-19
pid namespaces: round up the API
Pavel Emelianov
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-07-21
coda: remove CODA_STORE/CODA_RELEASE upcalls
Jan Harkes
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-19
coda breakage
Al Viro
2007-07-19
coda: update module information
Jan Harkes
2007-07-19
coda: remove statistics counters from /proc/fs/coda
Jan Harkes
2007-07-19
coda: remove struct coda_sb_info
Jan Harkes
2007-07-19
coda: cleanup downcall handler
Jan Harkes
2007-07-19
coda: cleanup coda_lookup, use dsplice_alias
Jan Harkes
2007-07-19
coda: ignore returned values when upcalls return errors
Jan Harkes
2007-07-19
coda: replace upc_alloc/upc_free with kmalloc/kfree
Jan Harkes
2007-07-19
coda: avoid lockdep warning in coda_readdir
Jan Harkes
2007-07-19
coda: block signals during upcall processing
Jan Harkes