aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-289p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro
2013-02-289p: make sure ->lookup() adds fid to the right dentryAl Viro
2013-02-289p: untangle ->lookup() a bitAl Viro
2013-02-289p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro
2013-02-289p: v9fs_fid_add() can't fail nowAl Viro
2013-02-28v9fs: get rid of v9fs_dentryAl Viro
2013-02-279p: turn fid->dlist into hlistAl Viro
2013-02-279p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro
2013-02-269p: switch v9fs_set_acl() from dentry to fidAl Viro
2013-02-269p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-129p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman
2013-02-129p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman
2013-02-129p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman
2013-02-10fs/9p: Fix atomic_openM. Mohan Kumar
2013-02-10fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V
2013-02-10locking in fs/9p ->readdir()Al Viro
2013-01-21fs/9p: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2012-09-179p: don't use __getname/__putname for uname/anameJeff Layton
2012-09-06fs/9p: avoid debug OOPS when reading a long symlinkJim Meyering
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-149p: implement i_op->atomic_open()Miklos Szeredi