aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet8-19/+179
2013-11-239p: remove useless 'name' variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem1-4/+6
2013-11-239p: remove useless variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove useless assignmentGeyslan G. Bem1-1/+1
2013-11-239p: remove unused 'super_block' struct pointerGeyslan G. Bem1-2/+0
2013-11-239p: remove never used return variableGeyslan G. Bem1-2/+0
2013-11-239p: remove unused 'p9_fid' struct pointerGeyslan G. Bem1-2/+1
2013-11-239p: remove unused 'p9_client' struct pointerGeyslan G. Bem1-2/+0
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-18/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-12/+12
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro4-12/+12
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-3/+3
2013-09-179p: don't forget to destroy inode cache if fscache registration failsAl Viro1-3/+4
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.cAl Viro1-7/+1
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-2/+2
2013-07-30fs: 9p: use strlcpy instead of strncpyChen Gang1-2/+2
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds7-3/+182
2013-07-07fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng1-2/+0
2013-07-07fs/9p: xattr: add trusted and security namespacesJim Garlick6-1/+182
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2013-06-29[readdir] convert 9pAl Viro1-44/+28
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-101/+51
2013-02-289p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro1-3/+17
2013-02-289p: make sure ->lookup() adds fid to the right dentryAl Viro1-2/+5
2013-02-289p: untangle ->lookup() a bitAl Viro1-18/+9
2013-02-289p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro1-1/+0
2013-02-289p: v9fs_fid_add() can't fail nowAl Viro4-22/+11
2013-02-28v9fs: get rid of v9fs_dentryAl Viro3-51/+9
2013-02-279p: turn fid->dlist into hlistAl Viro3-10/+8
2013-02-279p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fineAl Viro2-7/+6
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-83/+97
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2-1/+2
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro3-35/+33
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro3-21/+28
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro3-16/+13
2013-02-269p: switch v9fs_set_acl() from dentry to fidAl Viro1-5/+12
2013-02-269p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro1-4/+3
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro2-15/+20
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-28/+49
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1