summaryrefslogtreecommitdiffstats
path: root/arch/x86/power (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-05NFSD: Change name of extended attribute containing junctionChuck Lever1-3/+14
2012-01-05svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields1-1/+0
2012-01-05svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-01-05nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields1-2/+3
2012-01-02nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields1-1/+8
2011-12-14NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker1-4/+5
2011-12-13NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker1-3/+0
2011-12-12nfsd4: initialize special stateid's at compile timeJ. Bruce Fields1-5/+12
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky3-10/+13
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky4-8/+10
2011-12-06svcrpc: update outdated BKL commentJ. Bruce Fields1-2/+2
2011-12-06nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong1-4/+3
2011-12-06svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2011-12-06svcrpc: destroy server sockets all at onceJ. Bruce Fields3-8/+12
2011-12-06svcrpc: make svc_delete_xprt staticJ. Bruce Fields2-2/+2
2011-12-06nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2011-11-26nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2-4/+2
2011-11-16nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2-6/+24
2011-11-16nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields1-1/+1
2011-11-08nfsd4: share open and lock owner hash tablesJ. Bruce Fields1-39/+32
2011-11-08nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields1-28/+14
2011-11-08NFSD: Remove unnecessary whitespaceBryan Schumaker1-7/+7
2011-11-08NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker3-10/+9
2011-11-08NFSD: Added fault injection documentationBryan Schumaker2-0/+71