aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-23nfsd: add dprintk of compound returnJ. Bruce Fields1-0/+1
2008-05-18nfsd: reorder printk in do_probe_callback to avoid use-after-freeJ. Bruce Fields1-1/+1
2008-05-18nfsd: remove unnecessary atomic opsJ. Bruce Fields1-2/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-29nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev1-2/+2
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-3/+0
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng1-0/+32
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng1-0/+33
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-23nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-04-23nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-23make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-23NFSD: Remove NFSD_TCP kernel build optionChuck Lever1-2/+0
2008-04-23nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-04-23nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-23nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-23nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon2-5/+19
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen1-2/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen2-1/+10
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen1-4/+13
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen1-1/+13
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2-2/+26
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2-2/+18
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen1-1/+2
2008-03-14nfsd: fix oops on access from high-numbered portsJ. Bruce Fields1-2/+2
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+2