summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* [PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen2008-04-192-1/+10
* [PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen2008-04-191-4/+13
* [PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen2008-04-191-1/+13
* [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2008-04-192-2/+26
* [PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2008-04-192-2/+18
* [PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2008-04-191-1/+2
* nfsd: fix oops on access from high-numbered portsJ. Bruce Fields2008-03-141-2/+2
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-1/+1
* d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-141-2/+2
* Use struct path in struct svc_expkeyJan Blunck2008-02-141-17/+13
* Use struct path in struct svc_exportJan Blunck2008-02-148-67/+65
* Introduce path_put()Jan Blunck2008-02-143-7/+7
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-143-34/+35
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-2/+2
OpenPOWER on IntegriCloud