summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields2013-04-042-8/+8
* nfsd4: shut down more of delegation earlierJ. Bruce Fields2013-04-041-6/+7
* nfsd4: minor cb_recall simplificationJ. Bruce Fields2013-04-041-5/+3
* nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting2013-04-031-1/+3
* nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-04-031-4/+4
* nfsd: convert the file_hashtbl to a hlistJeff Layton2013-04-032-11/+5
* nfsd4: don't destroy in-use sessionJ. Bruce Fields2013-04-032-33/+43
* nfsd4: don't destroy in-use clientsJ. Bruce Fields2013-04-033-97/+131
* nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields2013-04-031-14/+14
* nfsd4: fix destroy_session raceJ. Bruce Fields2013-04-031-16/+10
* nfsd4: clientid lookup cleanupJ. Bruce Fields2013-04-031-12/+12
* nfsd4: destroy_clientid simplificationJ. Bruce Fields2013-04-031-7/+1
* nfsd4: remove some dprintk'sJ. Bruce Fields2013-04-031-8/+1
* nfsd4: STALE_STATEID cleanupJ. Bruce Fields2013-04-031-15/+6
* nfsd4: warn on odd create_session stateJ. Bruce Fields2013-04-031-0/+2
* nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com2013-04-031-0/+1
* nfsd: remove unused macro in nfsv4Yanchuan Nian2013-04-031-1/+0
* nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields2013-04-031-1/+1
* nfsd4: fix race on client shutdownJ. Bruce Fields2013-04-033-7/+8
* nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields2013-04-033-1/+28
* nfsd4: remove BUG_ONJ. Bruce Fields2013-04-031-6/+3
* nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton2013-04-031-15/+29
* nfsd: keep stats on worst hash balancing seen so farJeff Layton2013-04-031-4/+27
* nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-033-0/+35
* nfsd: track memory utilization by the DRCJeff Layton2013-04-031-5/+17
* nfsd: break out comparator into separate functionJeff Layton2013-04-031-11/+35
* nfsd: eliminate one of the DRC cache searchesJeff Layton2013-04-031-22/+19
* nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-03-261-1/+1
* nfsd: fix bad offset useKent Overstreet2013-03-221-1/+2
* nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-181-4/+4
* nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-181-1/+2
* nfsd: convert to idr_alloc()Tejun Heo2013-03-131-3/+2
* nfsd: remove unused get_new_stid()Tejun Heo2013-03-131-31/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-2812-190/+437
|\
| * nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton2013-02-171-1/+1
| * nfsd: enable NFSv4 state in containersStanislav Kinsbursky2013-02-151-10/+0
| * nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky2013-02-151-0/+6
| * nfsd: use proper net while reading "exports" fileStanislav Kinsbursky2013-02-151-6/+25
| * nfsd: containerize NFSd filesystemStanislav Kinsbursky2013-02-152-16/+35
| * nfsd: fix comments on nfsd_cache_lookupJeff Layton2013-02-151-2/+5
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-152-26/+0
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-152-4/+8
| * nfsd4: free_stid can be staticFengguang Wu2013-02-111-1/+1
| * nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2013-02-082-3/+49
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-054-4/+4
| * nfsd4: simplify idr allocationJ. Bruce Fields2013-02-051-29/+52
| * nfsd: Fix memleakmajianpeng2013-02-051-0/+2
| * nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-041-0/+23
| * nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-041-3/+47
OpenPOWER on IntegriCloud