summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode_dotl.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-031-13/+14
* get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1
* getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-10-231-0/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-10/+10
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-121-10/+10
* | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* 9p: use clone_fid()Al Viro2016-08-031-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-11/+5
|\
| * 9p: new helper - v9fs_parent_fid()Al Viro2016-05-291-11/+5
* | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
|/
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-4/+5
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-4/+10
* fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-091-3/+0
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-07-121-2/+1
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-2/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-4/+3
* 9p: don't bother with __getname() in ->follow_link()Al Viro2015-05-101-23/+8
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* 9p: switch to %p[dD]Al Viro2014-10-091-4/+4
* fs/9p: kerneldoc fixesFabian Frederick2014-06-041-4/+3
* 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-101-4/+5
* 9p: remove useless 'name' variable and assignmentGeyslan G. Bem2013-11-231-3/+0
* 9p: remove useless variable and assignmentGeyslan G. Bem2013-11-231-3/+0
* 9p: remove never used return variableGeyslan G. Bem2013-11-231-2/+0
* 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-241-4/+0
* atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2013-09-171-7/+1
* 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-281-12/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-37/+38
|\
| * 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro2013-02-261-25/+25
| * 9p: split dropping the acls from v9fs_set_create_acl()Al Viro2013-02-261-6/+6
| * 9p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro2013-02-261-9/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-5/+5
|\ \
| * | 9p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman2013-02-121-5/+5
| |/
* | fs/9p: Fix atomic_openM. Mohan Kumar2013-02-101-2/+8
* | fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V2013-02-101-1/+0
|/
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* make finish_no_open() return intAl Viro2012-07-141-4/+2
* kill struct opendataAl Viro2012-07-141-9/+6
* make ->atomic_open() return intAl Viro2012-07-141-8/+6
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-3/+3
* 9p: implement i_op->atomic_open()Miklos Szeredi2012-07-141-17/+35