| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 1 | -2/+1 |
| 11 days | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-11-03 | fs/9p: Don't open remote file with APPEND mode when writeback cache is used | Tingmao Wang | 1 | -2/+1 |
| 2025-10-22 | Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too" | Dominique Martinet | 1 | -7/+1 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-10-09 | Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 1 | -1/+7 |
| 2025-09-16 | 9p: simplify v9fs_vfs_atomic_open() | Al Viro | 1 | -22/+12 |
| 2025-08-23 | fs/9p: Refresh metadata in d_revalidate for uncached mode too | Tingmao Wang | 1 | -1/+7 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+3 |
| 2024-10-25 | Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linux | Linus Torvalds | 1 | -47/+82 |
| 2024-10-25 | Revert "fs/9p: simplify iget to remove unnecessary paths" | Dominique Martinet | 1 | -21/+77 |
| 2024-10-25 | Revert " fs/9p: mitigate inode collisions" | Dominique Martinet | 1 | -29/+8 |
| 2024-10-24 | Revert "9p: Enable multipage folios" | Dominique Martinet | 1 | -1/+0 |
| 2024-09-23 | 9p: Enable multipage folios | David Howells | 1 | -0/+1 |
| 2024-05-27 | netfs, 9p: Fix race between umount and async request completion | David Howells | 1 | -0/+1 |
| 2024-04-22 | fs/9p: mitigate inode collisions | Eric Van Hensbergen | 1 | -8/+29 |
| 2024-04-09 | fs/9p: remove erroneous nlink init from legacy stat2inode | Eric Van Hensbergen | 1 | -2/+0 |
| 2024-03-28 | fs/9p: translate O_TRUNC into OTRUNC | Joakim Sindholt | 1 | -0/+3 |
| 2024-03-28 | fs/9p: only translate RWX permissions for plain 9P2000 | Joakim Sindholt | 1 | -1/+1 |
| 2024-03-25 | fs/9p: fix uninitialized values during inode evict | Eric Van Hensbergen | 1 | -6/+10 |
| 2024-01-26 | fs/9p: simplify iget to remove unnecessary paths | Eric Van Hensbergen | 1 | -77/+21 |
| 2024-01-26 | fs/9p: rework qid2ino logic | Eric Van Hensbergen | 1 | -24/+2 |
| 2024-01-26 | fs/9p: Eliminate now unused v9fs_get_inode | Eric Van Hensbergen | 1 | -30/+0 |
| 2024-01-03 | 9p: Fix initialisation of netfs_inode for 9p | David Howells | 1 | -3/+3 |
| 2023-12-28 | 9p: Use netfslib read/write_iter | David Howells | 1 | -3/+2 |
| 2023-12-28 | netfs: Optimise away reads above the point at which there can be no data | David Howells | 1 | -1/+1 |
| 2023-12-24 | netfs: Move pinning-for-writeback from fscache to netfs | David Howells | 1 | -2/+1 |
| 2023-10-18 | 9p: convert to new timestamp accessors | Jeff Layton | 1 | -3/+3 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+4 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -2/+2 |
| 2023-07-20 | 9p: remove dead stores (variable set again without being read) | Dominique Martinet | 1 | -6/+0 |
| 2023-07-13 | 9p: convert to ctime accessor functions | Jeff Layton | 1 | -2/+2 |
| 2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+0 |
| 2023-05-04 | 9p: Remove INET dependency | Jason Andryuk | 1 | -1/+0 |
| 2023-04-28 | fs/9p: Fix bit operation logic error | Eric Van Hensbergen | 1 | -1/+1 |
| 2023-04-09 | fs/9p: Rework cache modes and add new options to Documentation | Eric Van Hensbergen | 1 | -11/+23 |
| 2023-03-27 | fs/9p: remove writeback fid and fix per-file modes | Eric Van Hensbergen | 1 | -30/+15 |
| 2023-03-27 | fs/9p: Consolidate file operations and add readahead and writeback | Eric Van Hensbergen | 1 | -21/+23 |
| 2023-03-01 | Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+1 |
| 2023-02-23 | fs/9p: Expand setup of writeback cache to all levels | Eric Van Hensbergen | 1 | -2/+1 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2022-12-02 | 9p/fs: Remove unneeded idr.h #include | Christophe JAILLET | 1 | -1/+0 |
| 2022-07-02 | 9p fid refcount: cleanup p9_fid_put calls | Dominique Martinet | 1 | -37/+24 |
| 2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet | 1 | -24/+24 |
| 2022-06-15 | 9p: fix fid refcount leak in v9fs_vfs_get_link | Dominique Martinet | 1 | -4/+4 |
| 2022-06-10 | netfs: Further cleanups after struct netfs_inode wrapper introduced | Linus Torvalds | 1 | -1/+2 |
| 2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 1 | -2/+2 |
| 2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+10 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-18 | netfs: Add a netfs inode context | David Howells | 1 | -3/+10 |
| 2022-01-10 | 9p: Copy local writes to the cache when writing to the server | David Howells | 1 | -0/+4 |
| 2022-01-10 | 9p: Use fscache indexing rewrite and reenable caching | David Howells | 1 | -9/+13 |
| 2021-11-04 | 9p: fix a bunch of checkpatch warnings | Dominique Martinet | 1 | -5/+9 |
| 2021-11-03 | 9p p9mode2perm: remove useless strlcpy and check sscanf return code | Dominique Martinet | 1 | -4/+9 |
| 2021-11-03 | 9p: fix file headers | Dominique Martinet | 1 | -2/+0 |
| 2021-10-04 | 9p: Fix a bunch of kerneldoc warnings shown up by W=1 | David Howells | 1 | -8/+16 |
| 2021-03-08 | new helper: inode_wrong_type() | Al Viro | 1 | -2/+2 |
| 2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -12/+9 |
| 2021-02-23 | 9p: fix misuse of sscanf() in v9fs_stat2inode() | Al Viro | 1 | -12/+9 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -11/+15 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu | 1 | -8/+29 |
| 2020-11-03 | fs/9p: track open fids | Greg Kurz | 1 | -1/+5 |
| 2020-11-03 | fs/9p: fix create-unlink-getattr idiom | Eric Van Hensbergen | 1 | -0/+4 |
| 2020-07-31 | 9p: Remove unneeded cast from memory allocation | Li Heng | 1 | -2/+1 |
| 2020-07-19 | 9p: remove unused code in 9p | Jianyong Wu | 1 | -53/+0 |
| 2020-07-19 | 9p: retrieve fid from file when file instance exist. | Jianyong Wu | 1 | -2/+7 |
| 2020-03-27 | 9p: Remove unneeded semicolon | zhengbin | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 1 | -16/+1 |
| 2019-05-01 | 9p: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2019-03-03 | 9p: use inode->i_lock to protect i_size_write() under 32-bit | Hou Tao | 1 | -12/+11 |
| 2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro | 1 | -2/+1 |
| 2018-07-12 | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro | 1 | -1/+1 |
| 2018-07-12 | introduce FMODE_CREATED and switch to it | Al Viro | 1 | -1/+1 |
| 2018-05-22 | 9p: unify paths in v9fs_vfs_lookup() | Al Viro | 1 | -20/+15 |
| 2018-04-05 | 9p: don't maintain dir i_nlink if the exported fs doesn't either | Eryu Guan | 1 | -4/+22 |
| 2017-10-23 | fs/9p: Compare qid.path in v9fs_test_inode | Tuomas Tynkkynen | 1 | -0/+3 |
| 2017-03-03 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -4/+6 |
| 2017-01-12 | 9p: constify ->d_name handling | Al Viro | 1 | -5/+5 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+6 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -2/+2 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -3/+7 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-08-03 | 9p: use clone_fid() | Al Viro | 1 | -1/+1 |
| 2016-08-03 | 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" | Al Viro | 1 | -2/+2 |
| 2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
| 2016-07-05 | Use the right predicate in ->atomic_open() instances | Al Viro | 1 | -1/+1 |
| 2016-05-29 | 9p: new helper - v9fs_parent_fid() | Al Viro | 1 | -5/+5 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+16 |
| 2016-01-09 | fs/9p: use fscache mutex rather than spinlock | Sasha Levin | 1 | -1/+1 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -4/+5 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -5/+12 |
| 2015-12-08 | 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping | Al Viro | 1 | -2/+2 |
| 2015-11-09 | fs/9p: remove unnecessary new_valid_dev() checks | Yaowei Bai | 1 | -3/+0 |
| 2015-07-12 | 9p: don't leave a half-initialized inode sitting around | Al Viro | 1 | -2/+1 |
| 2015-05-15 | get rid of assorted nameidata-related debris | Al Viro | 1 | -2/+1 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -6/+7 |
| 2015-05-10 | 9p: don't bother with __getname() in ->follow_link() | Al Viro | 1 | -75/+18 |
| 2015-05-10 | 9p: don't bother with 4K allocation for 24-byte local array... | Al Viro | 1 | -21/+5 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -17/+17 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
| 2014-11-19 | switch d_materialise_unique() users to d_splice_alias() | Al Viro | 1 | -1/+1 |
| 2014-10-09 | 9p: switch to %p[dD] | Al Viro | 1 | -16/+16 |
| 2014-06-08 | Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
| 2014-06-04 | fs/9p: kerneldoc fixes | Fabian Frederick | 1 | -3/+3 |
| 2014-06-01 | fs/9p: adjust sscanf parameters accordingly to the variable types | Toralf Förster | 1 | -1/+1 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-01-10 | 9P: introduction of a new cache=mmap model. | Dominique Martinet | 1 | -7/+15 |
| 2013-11-23 | 9p: remove useless assignment | Geyslan G. Bem | 1 | -1/+1 |
| 2013-11-23 | 9p: remove unused 'super_block' struct pointer | Geyslan G. Bem | 1 | -2/+0 |
| 2013-10-24 | 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS | Al Viro | 1 | -6/+0 |
| 2013-07-30 | fs: 9p: use strlcpy instead of strncpy | Chen Gang | 1 | -2/+2 |
| 2013-07-07 | fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() | Gu Zheng | 1 | -2/+0 |
| 2013-02-28 | 9p: make sure ->lookup() adds fid to the right dentry | Al Viro | 1 | -2/+5 |
| 2013-02-28 | 9p: untangle ->lookup() a bit | Al Viro | 1 | -18/+9 |
| 2013-02-28 | 9p: double iput() in ->lookup() if d_materialise_unique() fails | Al Viro | 1 | -1/+0 |
| 2013-02-28 | 9p: v9fs_fid_add() can't fail now | Al Viro | 1 | -7/+2 |
| 2013-02-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+3 |
| 2013-02-12 | 9p: Modify the stat structures to use kuid_t and kgid_t | Eric W. Biederman | 1 | -3/+3 |
| 2013-02-10 | fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request | Aneesh Kumar K.V | 1 | -3/+0 |
| 2012-09-06 | fs/9p: avoid debug OOPS when reading a long symlink | Jim Meyering | 1 | -4/+4 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -4/+4 |
| 2012-07-14 | make finish_no_open() return int | Al Viro | 1 | -4/+2 |
| 2012-07-14 | kill struct opendata | Al Viro | 1 | -9/+6 |
| 2012-07-14 | make ->atomic_open() return int | Al Viro | 1 | -6/+4 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 1 | -3/+3 |
| 2012-07-14 | 9p: implement i_op->atomic_open() | Miklos Szeredi | 1 | -67/+102 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -72/+93 |
| 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 | 1 | -43/+43 |
| 2012-01-03 | 9p: propagate umode_t | Al Viro | 1 | -10/+11 |
| 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 | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 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 | 1 | -2/+2 |
| 2011-10-24 | fs/9p: inode file operation is properly initialized init_special_inode | Aneesh Kumar K.V | 1 | -2/+0 |
| 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 | 1 | -1/+15 |
| 2011-09-06 | fs/9p: Don't update file type when updating file attributes | Aneesh Kumar K.V | 1 | -41/+50 |
| 2011-09-06 | fs/9p: Add fid before dentry instantiation | Aneesh Kumar K.V | 1 | -3/+1 |
| 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 | 1 | -5/+17 |
| 2011-07-23 | fs/9p: When doing inode lookup compare qid details and inode mode bits. | Aneesh Kumar K.V | 1 | -3/+33 |
| 2011-07-23 | fs/9p: remove rename work around in 9p | Aneesh Kumar K.V | 1 | -5/+0 |
| 2011-07-20 | no need to check for LOOKUP_OPEN in ->create() instances | Al Viro | 1 | -2/+2 |
| 2011-07-20 | don't transliterate lower bits of ->intent.open.flags to FMODE_... | 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 | 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-03-22 | fs/9p: Add v9fs_dentry2v9ses | Aneesh Kumar K.V | 1 | -3/+3 |
| 2011-03-22 | fs/9p: Attach writeback_fid on first open with WR flag | Aneesh Kumar K.V | 1 | -1/+2 |
| 2011-03-22 | fs/9p: Use truncate_setsize instead of vmtruncate | Aneesh Kumar K.V | 1 | -6/+10 |
| 2011-03-22 | fs/9p: Fix race in initializing writeback fid | Aneesh Kumar K.V | 1 | -0/+4 |
| 2011-03-15 | fs/9p: Writeback dirty data before setattr | Aneesh Kumar K.V | 1 | -0/+4 |
| 2011-03-15 | fs/9p: call vmtruncate before setattr 9p opeation | Aneesh Kumar K.V | 1 | -6/+4 |
| 2011-03-15 | fs/9p: Properly update inode attributes on link | Aneesh Kumar K.V | 1 | -1/+3 |
| 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 | 1 | -7/+16 |
| 2011-03-15 | fs/9p: mark inode attribute invalid on rename, unlink and setattr | Aneesh Kumar K.V | 1 | -0/+4 |
| 2011-03-15 | fs/9p: Add support for marking inode attribute invalid | Aneesh Kumar K.V | 1 | -0/+29 |
| 2011-03-15 | fs/9p: Update link count correctly on different file system operations | Aneesh Kumar K.V | 1 | -4/+28 |
| 2011-03-15 | fs/9p: Move writeback fid to v9fs_inode | Aneesh Kumar K.V | 1 | -8/+13 |
| 2011-03-15 | fs/9p: Add v9fs_inode | Aneesh Kumar K.V | 1 | -20/+16 |
| 2011-03-15 | fs/9p: Don't set stat.st_blocks based on nrpages | Aneesh Kumar K.V | 1 | -3/+4 |
| 2011-03-15 | fs/9p: Add inode hashing | Aneesh Kumar K.V | 1 | -46/+75 |
| 2011-03-15 | fs/9p: Add fid to inode in cached mode | Aneesh Kumar K.V | 1 | -1/+21 |
| 2011-03-15 | fs/9p: set fs cache cookie in create path also | Aneesh Kumar K.V | 1 | -0/+4 |
| 2011-03-15 | fs/9p: set the cached file_operations struct during inode init | Aneesh Kumar K.V | 1 | -2/+9 |
| 2011-01-12 | switch 9p | Al Viro | 1 | -5/+0 |
| 2011-01-11 | fs/9p: Don't set dentry->d_op in create routines | Aneesh Kumar K.V | 1 | -6/+0 |
| 2011-01-11 | fs/9p: Move dotl inode operations into a seperate file | Aneesh Kumar K.V | 1 | -859/+6 |
| 2011-01-07 | fs: dcache per-inode inode alias locking | Nick Piggin | 1 | -2/+2 |
| 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 |
| 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 |