summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4session.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Fix regression in callback retry handlingFred Isaman2016-12-011-1/+1
* fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()Shuah Khan2016-11-071-1/+1
* NFSv4.1: work around -Wmaybe-uninitialized warningArnd Bergmann2016-10-241-4/+6
* NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-281-1/+21
* NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-281-0/+33
* NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-251-12/+42
* NFSv4.1: Don't set up a backchannel if the server didn't agree to do soTrond Myklebust2015-02-181-1/+1
* NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust2014-02-011-5/+20
* When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning:Chuck Lever2013-09-041-2/+2
* NFS: Add global helper for releasing slot table resourcesChuck Lever2013-09-031-6/+15
* NFS: Add global helper to set up a stand-along nfs4_slot_tableChuck Lever2013-09-031-13/+25
* NFS: Enable slot table helpers for NFSv4.0Chuck Lever2013-09-031-8/+21
* NFS: When displaying session slot numbers, use "%u" consistentlyChuck Lever2013-09-031-5/+5
* NFS: Never use user credentials for lease renewalChuck Lever2013-08-071-1/+1
* NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrsAndy Adamson2013-06-281-38/+2
* NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson2013-05-201-2/+2
* NFSv4.1: Deal effectively with interrupted RPC calls.Trond Myklebust2012-12-151-0/+1
* NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust2012-12-151-2/+1
* NFSv4.1: Be conservative about the client highest slotidTrond Myklebust2012-12-111-6/+16
* NFSv4.1: Try to eliminate outliers when updating target_highest_slotidTrond Myklebust2012-12-061-5/+58
* NFSv4.1: Ensure smooth handover of slots from one task to the next waitingTrond Myklebust2012-12-061-3/+56
* NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust2012-12-061-0/+436
OpenPOWER on IntegriCloud