aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever1-1/+1
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever2-15/+9
2008-10-03nfsd: common grace period controlJ. Bruce Fields3-24/+19
2008-09-29nfsd: use nfs client rpc callback programBenny Halevy1-0/+1
2008-09-29nfsd: do_probe_callback should not clear rpc statsBenny Halevy1-3/+0
2008-09-29knfsd: allocate readahead cache in individual chunksJeff Layton1-24/+35
2008-09-29nfsd: nfs4xdr decode_stateid helper functionBenny Halevy1-44/+55
2008-09-29nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy1-1/+3
2008-09-29nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy1-1/+1
2008-09-29nfsd: nfs4xdr encode_stateid helper functionBenny Halevy1-44/+32
2008-09-29nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy1-1/+1
2008-09-29nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy1-2/+6
2008-09-29nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy1-1/+2
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields4-17/+31
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-0/+1
2008-09-01nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields1-1/+1
2008-09-01nfsd: fix compound state allocation error handlingAndy Adamson1-6/+6
2008-08-12Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2008-08-08[NFSD] uninline nfsd4_op_name()Adrian Bunk1-3/+2
2008-07-30fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall1-3/+3
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-0/+1
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2-3/+3
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-8/+2
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi1-4/+9
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-441/+544
2008-07-18nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison1-2/+2
2008-07-18nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields1-74/+74
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever1-5/+10
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia1-1/+1
2008-07-07nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy1-0/+4
2008-07-07nfsd: document open share bit trackingJ. Bruce Fields1-0/+18
2008-07-04nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy1-114/+91
2008-07-03Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 into for-2.6.27J. Bruce Fields1-1/+1
2008-07-02nfsd: dprint operation namesBenny Halevy1-2/+50
2008-07-02nfsd: nfs4 minorversion decoder vectorsBenny Halevy1-3/+14
2008-07-02nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy1-0/+9
2008-07-02nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy1-105/+48
2008-07-02nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy1-7/+3
2008-07-01nfsd: clean up mnt_want_write callsMiklos Szeredi1-14/+11
2008-06-30nfsd: treat all shutdown signals as equivalentJeff Layton1-25/+5
2008-06-30nfsd: fix spurious EACCESS in reconnect_path()Neil Brown1-3/+26
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi9-84/+92
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown1-0/+1
2008-06-23nfsd: fix race in nfsd_nrthreads()Neil Brown1-4/+6
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-2/+1
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-16/+29
2008-06-23knfsd: remove special handling for SIGHUPJeff Layton1-25/+8
2008-06-23knfsd: clean up nfsd filesystem interfacesJeff Layton3-17/+74
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking.Neil Brown2-27/+55
2008-06-23nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy1-1/+1