VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-03-08
new helper: inode_wrong_type()
Al Viro
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-02-23
9p: fix misuse of sscanf() in v9fs_stat2inode()
Al Viro
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: 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
2020-11-19
9p: add refcount to p9_fid struct
Jianyong Wu
2020-11-03
fs/9p: track open fids
Greg Kurz
2020-11-03
fs/9p: fix create-unlink-getattr idiom
Eric Van Hensbergen
2020-07-31
9p: Remove unneeded cast from memory allocation
Li Heng
2020-07-19
9p: remove unused code in 9p
Jianyong Wu
2020-07-19
9p: retrieve fid from file when file instance exist.
Jianyong Wu
2020-03-27
9p: Remove unneeded semicolon
zhengbin
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Thomas Gleixner
2019-05-01
9p: switch to ->free_inode()
Al Viro
2019-03-03
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
2018-05-22
9p: unify paths in v9fs_vfs_lookup()
Al Viro
2018-04-05
9p: don't maintain dir i_nlink if the exported fs doesn't either
Eryu Guan
2017-10-23
fs/9p: Compare qid.path in v9fs_test_inode
Tuomas Tynkkynen
2017-03-03
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2017-01-12
9p: constify ->d_name handling
Al Viro
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-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: make remaining filesystems use .rename2
Miklos Szeredi
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-08-03
9p: use clone_fid()
Al Viro
2016-08-03
9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"
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-05
Use the right predicate in ->atomic_open() instances
Al Viro
2016-05-29
9p: new helper - v9fs_parent_fid()
Al Viro
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
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.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-09
fs/9p: use fscache mutex rather than spinlock
Sasha Levin
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
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
Al Viro
2015-11-09
fs/9p: remove unnecessary new_valid_dev() checks
Yaowei Bai
2015-07-12
9p: don't leave a half-initialized inode sitting around
Al Viro
2015-05-15
get rid of assorted nameidata-related debris
Al Viro
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-10
9p: don't bother with __getname() in ->follow_link()
Al Viro
2015-05-10
9p: don't bother with 4K allocation for 24-byte local array...
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2014-11-19
switch d_materialise_unique() users to d_splice_alias()
Al Viro
2014-10-09
9p: switch to %p[dD]
Al Viro
2014-06-08
Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Linus Torvalds
2014-06-04
fs/9p: kerneldoc fixes
Fabian Frederick
2014-06-01
fs/9p: adjust sscanf parameters accordingly to the variable types
Toralf Förster
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
2014-01-10
9P: introduction of a new cache=mmap model.
Dominique Martinet
2013-11-23
9p: remove useless assignment
Geyslan G. Bem
2013-11-23
9p: remove unused 'super_block' struct pointer
Geyslan G. Bem
2013-10-24
9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS
Al Viro
2013-07-30
fs: 9p: use strlcpy instead of strncpy
Chen Gang
2013-07-07
fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()
Gu Zheng
2013-02-28
9p: make sure ->lookup() adds fid to the right dentry
Al Viro
2013-02-28
9p: untangle ->lookup() a bit
Al Viro
2013-02-28
9p: double iput() in ->lookup() if d_materialise_unique() fails
Al Viro
2013-02-28
9p: v9fs_fid_add() can't fail now
Al Viro
2013-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2013-02-12
9p: Modify the stat structures to use kuid_t and kgid_t
Eric W. Biederman
2013-02-10
fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request
Aneesh Kumar K.V
2012-09-06
fs/9p: avoid debug OOPS when reading a long symlink
Jim Meyering
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
make finish_no_open() return int
Al Viro
2012-07-14
kill struct opendata
Al Viro
2012-07-14
make ->atomic_open() return int
Al Viro
2012-07-14
->atomic_open() prototype change - pass int * instead of bool *
Al Viro
2012-07-14
9p: implement i_op->atomic_open()
Miklos Szeredi
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Linus Torvalds
2012-01-05
fs/9p: We should not allocate a new inode when creating hardlines.
Aneesh Kumar K.V
2012-01-05
fs/9p: v9fs_stat2inode should update suid/sgid bits.
Aneesh Kumar K.V
2012-01-05
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
2012-01-03
9p: propagate umode_t
Al Viro
2012-01-03
9p: don't bother with unixmode2p9mode() for link() and symlink()
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-10-24
fs/9p: inode file operation is properly initialized init_special_inode
Aneesh Kumar K.V
2011-09-06
fs/9p: Always ask new inode in lookup for cache mode disabled
Aneesh Kumar K.V
2011-09-06
fs/9p: Add OS dependent open flags in 9p protocol
Aneesh Kumar K.V
2011-09-06
fs/9p: Don't update file type when updating file attributes
Aneesh Kumar K.V
2011-09-06
fs/9p: Add fid before dentry instantiation
Aneesh Kumar K.V
2011-07-23
fs/9p: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
2011-07-23
fs/9p: add 9P2000.L renameat operation
Aneesh Kumar K.V
2011-07-23
fs/9p: Always ask new inode in create
Aneesh Kumar K.V
2011-07-23
fs/9p: When doing inode lookup compare qid details and inode mode bits.
Aneesh Kumar K.V
2011-07-23
fs/9p: remove rename work around in 9p
Aneesh Kumar K.V
2011-07-20
no need to check for LOOKUP_OPEN in ->create() instances
Al Viro
2011-07-20
don't transliterate lower bits of ->intent.open.flags to FMODE_...
Al Viro
2011-05-28
9p: 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-22
fs/9p: Add v9fs_dentry2v9ses
Aneesh Kumar K.V
2011-03-22
fs/9p: Attach writeback_fid on first open with WR flag
Aneesh Kumar K.V
2011-03-22
fs/9p: Use truncate_setsize instead of vmtruncate
Aneesh Kumar K.V
2011-03-22
fs/9p: Fix race in initializing writeback fid
Aneesh Kumar K.V
2011-03-15
fs/9p: Writeback dirty data before setattr
Aneesh Kumar K.V
2011-03-15
fs/9p: call vmtruncate before setattr 9p opeation
Aneesh Kumar K.V
2011-03-15
fs/9p: Properly update inode attributes on link
Aneesh Kumar K.V
2011-03-15
fs/9p: Workaround vfs rename rehash bug
Aneesh Kumar K.V
2011-03-15
fs/9p: Mark directory inode invalid for many directory inode operations
Aneesh Kumar K.V
2011-03-15
fs/9p: mark inode attribute invalid on rename, unlink and setattr
Aneesh Kumar K.V
2011-03-15
fs/9p: Add support for marking inode attribute invalid
Aneesh Kumar K.V
2011-03-15
fs/9p: Update link count correctly on different file system operations
Aneesh Kumar K.V
2011-03-15
fs/9p: Move writeback fid to v9fs_inode
Aneesh Kumar K.V
2011-03-15
fs/9p: Add v9fs_inode
Aneesh Kumar K.V
2011-03-15
fs/9p: Don't set stat.st_blocks based on nrpages
Aneesh Kumar K.V
2011-03-15
fs/9p: Add inode hashing
Aneesh Kumar K.V
2011-03-15
fs/9p: Add fid to inode in cached mode
Aneesh Kumar K.V
2011-03-15
fs/9p: set fs cache cookie in create path also
Aneesh Kumar K.V
2011-03-15
fs/9p: set the cached file_operations struct during inode init
Aneesh Kumar K.V
2011-01-12
switch 9p
Al Viro
2011-01-11
fs/9p: Don't set dentry->d_op in create routines
Aneesh Kumar K.V
2011-01-11
fs/9p: Move dotl inode operations into a seperate file
Aneesh Kumar K.V
2011-01-07
fs: dcache per-inode inode alias locking
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: scale inode alias list
Nick Piggin
2010-10-28
fs/9p: Use generic_file_open with lookup_instantiate_filp
Aneesh Kumar K.V
2010-10-28
fs/9p: Add missing iput in v9fs_vfs_lookup
Aneesh Kumar K.V
2010-10-28
fs/9p: Use mknod 9p operation on create without open request
Aneesh Kumar K.V
2010-10-28
9p: Implement TREADLINK operation for 9p2000.L
M. Mohan Kumar
2010-10-28
fs/9p: Implement create time inheritance
Aneesh Kumar K.V
2010-10-28
fs/9p: Update ACL on chmod
Aneesh Kumar K.V
2010-10-28
fs/9p: Implement setting posix acl
Aneesh Kumar K.V
2010-10-28
fs/9p: Implement POSIX ACL permission checking function
Aneesh Kumar K.V
2010-10-28
fs/9p: mkdir fix for setting S_ISGID bit as per parent directory
Harsh Prateek Bora
2010-10-28
9p: remove unneeded checks
Dan Carpenter
2010-10-25
new helper: ihold()
Al Viro
2010-09-13
fs/9p: Don't use dotl version of mknod for dotu inode operations
Aneesh Kumar K.V
2010-09-13
fs/9p: Use the correct dentry operations
Aneesh Kumar K.V
2010-09-13
fs/9p, net/9p: memory leak fixes
Latchesar Ionkov
2010-08-11
v9fs: fixup for inode_setattr being removed
Stephen Rothwell
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-08-09
remove inode_setattr
Christoph Hellwig
2010-08-02
fs/9p: remove sparse warning in vfs_inode
Eric Van Hensbergen
2010-08-02
fs/9p: Prevent parallel rename when doing fid_lookup
Aneesh Kumar K.V
2010-08-02
fs/9p: Add support user. xattr
Aneesh Kumar K.V
2010-08-02
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
2010-08-02
9p: Implement TMKDIR
M. Mohan Kumar
2010-08-02
9p: Implement TMKNOD
M. Mohan Kumar
2010-08-02
9p: Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Eric Van Hensbergen
2010-08-02
9p: Implement client side of setattr for 9P2000.L protocol.
Sripathi Kodi
2010-08-02
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
2010-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Linus Torvalds
2010-05-22
9p: Optimize TCREATE by eliminating a redundant fid clone.
Venkateswararao Jujjuri
2010-05-22
9p: cleanup: remove unneeded assignment
Dan Carpenter
2010-05-22
9p: Add mksock support
Venkateswararao Jujjuri
2010-05-22
fs/9p: Make sure we properly instantiate dentry.
Aneesh Kumar K.V
2010-05-21
9p: replace inode uid,gid,mode initialization with helper function
Dmitry Monakhov
2010-05-21
9p: add 9P2000.L rename operation
Sripathi Kodi
2010-05-21
9p: VFS switches for 9p2000.L: VFS switches
Sripathi Kodi
2010-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Linus Torvalds
2010-04-05
9p: Creating files with names too long should fail with ENAMETOOLONG.
Sripathi Kodi
2010-04-05
9p: drop nlink remove
Aneesh Kumar K.V
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
fs/9p: Add hardlink support to .u extension
Aneesh Kumar K.V
2010-03-05
9P2010.L handshake: Add VFS flags
Sripathi Kodi
2010-02-08
9p: Include fsync support for 9p client
M. Mohan Kumar
2010-01-14
Kill 9p readlink()
Al Viro
2009-11-02
9p: fix readlink
Martin Stava
2009-09-23
9p: Add fscache support to 9p
Abhishek Kulkarni
2009-09-23
9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.
Abhishek Kulkarni
2009-08-17
9p: Add missing cast for the error return value in v9fs_get_inode
Abhishek Kulkarni
2009-08-17
9p: Fix possible memleak in v9fs_inode_from fid.
Abhishek Kulkarni
2009-08-17
9p: minor comment fixes
Abhishek Kulkarni
2009-08-17
9p: Fix possible inode leak in v9fs_get_inode.
Abhishek Kulkarni
2009-08-17
9p: Check for error in return value of v9fs_fid_add
Abhishek Kulkarni
2008-12-25
Merge branch 'next' into for-linus
James Morris
2008-12-19
9p: convert d_iname references to d_name.name
Wu Fengguang
2008-12-19
9p: Remove potentially bad parameter from function entry debug print.
Duane Griffin
2008-11-14
CRED: Wrap task credential accesses in 9P2000 filesystem
David Howells
2008-10-17
9p: fix device file handling
Magnus Deininger
2008-10-17
9p: rework client code to use new protocol support functions
Eric Van Hensbergen
2008-09-24
9p: use an IS_ERR test rather than a NULL test
Julien Brunel
2008-07-03
9p: fix O_APPEND in legacy mode
Eric Van Hensbergen
2008-05-14
9p: Documentation updates
Eric Van Hensbergen
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-06
9p: add support for sticky bit
Anthony Liguori
2007-10-23
9p: v9fs_vfs_rename incorrect clunk order
Latchesar Ionkov
2007-10-17
9p: attach-per-user
Latchesar Ionkov