summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-1/+1
* NLM: Remove "proto" argument from lockd_up()Chuck Lever2008-10-042-15/+9Star
* nfsd: common grace period controlJ. Bruce Fields2008-10-033-24/+19Star
* nfsd: use nfs client rpc callback programBenny Halevy2008-09-301-0/+1
* nfsd: do_probe_callback should not clear rpc statsBenny Halevy2008-09-301-3/+0Star
* knfsd: allocate readahead cache in individual chunksJeff Layton2008-09-291-24/+35
* nfsd: nfs4xdr decode_stateid helper functionBenny Halevy2008-09-291-44/+55
* nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy2008-09-291-1/+3
* nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy2008-09-291-1/+1
* nfsd: nfs4xdr encode_stateid helper functionBenny Halevy2008-09-291-44/+32Star
* nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy2008-09-291-1/+1
* nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy2008-09-291-2/+6
* nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy2008-09-291-1/+2
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-294-17/+31
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-0/+1
* nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields2008-09-011-1/+1
* nfsd: fix compound state allocation error handlingAndy Adamson2008-09-011-6/+6
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-08-131-3/+3
|\
| * fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall2008-07-301-3/+3
* | [NFSD] uninline nfsd4_op_name()Adrian Bunk2008-08-081-3/+2Star
* | [PATCH] get rid of indirect users of namei.hAl Viro2008-07-271-0/+1
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-272-3/+3
* | [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-271-8/+2Star
* | lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-251-4/+9
|/
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2112-441/+544
|\
| * nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison2008-07-181-2/+2
| * nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields2008-07-181-74/+74
| * lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-151-5/+10
| * nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy2008-07-071-0/+4
| * nfsd: document open share bit trackingJ. Bruce Fields2008-07-071-0/+18
| * nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy2008-07-041-114/+91Star
| * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-031-1/+1
| |\
| * | nfsd: dprint operation namesBenny Halevy2008-07-031-2/+50
| * | nfsd: nfs4 minorversion decoder vectorsBenny Halevy2008-07-021-3/+14
| * | nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy2008-07-021-0/+9
| * | nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy2008-07-021-105/+48Star
| * | nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy2008-07-021-7/+3Star
| * | nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11Star
| * | nfsd: treat all shutdown signals as equivalentJeff Layton2008-06-301-25/+5Star
| * | nfsd: fix spurious EACCESS in reconnect_path()Neil Brown2008-06-301-3/+26
| * | nfsd: rename MAY_ flagsMiklos Szeredi2008-06-239-84/+92
| * | knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown2008-06-231-0/+1
| * | nfsd: fix race in nfsd_nrthreads()Neil Brown2008-06-231-4/+6
| * | sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-2/+1Star
| * | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-16/+29
| * | knfsd: remove special handling for SIGHUPJeff Layton2008-06-231-25/+8Star
| * | knfsd: clean up nfsd filesystem interfacesJeff Layton2008-06-233-17/+74
| * | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2008-06-232-27/+55
| * | nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy2008-06-231-1/+1
| * | nfsd: add dprintk of compound returnJ. Bruce Fields2008-06-231-0/+1