aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust1-19/+12
2012-09-04NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust1-2/+2
2012-08-16NFSv4: Fix the acl cache size calculationTrond Myklebust1-2/+3
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust1-1/+1
2012-08-08NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust1-6/+2
2012-08-02pnfs: nfs4_proc_layoutget returns voidIdan Kedar1-4/+4
2012-08-02pnfs: defer release of pages in layoutgetIdan Kedar1-1/+56
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-6/+0
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-0/+2
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker1-0/+1
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton1-1/+1
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker1-0/+20
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever1-8/+37
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever1-31/+16
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever1-1/+6
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-4/+7
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever1-2/+29
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever1-16/+61
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever1-11/+12
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever1-2/+5
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever1-11/+13
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust1-29/+12
2012-07-14nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi1-27/+10
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker1-0/+1
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker1-0/+1
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker1-0/+1
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker1-0/+1
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker1-3/+4
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker1-2/+3
2012-06-29NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker1-1/+7
2012-06-29NFSv4.1 handle OPEN O_CREATE mdsthresholdAndy Adamson1-1/+3
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust1-3/+1
2012-06-11NFSv4 do not send an empty SETATTR compoundAndy Adamson1-4/+8
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-06NFS: Map minor mismatch error to protocol not support error.Steve Dickson1-0/+2
2012-06-05NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust1-2/+1
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust1-1/+21
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-180/+357
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust1-4/+4
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust1-8/+9
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust1-0/+59
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust1-1/+2
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust1-10/+17
2012-05-24NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust1-3/+3
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson1-0/+54