summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10NFS: Eliminate nfs_renew_times()Chuck Lever1-20/+0
2007-10-10NFS: Don't call nfs_renew_times() in nfs_dentry_iput()Chuck Lever1-2/+0
2007-10-10NFS: Show "nointr" mount optionChuck Lever1-1/+1
2007-10-10NFS: Verify server address before invoking in-kernel mount clientChuck Lever1-4/+8
2007-10-10NFS: support RDMA mounts\"Talpey, Thomas\2-2/+21
2007-10-10NFS - print accurate transport protocol\"Talpey, Thomas\1-14/+2
2007-10-10NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\3-13/+16
2007-10-10SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\3-0/+6
2007-10-10NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust1-3/+3
2007-10-10NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\3-100/+81
2007-10-10NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\3-75/+70
2007-10-10NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\2-31/+33
2007-10-10NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.cChuck Lever3-42/+42
2007-10-10NFS: Add new 'mountaddr=' mount optionChuck Lever1-3/+5
2007-10-10[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini1-2/+4
2007-10-10NFS: Kernel mount client should use async bindChuck Lever1-16/+5
2007-10-10[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather thanJeff Layton1-2/+2
2007-10-10[NFS] [PATCH] nfs: tiny makefile cleanupChristoph Hellwig1-1/+0
2007-10-10Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite2-3/+3
2007-10-1064 bit ino support for NFS clientPeter Staubach3-10/+13
2007-10-10NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust2-23/+54
2007-10-10NFS: Writeback optimisationTrond Myklebust1-10/+22
2007-10-10NFS: Clean up NFS writeback flush codeTrond Myklebust2-28/+15
2007-10-10NFS: Clean up nfs_writepages()Trond Myklebust1-24/+33
2007-10-10NFS: Clean up write code...Trond Myklebust2-65/+5
2007-10-10NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust1-2/+33
2007-09-29NFS: Fix an Oops in encode_lookup()Trond Myklebust3-10/+24
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust2-1/+45
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever1-4/+4
2007-09-01NFS: Off-by-one length error in string handlingChuck Lever1-1/+1
2007-09-01NFS: Return a real error code from mount(2)Chuck Lever1-1/+1
2007-09-01NFS: mount option parser chokes on proto=Chuck Lever1-4/+4
2007-09-01NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_fileTrond Myklebust1-1/+1
2007-09-01NFSv4: Fix a typo in _nfs4_do_open_reclaimTrond Myklebust1-1/+1
2007-09-01NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerTrond Myklebust1-1/+1
2007-09-01NFS: Fix the mount regressionTrond Myklebust1-46/+64
2007-08-08NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust2-7/+4
2007-08-07NFSv4: Don't call put_rpccred() from an rcu callbackTrond Myklebust1-6/+15
2007-08-07NFS: Fix NFSv4 open stateid regressionsTrond Myklebust1-9/+7
2007-08-07NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust1-4/+1
2007-08-07NFS: Fix put_nfs_open_contextTrond Myklebust1-16/+8
2007-07-22fix broken handling of port=... in NFS option parsingAl Viro1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt5-6/+6
2007-07-19NFSv4: handle lack of clientaddr in option stringJeff Layton1-0/+7
2007-07-19NFSv4: debug print ntohl(status) in nfs client callback xdr codeBenny Halevy1-5/+5
2007-07-19SUNRPC: Clean up the sillyrename codeTrond Myklebust5-197/+116
2007-07-19NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust6-52/+84
2007-07-19NFS: Use dentry->d_time to store the parent directory verifier.Trond Myklebust1-2/+2
2007-07-19NFSv4: Fix the nfsv4 readlink reply buffer alignmentTrond Myklebust1-10/+11