Commit Graph

443 Commits (293b6a4c875c3b49853bff7de99954f49f59aa75)

Author SHA1 Message Date
Kirill A. Shutemov f1820361f8 mm: implement ->map_pages for page cache 11 years ago
Johannes Weiner 91b0abe36a mm + fs: store shadow entries in page cache 11 years ago
Christoph Hellwig 37bc15392a fs: make posix_acl_create more useful 11 years ago
Christoph Hellwig 5bf3258fd2 fs: make posix_acl_chmod more useful 11 years ago
Dominique Martinet fb89b45cdf 9P: introduction of a new cache=mmap model. 11 years ago
Geyslan G. Bem dd2a0a35c3 9p: remove useless 'name' variable and assignment 11 years ago
Geyslan G. Bem bdd5c28dcb 9p: fix return value in case in v9fs_fid_xattr_set() 11 years ago
Geyslan G. Bem 72fe18c9c7 9p: remove useless variable and assignment 11 years ago
Geyslan G. Bem fae7469609 9p: remove useless assignment 11 years ago
Geyslan G. Bem 08e15f2df3 9p: remove unused 'super_block' struct pointer 11 years ago
Geyslan G. Bem 5d62a378ff 9p: remove never used return variable 11 years ago
Geyslan G. Bem bd126e5e58 9p: remove unused 'p9_fid' struct pointer 11 years ago
Geyslan G. Bem 4d555e3de4 9p: remove unused 'p9_client' struct pointer 11 years ago
Al Viro b26d4cd385 consolidate simple ->d_delete() instances 11 years ago
Al Viro ceaec15d49 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS 11 years ago
David Howells 94d30ae90a FS-Cache: Provide the ability to enable/disable cookies 12 years ago
Al Viro 8061a6fa56 9p: don't forget to destroy inode cache if fscache registration fails 12 years ago
Al Viro 03da633aa7 atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c 12 years ago
Will Deacon 50192abe02 fs/9p: avoid accessing utsname after namespace has been torn down 12 years ago
Chen Gang b3f8ab4b79 fs: 9p: use strlcpy instead of strncpy 12 years ago
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