summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman6-239/+225
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman7-209/+236
2012-04-27NFS: create struct nfs_page_arrayFred Isaman6-50/+59
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman12-245/+349
2012-04-27NFS: use req_offset where appropriateFred Isaman1-4/+3
2012-04-27NFS: remove unnecessary casts of void pointers in nfs4filelayout.cFred Isaman1-8/+8
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman4-10/+12
2012-04-27NFS: dprintks in directio code were referencing task after putFred Isaman1-4/+4
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman9-71/+129
2012-04-27NFS4.1: Add lseg to struct nfs4_fl_commit_bucketFred Isaman2-92/+144
2012-04-27NFS4.1: make pnfs_ld_[read|write]_done consistentFred Isaman1-26/+38
2012-04-27NFS: grab open context in direct readFred Isaman1-2/+2
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker1-62/+0
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker4-7/+8
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker5-26/+72
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker5-20/+103
2012-04-27NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker1-1/+14
2012-04-27NFS: Fix SECINFO_NO_NAMEBryan Schumaker1-5/+19
2012-04-27Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-04-27Avoid reading past buffer when calling GETACLSachin Prabhu2-13/+21
2012-04-26fix page number calculation bug for block layout decode bufferJim Rees1-1/+3
2012-04-26NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2-2/+2
2012-04-26pnfs-obj: Remove unused variable from objlayout_get_deviceinfo()Sachin Bhamare1-2/+0
2012-04-26nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson1-3/+27
2012-04-21NFSv4: Keep dropped state owners on the LRU list for a whileTrond Myklebust1-9/+11
2012-04-21NFSv4: Ensure that we don't drop a state owner more than onceTrond Myklebust1-3/+7
2012-04-20NFSv4: Ensure we do not reuse open owner namesTrond Myklebust4-7/+10
2012-04-20nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2012-04-20NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-04-20NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-04-19NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2-5/+14
2012-04-19NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-04-19NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-04-18NFS: check for req==NULL in nfs_try_to_update_request cleanupFred Isaman1-1/+2
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-21/+23
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds7-7/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2012-03-27NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust1-5/+5
2012-03-27NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-03-27NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-03-24NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commitFred Isaman1-1/+0
2012-03-24Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds53-1992/+2902
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+2
2012-03-21NFS: fix sb->s_id in nfs debug printsVivek Trivedi1-1/+1
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare3-0/+145
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker4-22/+24
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker4-19/+24
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker5-14/+24