summaryrefslogtreecommitdiffstats
path: root/fs/nfs/proc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-20NFS: support EIOCBQUEUED return in direct read pathChuck Lever1-4/+21
2006-03-20NFS: make iocb available everywhere in direct read pathChuck Lever1-8/+12
2006-03-20NFS: remove support for multi-segment iovs in the direct read pathChuck Lever1-51/+15
2006-03-20NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read pathChuck Lever1-3/+3
2006-03-20NFS: update comments and function definitions in fs/nfs/direct.cChuck Lever1-110/+15
2006-03-20NFS: clean up NFS client's a_ops->direct_IO methodChuck Lever1-47/+23
2006-03-20NFS: Cleanup of NFS read codeTrond Myklebust7-89/+77
2006-03-20NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust6-143/+103
2006-03-20lockd: Remove FL_LOCKD flagJ. Bruce Fields3-4/+1
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson5-27/+28
2006-03-20locks: remove unused posix_block_lockAndy Adamson2-16/+0
2006-03-20lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson1-19/+4
2006-03-20lockd: simplify nlmsvc_grant_blockedAndy Adamson1-11/+6
2006-03-20lockd: clean up nlmsvc_lockAndy Adamson1-13/+21
2006-03-20NFS: directory trace messagesChuck Lever1-30/+66
2006-03-20SUNRPC: minor cleanupChuck Lever1-1/+0
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever8-95/+237
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever11-6/+46
2006-03-20NFS: add RPC I/O statistics to /proc/self/mountstatsChuck Lever1-0/+4
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever5-4/+192
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever5-0/+14
2006-03-20SUNRPC: add a handful of per-xprt countersChuck Lever4-6/+77
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever2-0/+3
2006-03-20NFS: report how long an NFS file system has been mountedChuck Lever2-0/+6
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 Lever3-6/+252
2006-03-20NFS: clean up some mount optionsChuck Lever1-3/+2
2006-03-20NFS: show retransmit settings when displaying mount optionsChuck Lever2-0/+10
2006-03-20VFS: New /proc file /proc/self/mountstatsChuck Lever3-0/+78
2006-03-20SUNRPC: more verbose output for rpc auth weak errorLevent Serinol1-2/+2
2006-03-20NFS: Code comments update in NFSGoldwyn Rodrigues1-7/+1
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 Myklebust4-2/+9
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust3-3/+5
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch1-2/+14
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-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust6-15/+34
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust1-4/+5
2006-03-20VFS: Fix __posix_lock_file() copy of private lock areaTrond Myklebust1-17/+36
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 Myklebust2-7/+7
2006-03-20Linux 2.6.16v2.6.16Linus Torvalds1-1/+1