summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix put_nfs_open_contextTrond Myklebust2007-08-071-16/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust2007-07-101-1/+3
* NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-101-1/+0
* NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-101-17/+23
* NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-101-3/+0
* NFS: Fix nfs_reval_fsid()Trond Myklebust2007-07-101-2/+2
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-101-18/+1
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-5/+5
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-15/+13
* NFS: Kill the obsolete NFS_PARANOIAJesper Juhl2007-05-091-3/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* NFS: Fix an Oops in nfs_setattr()Trond Myklebust2007-04-141-2/+4
* [PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regula...Trond Myklebust2007-03-161-1/+2
* NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust2007-02-121-6/+8
* NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust2007-02-121-8/+13
* NFS: nfs_writepages() cleanupTrond Myklebust2007-02-031-5/+10
* [PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust2007-01-241-30/+67
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-3/+3
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-3/+3
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust2006-12-061-1/+1
|/
* [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is n...Chuck Lever2006-10-201-1/+1
* [PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust2006-10-201-5/+23
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-4/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever2006-09-221-0/+6
* NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust2006-09-221-7/+5
* NFS: Add server and volume lists to /procDavid Howells2006-09-221-0/+7
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-1/+1
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-221-2/+2
* NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-221-0/+2
* NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-221-9/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fix static linking of NFSDavid Brownell2006-06-271-1/+1
* git-nfs-build-fixesAndrew Morton2006-06-251-7/+9
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-1774/+19
* NFS: Fix typo in nfs_do_clone_mount()Trond Myklebust2006-06-091-2/+2
* NFS: Fix compile errors introduced by referrals patchesTrond Myklebust2006-06-091-11/+26
* NFSv4: Ensure that referral mounts bind to a reserved portTrond Myklebust2006-06-091-0/+2
* NFSv4: Follow a referralManoj Naik2006-06-091-1/+4
* NFSv4: Ensure client submounts when following a referralManoj Naik2006-06-091-3/+267
* NFS: Expand clone mounts to include other serversManoj Naik2006-06-091-47/+64
* NFSv4: Create NFSv4 transport and clientManoj Naik2006-06-091-58/+73
* NFS: Add timeout to submountsTrond Myklebust2006-06-091-0/+3
* NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust2006-06-091-3/+300
* NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust2006-06-091-0/+8
OpenPOWER on IntegriCloud