summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-09-11nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2014-09-03NFSD: Put export if prepare_creds() failKinglong Mee1-2/+4
2014-09-03NFSD: Full checking of authentication nameKinglong Mee1-9/+5
2014-09-03NFSD: Fix bad using of return value from qword_getKinglong Mee1-3/+3
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee1-13/+17
2014-09-03NFSD: Reset creds after mnt_want_write_file() failKinglong Mee1-1/+2
2014-09-03NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee1-10/+17
2014-09-02nfs: do not start the callback thread until we set rqstp->rq_taskTrond Myklebust1-1/+2
2014-09-02lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust1-1/+2
2014-08-28nfsd4: remove labeled NFS warning from config helpJ. Bruce Fields1-3/+0
2014-08-28sunrpc: fix byte-swapping of displayed XIDChuck Lever1-1/+1
2014-08-28NFSD: Update some as-yet unused 4.2 error codesAnna Schumaker2-2/+3
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee1-4/+2
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields1-4/+0
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar3-2/+12
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields1-7/+0
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall1-5/+0
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton1-1/+5
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton1-9/+13
2014-08-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust1-7/+11
2014-08-17nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust1-23/+20
2014-08-17nfsd: convert num_drc_entries to an atomic_tTrond Myklebust1-16/+12
2014-08-17nfsd: Remove the cache_hash listTrond Myklebust2-18/+2
2014-08-17nfsd: convert the lru list into a per-bucket thingTrond Myklebust1-23/+50
2014-08-17nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust1-21/+24
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust1-17/+6
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust1-14/+7
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust1-21/+10
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust3-18/+17
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust1-5/+10
2014-08-17nfs: Ensure that nfs_callback_start_svc sets the server rq_task...Trond Myklebust1-0/+1
2014-08-17lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust1-0/+2
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust1-1/+1
2014-08-16Linux 3.17-rc1v3.17-rc1Linus Torvalds1-2/+2