summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2012-11-17NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-11-17NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-17NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-10-21NFS: Remove bad delegations during open recoveryBryan Schumaker
2012-10-21NFS41: fix error of setting blocklayoutdriverPeng Tao
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust
2012-09-04NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-08-16NFSv4: Fix the acl cache size calculationTrond Myklebust
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust
2012-08-08NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust
2012-08-02pnfs: nfs4_proc_layoutget returns voidIdan Kedar
2012-08-02pnfs: defer release of pages in layoutgetIdan Kedar
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust
2012-07-14nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-29NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker
2012-06-29NFSv4.1 handle OPEN O_CREATE mdsthresholdAndy Adamson
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust
2012-06-11NFSv4 do not send an empty SETATTR compoundAndy Adamson
2012-06-08NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust
2012-06-07NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust
2012-06-06NFS: Map minor mismatch error to protocol not support error.Steve Dickson
2012-06-05NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust