aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20NFS: Force the legacy idmapper to be single threadedBryan Schumaker1-5/+8
2012-06-19NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust1-1/+1
2012-06-19NFS: Fix a refcounting issue in O_DIRECTTrond Myklebust1-0/+1
2012-06-19NFSv4.1: Fix a race in set_pnfs_layoutdriverTrond Myklebust1-4/+4
2012-06-18NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2-1/+5
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-39/+74
2012-06-14NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky1-6/+5
2012-06-12NFS: add an endian notation for sparseDan Carpenter1-1/+1
2012-06-12NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter1-3/+3
2012-06-11NFSv4 do not send an empty SETATTR compoundAndy Adamson1-4/+8
2012-06-11NFSv2: EOF incorrectly set on short readSachin Prabhu1-1/+1
2012-06-09NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker1-0/+1
2012-06-09NFS: fix directio refcount bug on commitFred Isaman1-2/+2
2012-06-08NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-07NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust1-1/+1
2012-06-07NFS4: Fix open bug when pnfs module blacklistedFred Isaman1-1/+1
2012-06-07NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust1-2/+0
2012-06-06NFS: Map minor mismatch error to protocol not support error.Steve Dickson1-0/+2
2012-06-05NFS: Fix a commit bugTrond Myklebust2-5/+6
2012-06-05NFS4: Set parsed mount data version to 4Bryan Schumaker1-0/+2
2012-06-05NFSv4.1: Ensure we clear session state flags after a session creationTrond Myklebust1-10/+12
2012-06-05NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust1-2/+1
2012-06-05NFSv4: Fix up decode_attr_mdsthresholdTrond Myklebust1-1/+2
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust3-6/+30
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-55/+78
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi2-55/+78
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+12
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields1-1/+1
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-0/+3
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+8
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust3-4/+20
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds39-2786/+3743
2012-05-28NFSv4: Add debugging printks to state managerTrond Myklebust1-0/+33
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-2/+2
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+1
2012-05-27NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_errorTrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust4-9/+15
2012-05-27NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state managerTrond Myklebust1-1/+3
2012-05-27NFSv4.1: Handle errors in nfs4_bind_conn_to_sessionTrond Myklebust1-1/+12
2012-05-27NFSv4.1: nfs4_bind_conn_to_session should drain the sessionTrond Myklebust1-0/+2
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust2-12/+12
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust4-0/+113
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust3-3/+11
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust3-15/+26
2012-05-25NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsTrond Myklebust1-2/+2
2012-05-25NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the leaseTrond Myklebust1-0/+5
2012-05-25NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRMTrond Myklebust1-0/+1
2012-05-25NFSv4: Clean up the error handling for nfs4_reclaim_leaseTrond Myklebust1-49/+50
2012-05-24NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust1-3/+3