summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LockD: add debug message to start and stop functionsStanislav Kinsbursky2012-05-311-0/+5
* LockD: service start function introducedStanislav Kinsbursky2012-05-311-25/+42
* LockD: move global usage counter manipulation from error pathStanislav Kinsbursky2012-05-311-3/+2
* LockD: service creation function introducedStanislav Kinsbursky2012-05-311-11/+27
* LockD: use existing per-net data function on service creationStanislav Kinsbursky2012-05-311-16/+7
* LockD: pass service to per-net up and down functionsStanislav Kinsbursky2012-05-311-7/+5
* sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton2012-05-311-1/+1
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-315-19/+41
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-316-14/+41
* rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields2012-05-311-16/+45
* nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson2012-05-311-7/+33
* nfsd4: fix change attribute endiannessJ. Bruce Fields2012-05-311-2/+2
* nfsd4: fix free_stateid return endiannessJ. Bruce Fields2012-05-311-2/+2
* nfsd4: int/__be32 fixesJ. Bruce Fields2012-05-313-20/+20
* nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields2012-05-311-1/+1
* nfsd4: fix missing "static"J. Bruce Fields2012-05-314-4/+4
* nfsd: state.c should include current_stateid.hJ. Bruce Fields2012-05-311-0/+1
* nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton2012-04-251-1/+1
* SUNRPC: split upcall function to extract reusable partsSimo Sorce2012-04-251-36/+64
* nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky2012-04-121-7/+7
* nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+16
* nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+26
* nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-123-14/+14
* nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky2012-04-121-6/+21
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-126-24/+25
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-125-19/+38
* nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-121-15/+22
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-113-15/+15
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-114-14/+16
* NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky2012-04-111-26/+24
* nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-111-16/+16
* nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-111-0/+3
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-112-8/+21
* nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-112-2/+2
* nfsd: use cache detail pointer from svc_export structure on cache putStanislav Kinsbursky2012-04-111-1/+1
* nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-112-5/+6
* nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-111-1/+1
* nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton2012-04-111-2/+9
* svcauth: remove unused defineSimo Sorce2012-04-111-1/+0
* nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton2012-04-111-2/+0
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-04-112-5/+5
* Linux 3.4-rc2v3.4-rc2Linus Torvalds2012-04-071-1/+1
* Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-072-1/+8
|\
| * regmap: prevent division by zero in rbtree_showStephen Warren2012-04-041-1/+7
| * regmap: Export regcache_sync_region()Mark Brown2012-04-031-0/+1
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-078-12/+36
|\ \
| * | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| * | Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterAvi Kivity2012-04-055-11/+29
| |\ \
| | * | KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf2012-04-031-2/+1
| | * | KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-032-1/+13
OpenPOWER on IntegriCloud