aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2012-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/+91
| * 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-021-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/+48
| * | nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy2008-07-021-7/+3
| * | nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11
| * | nfsd: treat all shutdown signals as equivalentJeff Layton2008-06-301-25/+5
| * | 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/+1
| * | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-16/+29
| * | knfsd: remove special handling for SIGHUPJeff Layton2008-06-231-25/+8
| * | 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
| * | nfsd: remove unnecessary atomic opsJ. Bruce Fields2008-05-181-2/+2
* | | rpc: bring back cl_chattyOlga Kornievskaia2008-07-091-1/+1
| |/ |/|
* | nfsd: reorder printk in do_probe_callback to avoid use-after-freeJ. Bruce Fields2008-05-181-1/+1
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-2/+2
* nfsd: don't allow setting ctime over v4J. Bruce Fields2008-04-251-14/+0
* locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-3/+0
* lockd: unlock lockd locks held for a certain filesystemWendy Cheng2008-04-251-0/+32
* lockd: unlock lockd locks associated with a given server ipWendy Cheng2008-04-251-0/+33
* knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton2008-04-231-13/+14
* knfsd: get rid of imode variable in nfsd_setattrJeff Layton2008-04-231-3/+1
* nfsd: use static memory for callback program and statsOlga Kornievskaia2008-04-231-11/+17
* nfsd: move most of fh_verify to separate functionJ. Bruce Fields2008-04-231-105/+123
* nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher2008-04-231-2/+2
* nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-231-1/+1
* nfsd: fix sparse warningsHarvey Harrison2008-04-234-13/+7
* make nfsd_create_setattr() staticAdrian Bunk2008-04-231-1/+1
* NFSD: Remove NFSD_TCP kernel build optionChuck Lever2008-04-231-2/+0
* nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields2008-04-231-3/+10
* nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields2008-04-231-1/+1
* nfsd4: simplify stateid sequencing checksJ. Bruce Fields2008-04-231-15/+26
* nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields2008-04-231-7/+7
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-232-5/+19
* [PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen2008-04-191-2/+3