- d8b2607 NFSD: simplify struct nfsfh by NeilBrown · 3 years, 4 months ago
- c645a88 NFSD: drop support for ancient filehandles by NeilBrown · 3 years, 4 months ago
- 2c42f80 NFSD: Update the GETATTR3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 20ad856 nfsd: report per-export stats by Amir Goldstein · 4 years ago
- e567b98 nfsd: protect concurrent access to nfsd stats counters by Amir Goldstein · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 716a8bc nfsd: Record NFSv4 pre/post-op attributes as non-atomic by Trond Myklebust · 4 years, 1 month ago
- 2e19d10 nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALE by Trond Myklebust · 4 years, 1 month ago
- daab110 nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations by Jeff Layton · 4 years, 1 month ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- f01274a nfsd: Add tracing to nfsd_set_fh_dentry() by Trond Myklebust · 4 years, 10 months ago
- a677a78 nfsd: use true and false for boolean values by Gustavo A. R. Silva · 6 years ago
- 9d7ed13 nfsd: don't require low ports for gss requests by J. Bruce Fields · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
- d28c442 nfsd: Fix some indent inconsistancy by Christophe JAILLET · 8 years ago
- 93f580a nfsd: Correct a comment for NFSD_MAY_ defines location by Oleg Drokin · 8 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
- 027bc41 NFSD: Put export if prepare_creds() fail by Kinglong Mee · 10 years ago
- 94ec938 nfsd: add appropriate __force directives to filehandle generation code by Jeff Layton · 11 years ago
- bf18f16 NFSD: Using exp_get for export getting by Kinglong Mee · 11 years ago
- a48fd0f SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING by Kinglong Mee · 11 years ago
- 5409e46 nfsd: clean up fh_auth usage by Christoph Hellwig · 11 years ago
- 49e7372 nfsd: fh_update should error out in unexpected cases by J. Bruce Fields · 11 years ago
- 97e47fa nfsd: switch to %p[dD] by Al Viro · 11 years ago
- 216b6cb exportfs: add FILEID_INVALID to indicate invalid fid_type by Namjae Jeon · 12 years ago
- 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 13 years ago
- a09581f nfsd: use exp_put() for svc_export_cache put by Stanislav Kinsbursky · 13 years ago
- 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
- e10f9e1 nfsd: clean up nfsd_mode_check() by J. Bruce Fields · 13 years ago
- 7d818a7 nfsd: open-code special directory-hardlink check by J. Bruce Fields · 13 years ago
- 204f4ce nfsd4: allow fh_verify caller to skip pseudoflavor checks by J. Bruce Fields · 14 years ago
- 3d354cb nfsd: fix "insecure" export option by J. Bruce Fields · 15 years ago
- 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
- 03a816b4 nfsd: restrict filehandles accepted in V4ROOT case by Steve Dickson · 15 years ago
- 12045a6e nfsd: let "insecure" flag vary by pseudoflavor by J. Bruce Fields · 15 years ago
- 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
- 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
- 864f0f6 nfsd: simplify fh_verify access checks by J. Bruce Fields · 15 years ago
- 0a3adad nfsd: make fs/nfsd/vfs.h for common includes by J. Bruce Fields · 15 years ago
- 1be10a8 nfsd4: filehandle leak or error exit from fh_compose() by J. Bruce Fields · 15 years ago
- bc6c53d nfsd: move fsid_type choice out of fh_compose by J. Bruce Fields · 15 years ago
- 8e49875 nfsd: move some of fh_compose into helper functions by J. Bruce Fields · 15 years ago
- 1dbd0d5 knfsd: remove unreported filehandle stats counters by Greg Banks · 16 years ago
- 30fa8c0 NFSD: FIDs need to take precedence over UUIDs by Steve Dickson · 16 years ago
- b3d47676 nfsd: update fh_verify description by J. Bruce Fields · 16 years ago
- d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
- b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
- 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 16 years ago
- f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
- 496d6c3 nfsd: fix spurious EACCESS in reconnect_path() by Neil Brown · 17 years ago
- 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 17 years ago
- 03550fa nfsd: move most of fh_verify to separate function by J. Bruce Fields · 17 years ago
- b663c6f nfsd: fix oops on access from high-numbered ports by J. Bruce Fields · 17 years ago
- 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 17 years ago
- 5477549 Use struct path in struct svc_export by Jan Blunck · 17 years ago
- 2e8138a nfsd: move nfsd/auth.h into fs/nfsd by J. Bruce Fields · 17 years ago
- 6fa0283 nfsd4: recheck for secure ports in fh_verify by J. Bruce Fields · 17 years ago
- 6e91ea2 exportfs: add fid type by Christoph Hellwig · 17 years ago
- b8da0d1 knfsd: Validate filehandle type in fsid_source by Neil Brown · 17 years ago
- 9091224 knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports by J. Bruce Fields · 17 years ago
- 0ec757d knfsd: nfsd4: make readonly access depend on pseudoflavor by J. Bruce Fields · 17 years ago
- 32c1eb0 knfsd: nfsd4: return nfserr_wrongsec by Andy Adamson · 17 years ago
- 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
- 0989a78 knfsd: nfsd: provide export lookup wrappers which take a svc_rqst by J. Bruce Fields · 17 years ago
- 2d3bb25 knfsd: nfsd: make all exp_finding functions return -errno's on err by J. Bruce Fields · 17 years ago
- d37065c knfsd: exportfs: add procedural interface for NFSD by Christoph Hellwig · 17 years ago
- a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
- b41eeef knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping by NeilBrown · 18 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
- a033f35 [PATCH] include of asm/pgtable.h in nfsfh is bogus by Al Viro · 18 years ago
- cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
- af6a4e2 [PATCH] knfsd: add some new fsid types by NeilBrown · 18 years ago
- 982aedf [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a filehandle by NeilBrown · 18 years ago
- ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 18 years ago
- fc2dd2e [PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify(). by Al Viro · 18 years ago
- 34e9a63 [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events by NeilBrown · 18 years ago
- e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
- 83b1134 [PATCH] nfsfh simple endianness annotations by Al Viro · 18 years ago
- d1bbf14 [PATCH] knfsd: Fix stale file handle problem with subtree_checking. by NeilBrown · 18 years ago
- 7fc90ec [PATCH] knfsd: nfsd: call nfsd_setuser() on fh_compose(), fix nfsd4 permissions problem by J. Bruce Fields · 19 years ago
- 7e40536 [PATCH] knfsd: ignore ref_fh when crossing a mountpoint by NeilBrown · 19 years ago
- 4c9608b [PATCH] knfsd: remove noise about filehandle being uptodate by NeilBrown · 19 years ago
- baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago