index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-06
[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc
NeilBrown
1
-1
/
+1
2006-10-04
[PATCH] knfsd: nfsd4: actually use all the pieces to implement referrals
J.Bruce Fields
2
-13
/
+68
2006-10-04
[PATCH] knfsd: nfsd4: xdr encoding for fs_locations
J.Bruce Fields
1
-0
/
+125
2006-10-04
[PATCH] knfsd: nfsd4: fslocations data structures
Manoj Naik
1
-4
/
+114
2006-10-04
[PATCH] knfsd: nfsd: store export path in export
J.Bruce Fields
1
-0
/
+10
2006-10-04
[PATCH] knfsd: fix auto-sizing of nfsd request/reply buffers
NeilBrown
1
-1
/
+1
2006-10-04
[PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls
J.Bruce Fields
2
-20
/
+5
2006-10-04
[PATCH] knfsd: nfsd4: acls: simplify nfs4_acl_nfsv4_to_posix interface
J.Bruce Fields
1
-27
/
+21
2006-10-04
[PATCH] knfsd: nfsd4: acls: fix inheritance
J.Bruce Fields
1
-13
/
+30
2006-10-04
[PATCH] knfsd: nfsd4: acls: relax the nfsv4->posix mapping
J.Bruce Fields
1
-354
/
+273
2006-10-04
[PATCH] knfsd: nfsd4: clean up exp_pseudoroot
J.Bruce Fields
1
-7
/
+4
2006-10-04
[PATCH] knfsd: nfsd4: refactor exp_pseudoroot
J.Bruce Fields
1
-9
/
+3
2006-10-04
[PATCH] knfsd: register all RPC programs with portmapper by default
Olaf Kirch
2
-0
/
+2
2006-10-04
[PATCH] knfsd: make nfsd readahead params cache SMP-friendly
Greg Banks
1
-16
/
+44
2006-10-04
[PATCH] knfsd: Allow max size of NFSd payload to be configured
NeilBrown
2
-1
/
+51
2006-10-04
[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP
Greg Banks
5
-22
/
+27
2006-10-04
[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom
NeilBrown
6
-40
/
+40
2006-10-04
[PATCH] knfsd: Replace two page lists in struct svc_rqst with one
NeilBrown
6
-45
/
+38
2006-10-04
[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket
NeilBrown
1
-6
/
+6
2006-10-04
[PATCH] knfsd: Protect update to sn_nrthreads with lock_kernel
NeilBrown
1
-0
/
+2
2006-10-04
[PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...
NeilBrown
1
-0
/
+2
2006-10-04
[PATCH] knfsd: nfsd: lockdep annotation fix
NeilBrown
1
-1
/
+1
2006-10-03
BUG_ON() conversion in fs/nfsd/
Eric Sesterhenn
1
-2
/
+1
2006-10-03
fix file specification in comments
Uwe Zeisberger
2
-2
/
+2
2006-10-03
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
1
-1
/
+1
2006-10-02
[PATCH] nfsd: lockdep annotation
Peter Zijlstra
1
-4
/
+4
2006-10-02
[PATCH] knfsd: allow admin to set nthreads per node
Greg Banks
2
-0
/
+144
2006-10-02
[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd
Greg Banks
1
-31
/
+5
2006-10-02
[PATCH] knfsd: add svc_get
Greg Banks
1
-1
/
+1
2006-10-02
[PATCH] knfsd: Correctly handle error condition from lockd_up
NeilBrown
1
-6
/
+10
2006-10-02
[PATCH] knfsd: Check return value of lockd_up in write_ports
NeilBrown
1
-3
/
+6
2006-10-02
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
NeilBrown
1
-4
/
+2
2006-10-02
[PATCH] nfsd: add lock annotations to e_start and e_stop
Josh Triplett
1
-0
/
+2
2006-10-02
[PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1
Greg Banks
1
-3
/
+3
2006-10-02
[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'
NeilBrown
2
-12
/
+51
2006-10-02
[PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports
NeilBrown
1
-0
/
+20
2006-10-02
[PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers
NeilBrown
1
-26
/
+57
2006-10-02
[PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions
NeilBrown
2
-53
/
+58
2006-10-02
[PATCH] knfsd: be more selective in which sockets lockd listens on
NeilBrown
1
-6
/
+10
2006-10-02
[PATCH] knfsd: add a callback for when last rpc thread finishes
NeilBrown
1
-22
/
+18
2006-10-02
[PATCH] knfsd: remove an unused variable from e_show()
Greg Banks
1
-2
/
+0
2006-10-02
[PATCH] knfsd: add some missing newlines in printks
Greg Banks
3
-3
/
+3
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-4
/
+1
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
2
-4
/
+2
2006-09-22
NFSD: Convert NFS server callback logic to use new rpc_create API
Chuck Lever
1
-39
/
+27
2006-09-21
[CRYPTO] users: Use crypto_hash interface instead of crypto_digest
Herbert Xu
1
-10
/
+11
2006-07-31
[PATCH] knfsd: Fix stale file handle problem with subtree_checking.
NeilBrown
1
-7
/
+13
2006-07-10
[PATCH] knfsd: nfsd4: add per-operation server stats
Shankar Anand
2
-0
/
+18
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
5
-5
/
+0
2006-06-30
[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
J. Bruce Fields
1
-1
/
+1
[next]