aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust18-343/+549
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-28NFS: Simplify logic to compare socket addresses in client.cChuck Lever1-64/+52
2009-03-28Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust1-29/+39
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever3-2/+21
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever1-12/+2
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-2/+1
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-2/+2
2009-03-27constify dentry_operations: NFSAl Viro2-3/+3
2009-03-19NFS: Optimise NFS close()Trond Myklebust6-21/+46
2009-03-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust1-5/+4
2009-03-19NFS: Fix up a mismerged patchTrond Myklebust1-1/+1
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust1-29/+39
2009-03-11NFS: load the rpc/rdma transport module automaticallyTom Talpey1-1/+3
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust1-7/+5
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust6-29/+42
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust2-10/+16
2009-03-11NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust1-5/+8
2009-03-11NFSv4: A referral is assumed to always point to a directory.Trond Myklebust1-0/+14
2009-03-11NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust1-19/+73
2009-03-11NFSv4: Clean up decode_getfattr()Trond Myklebust1-21/+57
2009-03-11NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust4-45/+37
2009-03-11NFS: Shrink the struct nfs_fattrTrond Myklebust1-3/+0
2009-03-11NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust4-96/+161
2009-03-11NFSv4: Ignore errors on the post-op attributes in SETATTR callsTrond Myklebust1-3/+1
2009-03-11NFS: flush cached directory information slightly more readily.NeilBrown1-2/+13
2009-03-11NFS: Minor __nfs_revalidate_inode cleanupSuresh Jayaraman1-3/+0
2009-03-10Bug 11061, NFS mounts droppedIan Dall1-1/+62
2009-03-10NFS: Handle -ESTALE error in access()Suresh Jayaraman1-1/+7
2009-03-10NFSv3: Fix posix ACL codeTrond Myklebust2-27/+34
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust1-7/+8
2009-01-22fs/Kconfig: move nfs outAlexey Dobriyan1-0/+86
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-12-30Merge branch 'devel' into nextTrond Myklebust16-1279/+1442
2008-12-30fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong2-2/+1
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia1-5/+31
2008-12-23NFS: remove unused status from encode routinesAndy Adamson1-398/+180
2008-12-23NFS: increment number of operations in each encode routineAndy Adamson1-170/+247
2008-12-23NFS: fix comment placement in nfs4xdr.cBenny Halevy1-4/+4
2008-12-23NFS: fix tabs in nfs4xdr.cAndy Adamson1-245/+245
2008-12-23NFS: remove white space from nfs4xdr.cAndy Adamson1-33/+29
2008-12-23nfs: remove incorrect usage of nfs4 compound response hdr.statusBenny Halevy1-6/+0
2008-12-23nfs: return compound hdr.status when there are no op repliesBenny Halevy1-0/+2
2008-12-23NFSv4: Fix an infinite loop in the NFS state recovery codeTrond Myklebust1-2/+3
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2-10/+3
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust5-80/+90
2008-12-23NFS: Use delegations to optimise ACCESS callsTrond Myklebust1-1/+2
2008-12-23NFSv4: Ensure that we set the verifier when revalidating delegated dentriesTrond Myklebust1-2/+4
2008-12-23NFSv4: Clean up is_atomic_open()Trond Myklebust1-7/+8