summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-04nfsd4: minor cb_recall simplificationJ. Bruce Fields1-5/+3
2013-04-03SUNRPC/cache: add module_put() on error path in cache_open()Alexey Khoroshilov1-1/+3
2013-04-03nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting1-1/+3
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-03nfsd: convert the file_hashtbl to a hlistJeff Layton2-11/+5
2013-04-03nfsd4: don't destroy in-use sessionJ. Bruce Fields2-33/+43
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields3-97/+131
2013-04-03nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields1-14/+14
2013-04-03nfsd4: fix destroy_session raceJ. Bruce Fields1-16/+10
2013-04-03nfsd4: clientid lookup cleanupJ. Bruce Fields1-12/+12
2013-04-03nfsd4: destroy_clientid simplificationJ. Bruce Fields1-7/+1
2013-04-03nfsd4: remove some dprintk'sJ. Bruce Fields1-8/+1
2013-04-03nfsd4: STALE_STATEID cleanupJ. Bruce Fields1-15/+6
2013-04-03nfsd4: warn on odd create_session stateJ. Bruce Fields1-0/+2
2013-04-03nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com1-0/+1
2013-04-03nfsd: remove unused macro in nfsv4Yanchuan Nian1-1/+0
2013-04-03nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields1-1/+1
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields3-7/+8
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields3-1/+28
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields1-6/+3
2013-04-03nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton1-15/+29
2013-04-03nfsd: keep stats on worst hash balancing seen so farJeff Layton1-4/+27
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsJeff Layton3-0/+35
2013-04-03nfsd: track memory utilization by the DRCJeff Layton1-5/+17
2013-04-03nfsd: break out comparator into separate functionJeff Layton1-11/+35
2013-04-03nfsd: eliminate one of the DRC cache searchesJeff Layton1-22/+19
2013-03-28NFSv4: Fix Oopses in the fs_locations codeTrond Myklebust1-23/+20
2013-03-28NFSv4: Fix another reboot recovery raceTrond Myklebust2-5/+5
2013-03-27NFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_errorsTrond Myklebust1-0/+2
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-03-25NFSv4.1: Use CLAIM_DELEG_CUR_FH opens when availableTrond Myklebust1-1/+1
2013-03-25NFSv4.1: Enable open-by-filehandleTrond Myklebust3-7/+49
2013-03-25NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opensTrond Myklebust1-0/+23
2013-03-25NFSv4: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modesTrond Myklebust1-11/+27
2013-03-25NFSv4.1: Select the "most recent locking state" for read/write/setattr stateidsTrond Myklebust3-1/+5
2013-03-25NFSv4: Prepare for minorversion-specific nfs_server capabilitiesTrond Myklebust3-11/+22
2013-03-25NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an errorTrond Myklebust3-14/+86
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust5-34/+41
2013-03-25NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match tooTrond Myklebust1-3/+4
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust6-0/+31
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust5-17/+61
2013-03-25SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2-14/+18
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust3-1/+34
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2-9/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton1-4/+4