summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-13NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust1-4/+3
2014-10-13NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust1-1/+2
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust3-12/+29
2014-10-08NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()Tom Haynes1-1/+0
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust46-407/+1188
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust7-53/+64
2014-09-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-09-30NFS: Implement SEEKAnna Schumaker12-2/+244
2014-09-30Merge commit '24bab491220f' into client-4.2Trond Myklebust35-405/+944
2014-09-29NFSD: Implement SEEKAnna Schumaker4-2/+102
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker2-2/+44
2014-09-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
2014-09-28NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-09-28NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig3-71/+83
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig3-12/+13
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig3-35/+22
2014-09-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2-9/+9
2014-09-26nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy1-3/+0
2014-09-26nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig1-10/+7
2014-09-25NFS: Fabricate fscache server index key correctlyDavid Howells1-2/+1
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-25NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2-0/+2
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown4-22/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2-2/+12
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2-10/+18
2014-09-25MM: export page_wakeup functionsNeilBrown2-8/+10
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown4-1/+55
2014-09-24NFS: don't use STABLE writes during writeback.NeilBrown1-2/+5
2014-09-24NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown2-23/+44
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2-0/+8
2014-09-24rpc: return sent and err from xs_sendpages()Jason Baron1-39/+42
2014-09-24lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-09-24SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2-0/+5
2014-09-24Fixing lease renewalOlga Kornievskaia1-0/+1
2014-09-24nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2-0/+30
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2-15/+85
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton3-1/+49
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton4-0/+130
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton3-11/+10
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton8-15/+70