summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
Commit message (Expand)AuthorAge
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-03
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-12
* | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* 9p: use clone_fid()Al Viro2016-08-03
* 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2016-08-03
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * 9p: new helper - v9fs_parent_fid()Al Viro2016-05-29
* | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-05
|/
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-09
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-11
|\ \ | |/ |/|
| * switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
| * replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | 9p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro2015-12-08
|/
* fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-09
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-07-12
* get rid of assorted nameidata-related debrisAl Viro2015-05-15
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* 9p: don't bother with __getname() in ->follow_link()Al Viro2015-05-10
* 9p: don't bother with 4K allocation for 24-byte local array...Al Viro2015-05-10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-19
* 9p: switch to %p[dD]Al Viro2014-10-09
* Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-08
|\
| * fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-01
* | fs/9p: kerneldoc fixesFabian Frederick2014-06-04
|/
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
* 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-10
* 9p: remove useless assignmentGeyslan G. Bem2013-11-23
* 9p: remove unused 'super_block' struct pointerGeyslan G. Bem2013-11-23
* 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-24
* fs: 9p: use strlcpy instead of strncpyChen Gang2013-07-30
* fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng2013-07-07
* 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-28
* 9p: untangle ->lookup() a bitAl Viro2013-02-28
* 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-28
* 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-25
|\
| * 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-12
* | fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V2013-02-10
|/