summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+3
|\
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* | [readdir] convert 9pAl Viro2013-06-291-44/+28
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-035-101/+51
|\
| * 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9
| * 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0
| * 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11
| * v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9
| * 9p: turn fid->dlist into hlistAl Viro2013-02-273-10/+8
| * 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-272-7/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-268-83/+97
|\
| * vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-262-1/+2
| * 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro2013-02-263-35/+33
| * 9p: split dropping the acls from v9fs_set_create_acl()Al Viro2013-02-263-21/+28
| * 9p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro2013-02-263-16/+13
| * 9p: switch v9fs_set_acl() from dentry to fidAl Viro2013-02-261-5/+12
| * 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro2013-02-261-4/+3
| * 9p: add fid-based variant of v9fs_xattr_set()Al Viro2013-02-262-15/+20
| * new helper: file_inode(file)Al Viro2013-02-221-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-255-28/+49
|\ \
| * | 9p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman2013-02-121-5/+5
| * | 9p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman2013-02-122-10/+30
| * | 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-122-9/+10
| * | 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-121-3/+3
| * | 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-1/+1
| |/
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-211-0/+1
|\ \
| * | 9pfs: fix filesystem to wait for stable page writebackDarrick J. Wong2013-02-211-0/+1
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+1
|\ \ \ | |/ / |/| |
| * | fs/9p: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+1
| |/
* | 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-103-8/+0
* | locking in fs/9p ->readdir()Al Viro2013-02-101-69/+23
|/
* Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-122-15/+23
|\
| * 9p: don't use __getname/__putname for uname/anameJeff Layton2012-09-171-11/+19
| * fs/9p: avoid debug OOPS when reading a long symlinkJim Meyering2012-09-061-4/+4
* | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
| |/
* / userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-4/+4
|/
* 9p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara2012-07-311-0/+3
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-143-6/+6
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
* make finish_no_open() return intAl Viro2012-07-142-8/+4
* kill struct opendataAl Viro2012-07-142-18/+12