Commit Graph

169 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Jim Meyering ba413ab2cc fs/9p: avoid debug OOPS when reading a long symlink 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 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
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 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
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 464f5ecf00 fs/9p: inode file operation is properly initialized init_special_inode 13 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
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
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
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
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 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 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 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
Aneesh Kumar K.V c06c066a08 fs/9p: Properly update inode attributes on link 14 years ago
Aneesh Kumar K.V 23b08e97f2 fs/9p: Workaround vfs rename rehash bug 14 years ago
Aneesh Kumar K.V d28c61f0e0 fs/9p: Mark directory inode invalid for many directory inode operations 14 years ago
Aneesh Kumar K.V 3bc86de317 fs/9p: mark inode attribute invalid on rename, unlink and setattr 14 years ago
Aneesh Kumar K.V b3cbea03b4 fs/9p: Add support for marking inode attribute invalid 14 years ago
Aneesh Kumar K.V b271ec47bc fs/9p: Update link count correctly on different file system operations 14 years ago
Aneesh Kumar K.V 6b39f6d22f fs/9p: Move writeback fid to v9fs_inode 14 years ago
Aneesh Kumar K.V a78ce05d5d fs/9p: Add v9fs_inode 14 years ago
Aneesh Kumar K.V a12119087b fs/9p: Don't set stat.st_blocks based on nrpages 14 years ago
Aneesh Kumar K.V 5ffc0cb308 fs/9p: Add inode hashing 14 years ago