Commit Graph

365 Commits (257ee3c6dde02c2c93334f802a8fc34825c75369)

Author SHA1 Message Date
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
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Jim Garlick 5bdad93387 9p: statfs should not override server f_type 13 years ago
Aneesh Kumar K.V f766619db2 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. 13 years ago
Aneesh Kumar K.V b605479306 fs/9p: We should not allocate a new inode when creating hardlines. 13 years ago
Aneesh Kumar K.V df345c674b fs/9p: v9fs_stat2inode should update suid/sgid bits. 13 years ago
Joe Perches 5d3851530d 9p: Reduce object size with CONFIG_NET_9P_DEBUG 13 years ago
Jim Garlick a0ea787b02 fs/9p: check schedule_timeout_interruptible return value 13 years ago
Al Viro 3eda0de677 9p: propagate umode_t 13 years ago
Al Viro c2837de73e 9p: don't bother with unixmode2p9mode() for link() and symlink() 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Aneesh Kumar K.V 348b59012e net/9p: Convert net/9p protocol dumps to tracepoints 14 years ago
Aneesh Kumar K.V 4d5077f1b2 fs/9p: Cleanup option parsing in 9p 14 years ago
Aneesh Kumar K.V 464f5ecf00 fs/9p: inode file operation is properly initialized init_special_inode 14 years ago
Aneesh Kumar K.V abfa034e4b fs/9p: Update zero-copy implementation in 9p 14 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