Commit Graph

347 Commits (18cb809850fb499ad9bf288696a95f4071f73931)

Author SHA1 Message Date
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Aneesh Kumar K.V 348b59012e net/9p: Convert net/9p protocol dumps to tracepoints 13 years ago
Aneesh Kumar K.V 4d5077f1b2 fs/9p: Cleanup option parsing in 9p 13 years ago
Aneesh Kumar K.V 464f5ecf00 fs/9p: inode file operation is properly initialized init_special_inode 13 years ago
Aneesh Kumar K.V abfa034e4b fs/9p: Update zero-copy implementation in 9p 13 years ago
Jim Garlick 51b8b4fb32 fs/9p: Use protocol-defined value for lock/getlock 'type' field. 14 years ago
Aneesh Kumar K.V 73f507171c fs/9p: Always ask new inode in lookup for cache mode disabled 14 years ago
Aneesh Kumar K.V f88657ce3f fs/9p: Add OS dependent open flags in 9p protocol 14 years ago
Aneesh Kumar K.V 45089142b1 fs/9p: Don't update file type when updating file attributes 14 years ago
Aneesh Kumar K.V 5441ae5eb3 fs/9p: Add fid before dentry instantiation 14 years ago
Al Viro d6952123b5 switch posix_acl_equiv_mode() to umode_t * 14 years ago
Al Viro d3fb612076 switch posix_acl_create() to umode_t * 14 years ago
Al Viro 24a01d4ee4 v9fs_iop_get_acl: get rid of unused variable 14 years ago
Linus Torvalds e08dc1325f p9: avoid unused variable warning 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro 826cae2f2b kill boilerplates around posix_acl_create_masq() 14 years ago
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq() 14 years ago
Christoph Hellwig ebbb0ef287 9p: do no return 0 from ->check_acl without actually checking 14 years ago
Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code 14 years ago
Al Viro 1ec95bf34d 9p: close ACL leaks 14 years ago
Aneesh Kumar K.V 48e370ff93 fs/9p: add 9P2000.L unlinkat operation 14 years ago
Aneesh Kumar K.V 9e8fb38e7d fs/9p: add 9P2000.L renameat operation 14 years ago
Aneesh Kumar K.V ed80fcfac2 fs/9p: Always ask new inode in create 14 years ago
Prem Karat a2dd43bb0d fs/9p: Fix invalid mount options/args 14 years ago
Aneesh Kumar K.V fd2421f544 fs/9p: When doing inode lookup compare qid details and inode mode bits. 14 years ago
Aneesh Kumar K.V 2053d67c54 fs/9p: remove rename work around in 9p 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Al Viro dd7dd556e4 no need to check for LOOKUP_OPEN in ->create() instances 14 years ago
Al Viro 8a5e929dd2 don't transliterate lower bits of ->intent.open.flags to FMODE_... 14 years ago
Al Viro 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Sage Weil 86905d6d96 9p: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Aneesh Kumar K.V 398c4f0efb fs/9p: Don't clunk dentry fid when we fail to get a writeback inode 14 years ago
Eric Van Hensbergen 87211cd8db 9p: remove experimental tag from tested configurations 14 years ago
Aneesh Kumar K.V 936bb2d703 fs/9p: Fix error reported by coccicheck 14 years ago
Aneesh Kumar K.V df5d8c80f1 9p: revert tsyncfs related changes 14 years ago
Aneesh Kumar K.V c2ed388021 fs/9p: Use write_inode for data sync on server 14 years ago
Aneesh Kumar K.V f2eda2c6cc fs/9p: Fix revalidate to return correct value 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
M. Mohan Kumar aaf0ef1d2b 9p: use the updated offset given by generic_write_checks 14 years ago
Aneesh Kumar K.V 42869c8ada fs/9p: Add v9fs_dentry2v9ses 14 years ago
Aneesh Kumar K.V 7add697a3d fs/9p: Attach writeback_fid on first open with WR flag 14 years ago
Aneesh Kumar K.V ea59bb759b fs/9p: Open writeback fid in O_SYNC mode 14 years ago
Aneesh Kumar K.V 059c138bc7 fs/9p: Use truncate_setsize instead of vmtruncate 14 years ago
Aneesh Kumar K.V 5a7e0a8cf5 fs/9p: Fix race in initializing writeback fid 14 years ago
Aneesh Kumar K.V 7c9e592e1f fs/9p: Make the writeback_fid owned by root 14 years ago
Aneesh Kumar K.V 3dc5436aa5 fs/9p: Writeback dirty data before setattr 14 years ago
Aneesh Kumar K.V f10fc50f1a fs/9p: call vmtruncate before setattr 9p opeation 14 years ago