| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-12 | Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -15/+23 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -0/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -4/+4 |
| 2012-09-17 | 9p: don't use __getname/__putname for uname/aname | Jeff Layton | 1 | -11/+19 |
| 2012-09-06 | fs/9p: avoid debug OOPS when reading a long symlink | Jim Meyering | 1 | -4/+4 |
| 2012-07-31 | 9p: Push file_update_time() into v9fs_vm_page_mkwrite() | Jan Kara | 1 | -0/+3 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+2 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 3 | -6/+6 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | make finish_no_open() return int | Al Viro | 2 | -8/+4 |
| 2012-07-14 | kill struct opendata | Al Viro | 2 | -18/+12 |
| 2012-07-14 | make ->atomic_open() return int | Al Viro | 2 | -14/+10 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 2 | -6/+6 |
| 2012-07-14 | 9p: implement i_op->atomic_open() | Miklos Szeredi | 2 | -84/+137 |
| 2012-05-29 | kill v9fs_dentry_from_dir_inode() | Al Viro | 1 | -21/+3 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | 9p: make register_filesystem() the last failure exit | Al Viro | 1 | -8/+8 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-10 | 9p: statfs should not override server f_type | Jim Garlick | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 11 | -233/+290 |
| 2012-01-06 | fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. | Aneesh Kumar K.V | 1 | -1/+41 |
| 2012-01-05 | fs/9p: We should not allocate a new inode when creating hardlines. | Aneesh Kumar K.V | 1 | -19/+24 |
| 2012-01-05 | fs/9p: v9fs_stat2inode should update suid/sgid bits. | Aneesh Kumar K.V | 1 | -12/+28 |
| 2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches | 11 | -202/+197 |
| 2012-01-05 | fs/9p: check schedule_timeout_interruptible return value | Jim Garlick | 1 | -1/+2 |
| 2012-01-03 | 9p: propagate umode_t | Al Viro | 4 | -14/+15 |
| 2012-01-03 | 9p: don't bother with unixmode2p9mode() for link() and symlink() | Al Viro | 1 | -12/+8 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 2 | -4/+4 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 2 | -3/+3 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 2 | -4/+4 |
| 2011-10-24 | net/9p: Convert net/9p protocol dumps to tracepoints | Aneesh Kumar K.V | 1 | -7/+5 |
| 2011-10-24 | fs/9p: Cleanup option parsing in 9p | Aneesh Kumar K.V | 1 | -7/+26 |
| 2011-10-24 | fs/9p: inode file operation is properly initialized init_special_inode | Aneesh Kumar K.V | 1 | -2/+0 |
| 2011-10-24 | fs/9p: Update zero-copy implementation in 9p | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-09-06 | fs/9p: Use protocol-defined value for lock/getlock 'type' field. | Jim Garlick | 1 | -7/+27 |
| 2011-09-06 | fs/9p: Always ask new inode in lookup for cache mode disabled | Aneesh Kumar K.V | 1 | -7/+21 |
| 2011-09-06 | fs/9p: Add OS dependent open flags in 9p protocol | Aneesh Kumar K.V | 4 | -3/+72 |
| 2011-09-06 | fs/9p: Don't update file type when updating file attributes | Aneesh Kumar K.V | 4 | -52/+68 |
| 2011-09-06 | fs/9p: Add fid before dentry instantiation | Aneesh Kumar K.V | 2 | -7/+5 |
| 2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 3 | -7/+7 |
| 2011-07-25 | p9: avoid unused variable warning | Linus Torvalds | 1 | -1/+0 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -55/+36 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 3 | -15/+7 |
| 2011-07-25 | kill boilerplates around posix_acl_create_masq() | Al Viro | 1 | -17/+5 |
| 2011-07-25 | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 1 | -8/+5 |
| 2011-07-25 | 9p: do no return 0 from ->check_acl without actually checking | Christoph Hellwig | 1 | -1/+1 |
| 2011-07-25 | vfs: move ACL cache lookup into generic code | Linus Torvalds | 1 | -3/+0 |
| 2011-07-24 | 9p: close ACL leaks | Al Viro | 3 | -15/+22 |
| 2011-07-23 | fs/9p: add 9P2000.L unlinkat operation | Aneesh Kumar K.V | 1 | -18/+30 |
| 2011-07-23 | fs/9p: add 9P2000.L renameat operation | Aneesh Kumar K.V | 1 | -3/+6 |
| 2011-07-23 | fs/9p: Always ask new inode in create | Aneesh Kumar K.V | 3 | -18/+61 |
| 2011-07-23 | fs/9p: Fix invalid mount options/args | Prem Karat | 1 | -9/+34 |
| 2011-07-23 | fs/9p: When doing inode lookup compare qid details and inode mode bits. | Aneesh Kumar K.V | 6 | -29/+81 |
| 2011-07-23 | fs/9p: remove rename work around in 9p | Aneesh Kumar K.V | 1 | -5/+0 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -3/+22 |
| 2011-07-20 | no need to check for LOOKUP_OPEN in ->create() instances | Al Viro | 2 | -3/+3 |
| 2011-07-20 | don't transliterate lower bits of ->intent.open.flags to FMODE_... | Al Viro | 2 | -2/+2 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2 | -2/+2 |
| 2011-07-20 | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 1 | -1/+1 |
| 2011-05-28 | 9p: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -4/+0 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+4 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+1 |
| 2011-05-25 | fs/9p: Don't clunk dentry fid when we fail to get a writeback inode | Aneesh Kumar K.V | 1 | -5/+6 |
| 2011-05-25 | 9p: remove experimental tag from tested configurations | Eric Van Hensbergen | 1 | -3/+2 |
| 2011-04-15 | fs/9p: Fix error reported by coccicheck | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-04-15 | 9p: revert tsyncfs related changes | Aneesh Kumar K.V | 3 | -38/+11 |
| 2011-04-15 | fs/9p: Use write_inode for data sync on server | Aneesh Kumar K.V | 1 | -0/+47 |
| 2011-04-15 | fs/9p: Fix revalidate to return correct value | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 1 | -1/+1 |
| 2011-03-22 | 9p: use the updated offset given by generic_write_checks | M. Mohan Kumar | 1 | -2/+5 |
| 2011-03-22 | fs/9p: Add v9fs_dentry2v9ses | Aneesh Kumar K.V | 6 | -11/+16 |
| 2011-03-22 | fs/9p: Attach writeback_fid on first open with WR flag | Aneesh Kumar K.V | 3 | -3/+6 |
| 2011-03-22 | fs/9p: Open writeback fid in O_SYNC mode | Aneesh Kumar K.V | 1 | -2/+13 |
| 2011-03-22 | fs/9p: Use truncate_setsize instead of vmtruncate | Aneesh Kumar K.V | 2 | -13/+15 |
| 2011-03-22 | fs/9p: Fix race in initializing writeback fid | Aneesh Kumar K.V | 4 | -0/+11 |
| 2011-03-15 | fs/9p: Make the writeback_fid owned by root | Aneesh Kumar K.V | 1 | -36/+56 |
| 2011-03-15 | fs/9p: Writeback dirty data before setattr | Aneesh Kumar K.V | 2 | -0/+8 |
| 2011-03-15 | fs/9p: call vmtruncate before setattr 9p opeation | Aneesh Kumar K.V | 2 | -11/+8 |
| 2011-03-15 | fs/9p: Properly update inode attributes on link | Aneesh Kumar K.V | 2 | -10/+4 |
| 2011-03-15 | fs/9p: Prevent multiple inclusion of same header | Aneesh Kumar K.V | 3 | -3/+11 |
| 2011-03-15 | fs/9p: Workaround vfs rename rehash bug | Aneesh Kumar K.V | 1 | -0/+5 |
| 2011-03-15 | fs/9p: Mark directory inode invalid for many directory inode operations | Aneesh Kumar K.V | 2 | -16/+30 |
| 2011-03-15 | fs/9p: Add . and .. dentry revalidation flag | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: mark inode attribute invalid on rename, unlink and setattr | Aneesh Kumar K.V | 2 | -0/+5 |
| 2011-03-15 | fs/9p: Add support for marking inode attribute invalid | Aneesh Kumar K.V | 5 | -0/+104 |
| 2011-03-15 | fs/9p: Initialize root inode number for dotl | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: Update link count correctly on different file system operations | Aneesh Kumar K.V | 2 | -5/+29 |
| 2011-03-15 | fs/9p: Add drop_inode 9p callback | Aneesh Kumar K.V | 1 | -0/+15 |
| 2011-03-15 | fs/9p: Add direct IO support in cached mode | Aneesh Kumar K.V | 2 | -6/+116 |
| 2011-03-15 | fs/9p: Fix inode i_size update in file_write | Aneesh Kumar K.V | 1 | -2/+6 |
| 2011-03-15 | fs/9p: set default readahead pages in cached mode | Aneesh Kumar K.V | 1 | -0/+2 |
| 2011-03-15 | fs/9p: Move writeback fid to v9fs_inode | Aneesh Kumar K.V | 5 | -24/+41 |
| 2011-03-15 | fs/9p: Add v9fs_inode | Aneesh Kumar K.V | 8 | -220/+184 |
| 2011-03-15 | fs/9p: Don't set stat.st_blocks based on nrpages | Aneesh Kumar K.V | 2 | -6/+8 |
| 2011-03-15 | fs/9p: Add inode hashing | Aneesh Kumar K.V | 4 | -70/+124 |
| 2011-03-15 | fs/9p: We need not writeback dirty pages during close | Aneesh Kumar K.V | 1 | -1/+0 |
| 2011-03-15 | fs/9p: Implement syncfs call back for 9Pfs | Aneesh Kumar K.V | 2 | -9/+25 |
| 2011-03-15 | fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode | Aneesh Kumar K.V | 1 | -2/+3 |
| 2011-03-15 | fs/9p: Clarify cached dentry delete operation | Aneesh Kumar K.V | 1 | -9/+4 |
| 2011-03-15 | fs/9p: Add buffered write support for v9fs. | Aneesh Kumar K.V | 2 | -19/+218 |
| 2011-03-15 | fs/9p: Add fid to inode in cached mode | Aneesh Kumar K.V | 5 | -3/+83 |
| 2011-03-15 | fs/9p: Add read write helper function | Aneesh Kumar K.V | 2 | -42/+64 |
| 2011-03-15 | fs/9p: [fscache] wait for page write in cached mode | Aneesh Kumar K.V | 3 | -2/+27 |
| 2011-03-15 | fs/9p: increment inode->i_count in cached mode. | Aneesh Kumar K.V | 1 | -6/+1 |
| 2011-03-15 | fs/9p: set fs cache cookie in create path also | Aneesh Kumar K.V | 3 | -3/+9 |
| 2011-03-15 | fs/9p: set the cached file_operations struct during inode init | Aneesh Kumar K.V | 3 | -16/+15 |
| 2011-03-15 | [fs/9p] Make access=client default in 9p2000.L protocol | Venkateswararao Jujjuri (JV) | 1 | -9/+12 |
| 2011-03-15 | [fs/9P] Add posixacl mount option | Venkateswararao Jujjuri (JV) | 4 | -12/+31 |
| 2011-03-15 | [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. | Venkateswararao Jujjuri (JV) | 1 | -4/+2 |
| 2011-03-15 | [fs/9p] Initialze cached acls both in cached/uncached mode. | Venkateswararao Jujjuri (JV) | 1 | -4/+6 |
| 2011-03-15 | [fs/9p] Plug potential acl leak | Venkateswararao Jujjuri (JV) | 1 | -2/+6 |
| 2011-01-12 | switch 9p | Al Viro | 4 | -10/+6 |
| 2011-01-11 | fs/9p: Don't set dentry->d_op in create routines | Aneesh Kumar K.V | 2 | -19/+0 |
| 2011-01-11 | fs/9p: fix spelling typo | Eric Van Hensbergen | 1 | -1/+1 |
| 2011-01-11 | fs/9p: TREADLINK bugfix | M. Mohan Kumar | 1 | -36/+22 |
| 2011-01-11 | fs/9p: Simplify the .L create operation | Aneesh Kumar K.V | 1 | -47/+28 |
| 2011-01-11 | fs/9p: Move dotl inode operations into a seperate file | Aneesh Kumar K.V | 4 | -862/+916 |
| 2011-01-11 | fs/9p: fix menu presentation | Randy Dunlap | 1 | -1/+4 |
| 2011-01-11 | fs/9p: Fix the return error on default acl removal | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-01-11 | fs/9p: Remove unnecessary semicolons | Joe Perches | 2 | -2/+2 |
| 2011-01-07 | fs: dcache per-inode inode alias locking | Nick Piggin | 1 | -2/+2 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2 | -2/+5 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -13/+13 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -2/+0 |
| 2011-01-07 | fs: scale inode alias list | Nick Piggin | 1 | -0/+2 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+2 |
| 2010-10-29 | convert v9fs | Al Viro | 1 | -12/+10 |
| 2010-10-28 | 9p: Add datasync to client side TFSYNC/RFSYNC for dotl | Venkateswararao Jujjuri (JV) | 3 | -2/+4 |
| 2010-10-28 | fs/9p: Use generic_file_open with lookup_instantiate_filp | Aneesh Kumar K.V | 1 | -9/+2 |
| 2010-10-28 | fs/9p: Add missing iput in v9fs_vfs_lookup | Aneesh Kumar K.V | 1 | -1/+3 |
| 2010-10-28 | fs/9p: Use mknod 9p operation on create without open request | Aneesh Kumar K.V | 1 | -2/+12 |
| 2010-10-28 | 9p: Implement TREADLINK operation for 9p2000.L | M. Mohan Kumar | 1 | -3/+57 |
| 2010-10-28 | 9p: Use V9FS_MAGIC in statfs | M. Mohan Kumar | 2 | -3/+2 |
| 2010-10-28 | 9p: Implement TGETLOCK | M. Mohan Kumar | 1 | -0/+47 |
| 2010-10-28 | 9p: Implement TLOCK | M. Mohan Kumar | 2 | -2/+160 |
| 2010-10-28 | [9p] Introduce client side TFSYNC/RFSYNC for dotl. | Venkateswararao Jujjuri (JV) | 1 | -2/+16 |
| 2010-10-28 | [fs/9p] Add file_operations for cached mode in dotl protocol. | Venkateswararao Jujjuri (JV) | 1 | -0/+15 |
| 2010-10-28 | fs/9p: Add access = client option to opt in acl evaluation. | Aneesh Kumar K.V | 5 | -6/+107 |
| 2010-10-28 | fs/9p: Implement create time inheritance | Aneesh Kumar K.V | 3 | -44/+166 |
| 2010-10-28 | fs/9p: Update ACL on chmod | Aneesh Kumar K.V | 3 | -0/+66 |
| 2010-10-28 | fs/9p: Implement setting posix acl | Aneesh Kumar K.V | 3 | -2/+75 |
| 2010-10-28 | fs/9p: Add xattr callbacks for POSIX ACL | Aneesh Kumar K.V | 3 | -0/+47 |
| 2010-10-28 | fs/9p: Implement POSIX ACL permission checking function | Aneesh Kumar K.V | 8 | -22/+186 |
| 2010-10-28 | fs/9p: Remove the redundant rsize calculation in v9fs_file_write() | jvrao | 1 | -8/+2 |
| 2010-10-28 | 9p: Add a Direct IO support for non-cached operations. | jvrao | 1 | -0/+30 |
| 2010-10-28 | fs/9p: mkdir fix for setting S_ISGID bit as per parent directory | Harsh Prateek Bora | 1 | -0/+2 |
| 2010-10-28 | 9p: Pass the correct end of buffer to p9dirent_read | Sripathi Kodi | 1 | -1/+2 |
| 2010-10-28 | fs/9p: setrlimit fix for 9p write | Harsh Prateek Bora | 1 | -4/+19 |
| 2010-10-28 | 9p: remove unneeded checks | Dan Carpenter | 1 | -13/+0 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -2/+3 |
| 2010-09-13 | fs/9p: Don't use dotl version of mknod for dotu inode operations | Aneesh Kumar K.V | 1 | -1/+1 |
| 2010-09-13 | fs/9p: Use the correct dentry operations | Aneesh Kumar K.V | 1 | -1/+4 |
| 2010-09-13 | 9p: Check for NULL fid in v9fs_dir_release() | jvrao | 1 | -2/+4 |
| 2010-09-13 | fs/9p: Fix error handling in v9fs_get_sb | Aneesh Kumar K.V | 1 | -6/+14 |
| 2010-09-13 | fs/9p, net/9p: memory leak fixes | Latchesar Ionkov | 1 | -0/+2 |
| 2010-08-30 | 9p: potential ERR_PTR() dereference | Dan Carpenter | 1 | -1/+2 |
| 2010-08-11 | v9fs: fixup for inode_setattr being removed | Stephen Rothwell | 1 | -3/+12 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -7/+18 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 3 | -4/+6 |
| 2010-08-09 | remove inode_setattr | Christoph Hellwig | 1 | -3/+12 |
| 2010-08-02 | 9p: fix sparse warnings in new xattr code | Eric Van Hensbergen | 1 | -2/+2 |
| 2010-08-02 | fs/9p: remove sparse warning in vfs_inode | Eric Van Hensbergen | 1 | -1/+1 |
| 2010-08-02 | fs/9p: Prevent parallel rename when doing fid_lookup | Aneesh Kumar K.V | 5 | -39/+91 |
| 2010-08-02 | fs/9p: Add support user. xattr | Aneesh Kumar K.V | 6 | -3/+289 |
| 2010-08-02 | 9p: Implement LOPEN | M. Mohan Kumar | 1 | -4/+9 |
| 2010-08-02 | fs/9p: This patch implements TLCREATE for 9p2000.L protocol. | Venkateswararao Jujjuri (JV) | 1 | -1/+113 |
| 2010-08-02 | 9p: Implement TMKDIR | M. Mohan Kumar | 1 | -3/+80 |
| 2010-08-02 | 9p: Implement TMKNOD | M. Mohan Kumar | 1 | -3/+103 |
| 2010-08-02 | 9p: Define and implement TSYMLINK for 9P2000.L | Venkateswararao Jujjuri (JV) | 1 | -4/+97 |
| 2010-08-02 | 9p: Define and implement TLINK for 9P2000.L | Eric Van Hensbergen | 1 | -1/+106 |
| 2010-08-02 | 9p: Implement client side of setattr for 9P2000.L protocol. | Sripathi Kodi | 1 | -3/+46 |
| 2010-08-02 | 9p: getattr client implementation for 9P2000.L protocol. | Sripathi Kodi | 3 | -34/+187 |
| 2010-08-02 | fs/9p: Pass the correct user credentials during attach | Aneesh Kumar K.V | 2 | -2/+3 |
| 2010-08-02 | 9p: readdir implementation for 9p2000.L | Sripathi Kodi | 1 | -16/+118 |
| 2010-08-02 | 9p: Make use of iounit for read/write | M. Mohan Kumar | 1 | -6/+7 |
| 2010-07-27 | 9p: Pass the correct end of buffer to p9stat_read | Latchesar Ionkov | 1 | -1/+1 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -4/+2 |
| 2010-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 5 | -30/+153 |
| 2010-05-22 | 9p: Optimize TCREATE by eliminating a redundant fid clone. | Venkateswararao Jujjuri | 1 | -12/+6 |
| 2010-05-22 | 9p: cleanup: remove unneeded assignment | Dan Carpenter | 1 | -2/+0 |
| 2010-05-22 | 9p: Add mksock support | Venkateswararao Jujjuri | 1 | -0/+2 |
| 2010-05-22 | fs/9p: Make sure we properly instantiate dentry. | Aneesh Kumar K.V | 1 | -3/+4 |
| 2010-05-21 | 9p: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -3/+1 |
| 2010-05-21 | 9p: add 9P2000.L rename operation | Sripathi Kodi | 1 | -0/+7 |
| 2010-05-21 | 9p: add 9P2000.L statfs operation | Sripathi Kodi | 1 | -1/+38 |
| 2010-05-21 | 9p: VFS switches for 9p2000.L: VFS switches | Sripathi Kodi | 5 | -13/+97 |
| 2010-04-22 | 9p: add bdi backing to mount session | Jens Axboe | 3 | -0/+13 |
| 2010-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 6 | -7/+41 |
| 2010-04-05 | 9p: return on mutex_lock_interruptible() | Dan Carpenter | 1 | -0/+2 |
| 2010-04-05 | 9p: Creating files with names too long should fail with ENAMETOOLONG. | Sripathi Kodi | 1 | -0/+3 |
| 2010-04-05 | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 3 | -1/+16 |