aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20NFS: Cleanup of NFS read codeTrond Myklebust5-86/+74
2006-03-20NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust4-135/+101
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson1-4/+3
2006-03-20NFS: directory trace messagesChuck Lever1-30/+66
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever4-67/+209
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever4-2/+14
2006-03-20NFS: add RPC I/O statistics to /proc/self/mountstatsChuck Lever1-0/+4
2006-03-20NFS: report how long an NFS file system has been mountedChuck Lever1-0/+5
2006-03-20NFS: add hooks to account for NFSERR_JUKEBOX errorsChuck Lever3-10/+27
2006-03-20NFS: add I/O performance countersChuck Lever6-11/+62
2006-03-20NFS: introduce mechanism for tracking NFS client metricsChuck Lever2-6/+249
2006-03-20NFS: clean up some mount optionsChuck Lever1-3/+2
2006-03-20NFS: show retransmit settings when displaying mount optionsChuck Lever1-0/+8
2006-03-20NFS: sem2mutex idmap.cIngo Molnar1-20/+21
2006-03-20NFS: kzalloc conversion in fs/nfsEric Sesterhenn4-13/+6
2006-03-20NFSv4: Kill braindead gcc warningsTrond Myklebust2-13/+17
2006-03-20NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()Trond Myklebust1-1/+2
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust1-0/+2
2006-03-20NFS: reduce the number of false cache invalidations.Trond Myklebust1-5/+2
2006-03-20NFS: "const static" vs "static const" in nfs4Jesper Juhl1-1/+1
2006-03-20NFSv4: Don't invalidate cached attributes if change attribute is unchangedTrond Myklebust1-20/+24
2006-03-20NFS: writes should not clobber utimes() callsTrond Myklebust1-5/+3
2006-03-20NFS: Fix buglet in fs/nfs/write.cNeil Brown1-1/+4
2006-03-20NFS: Avoid races between writebacks and truncationTrond Myklebust2-2/+21
2006-03-20NFS: Fix a busy inodes issue...Trond Myklebust1-4/+6
2006-03-14[PATCH] NFSv4: fix mount segfault on errors returned that are < -1000Trond Myklebust1-1/+1
2006-03-14[PATCH] NFS: Fix a potential panic in O_DIRECTTrond Myklebust1-0/+10
2006-02-07[PATCH] nfsroot port= parameter fix [backport of 2.4 fix]Al Viro1-1/+2
2006-02-01NFSv3: fix sync_retry in direct i/o NFSDirk Mueller1-1/+1
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig1-4/+13
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-5/+5
2006-01-08[PATCH] nfsroot: do not silently stop parsing on an unknown optionJorn Dreyer1-1/+3
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-6/+2
2006-01-06NFSv4: Fix an Oops in nfs_do_expire_all_delegationsTrond Myklebust1-4/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust3-0/+33
2006-01-06NFS: get rid of some needless code obfuscation in xdr_encode_sattr().Trond Myklebust1-11/+10
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust3-2/+5
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever2-3/+0
2006-01-06NFSv3: try get_root user-supplied security_flavorJ. Bruce Fields1-7/+19
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust5-3/+113
2006-01-06NFS: Clean up weak cache consistency codeTrond Myklebust1-20/+40
2006-01-06NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust3-17/+35
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust3-1/+5
2006-01-06NFS: Make directIO aware of compound pages...Trond Myklebust1-3/+4
2006-01-06NFS: Make stat() return updated mtimes after a write()Trond Myklebust2-11/+14
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2006-01-06NFS: support large reads and writes on the wireChuck Lever5-29/+40
2006-01-06NFS: make "inode number mismatch" message more usefulChuck Lever1-8/+9
2006-01-06NFS: get rid of useless kernel log messageChuck Lever1-2/+1
2006-01-06NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever1-2/+2