Commit Graph

421 Commits (c0e811d9f5d1ee708f06c4f0a1009f8a1d22f364)

Author SHA1 Message Date
Gu Zheng f2692ea8d5 fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() 12 years ago
Jim Garlick d9a738597f fs/9p: xattr: add trusted and security namespaces 12 years ago
Al Viro 8f29843a51 [readdir] convert 9p 12 years ago
Lukas Czerner d47992f86b mm: change invalidatepage prototype to accept length 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Al Viro 5e608671df 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry 12 years ago
Al Viro a3b2157e72 9p: make sure ->lookup() adds fid to the right dentry 12 years ago
Al Viro 7b5be62199 9p: untangle ->lookup() a bit 12 years ago
Al Viro 3509b678a6 9p: double iput() in ->lookup() if d_materialise_unique() fails 12 years ago
Al Viro 2ea03e1d62 9p: v9fs_fid_add() can't fail now 12 years ago
Al Viro aaeb7ecfb4 v9fs: get rid of v9fs_dentry 12 years ago
Al Viro c4d30967f3 9p: turn fid->dlist into hlist 12 years ago
Al Viro 634095dab2 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fine 12 years ago
Jeff Layton ecf3d1f1aa vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op 12 years ago
Al Viro 3592ac4440 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() 12 years ago
Al Viro 5fa6300ae0 9p: split dropping the acls from v9fs_set_create_acl() 12 years ago
Al Viro be308f0796 9p: switch v9fs_acl_chmod() from dentry to inode+fid 12 years ago
Al Viro 0f235caeae 9p: switch v9fs_set_acl() from dentry to fid 12 years ago
Al Viro 7f165aaa7d 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() 12 years ago
Al Viro 38baba9ea0 9p: add fid-based variant of v9fs_xattr_set() 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Darrick J. Wong 13575ca14f 9pfs: fix filesystem to wait for stable page writeback 12 years ago
Eric W. Biederman d4ef4e3581 9p: Modify v9fs_get_fsgid_for_create to return a kgid 12 years ago
Eric W. Biederman 76ed23a5d7 9p: Modify struct v9fs_session_info to use a kuids and kgids 12 years ago
Eric W. Biederman b464255699 9p: Modify struct 9p_fid to use a kuid_t not a uid_t 12 years ago
Eric W. Biederman 447c50943f 9p: Modify the stat structures to use kuid_t and kgid_t 12 years ago
Eric W. Biederman f791f7c5e3 9p: Transmit kuid and kgid values 12 years ago
M. Mohan Kumar b6f4bee02f fs/9p: Fix atomic_open 12 years ago
Aneesh Kumar K.V 03f0e02273 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request 12 years ago
Al Viro 7ffdea7ea3 locking in fs/9p ->readdir() 12 years ago
Kees Cook c904197533 fs/9p: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Konstantin Khlebnikov 0b173bc4da mm: kill vma flag VM_CAN_NONLINEAR 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Jeff Layton e549c13371 9p: don't use __getname/__putname for uname/aname 13 years ago
Jim Meyering ba413ab2cc fs/9p: avoid debug OOPS when reading a long symlink 13 years ago
Jan Kara 120c2bcad8 9p: Push file_update_time() into v9fs_vm_page_mkwrite() 13 years ago
David Howells 9249e17fe0 VFS: Pass mount flags to sget() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Al Viro e45198a6ac make finish_no_open() return int 13 years ago
Al Viro 30d9049474 kill struct opendata 13 years ago
Al Viro d95852777b make ->atomic_open() return int 13 years ago
Al Viro 47237687d7 ->atomic_open() prototype change - pass int * instead of bool * 13 years ago
Miklos Szeredi e43ae79c54 9p: implement i_op->atomic_open() 13 years ago
Al Viro af569596a9 kill v9fs_dentry_from_dir_inode() 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Al Viro 2226a288fa 9p: make register_filesystem() the last failure exit 13 years ago