- 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
- 12bcbd4 nfsd: Retry once in nfsd_open on an -EOPENSTALE return by Jeff Layton · 3 years ago
- a2694e5 nfsd: Add errno mapping for EREMOTEIO by Jeff Layton · 3 years ago
- b3d0db7 nfsd: map EBADF by Peng Tao · 3 years ago
- 6a2f774 NFSD: Fix zero-length NFSv3 WRITEs by Chuck Lever · 3 years ago
- 53b1119 NFSD: Fix READDIR buffer overflow by Chuck Lever · 3 years ago
- dae9a6c NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() by Chuck Lever · 3 years, 3 months ago
- bb0a55b nfs: don't allow reexport reclaims by J. Bruce Fields · 3 years, 4 months ago
- d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- 8a2cf9f NFSD: Remove unused NFSv2 directory entry encoders by Chuck Lever · 4 years, 1 month ago
- f5dcccd NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream by Chuck Lever · 4 years, 1 month ago
- 8141d6a NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder by Chuck Lever · 4 years, 1 month ago
- d5253200 NFSD: Add a helper that encodes NFSv3 directory offset cookies by Chuck Lever · 4 years, 1 month ago
- a6f8d9d NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- d9014b0 NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 92b54a4 NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- a887eae NFSD: Update the NFSv2 stat encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 6e3e2c4 new helper: inode_wrong_type() by Al Viro · 3 years, 10 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
- 788cd46 NFSD: Add helper to set up the pages where the dirlist is encoded by Chuck Lever · 4 years, 1 month ago
- 1fcbd1c NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 8c293ef NFSD: Update the NFSv2 READ argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- ebcd8e8 NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 2289e87 SUNRPC: Make trace_svc_process() display the RPC procedure symbolically by Chuck Lever · 4 years, 3 months ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 788f718 NFSD: Add common helpers to decode void args and encode void results by Chuck Lever · 4 years, 2 months ago
- cc028a1 NFSD: Hoist status code encoding into XDR encoder functions by Chuck Lever · 4 years, 3 months ago
- f0af221 NFSD: Call NFSv2 encoders on error returns by Chuck Lever · 4 years, 3 months ago
- 1841b9b NFSD: Fix .pc_release method for NFSv2 by Chuck Lever · 4 years, 3 months ago
- 7cf8357 NFSD: Remove vestigial typedefs by Chuck Lever · 4 years, 3 months ago
- 6b3dccd NFSD: Add missing NFSv2 .pc_func methods by Chuck Lever · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 19e0663 nfsd: Ensure sampling of the write verifier is atomic with the write by Trond Myklebust · 5 years ago
- b6356d4 nfsd: use time64_t in nfsd_proc_setattr() check by Arnd Bergmann · 5 years ago
- 2a1aa48 nfsd: pass a 64-bit guardtime to nfsd_setattr() by Arnd Bergmann · 5 years ago
- 83a6307 nfsd: fix nfs read eof detection by Trond Myklebust · 5 years ago
- 11b4d66 NFSD: Handle full-length symlinks by Chuck Lever · 6 years ago
- 3fd9557 NFSD: Refactor the generic write vector fill helper by Chuck Lever · 6 years ago
- 38a7031 NFSD: Clean up legacy NFS SYMLINK argument XDR decoders by Chuck Lever · 7 years ago
- 8154ef2 NFSD: Clean up legacy NFS WRITE argument XDR decoders by Chuck Lever · 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
- e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 8 years ago
- 860bda2 sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 8 years ago
- 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
- 63f8de3 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 8 years ago
- 026fec7 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 8 years ago
- 8537488 sunrpc: properly type pc_release callbacks by Christoph Hellwig · 8 years ago
- a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 8 years ago
- c952cd4 nfsd: map the ENOKEY to nfserr_perm for avoiding warning by Kinglong Mee · 8 years ago
- 52e380e NFSD: cleanup dead codes and values in nfsd_write by Kinglong Mee · 8 years ago
- 54bbb7d NFSD: pass an integer for stable type to nfsd_vfs_write by Kinglong Mee · 8 years ago
- 2778556 Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
- 42e6161 nfsd: handle EUCLEAN by J. Bruce Fields · 8 years ago
- ff30f08 nfsd: only WARN once on unmapped errors by J. Bruce Fields · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
- 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
- cc26508 nfsd: Disable NFSv2 timestamp workaround for NFSv3+ by Andreas Gruenbacher · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- b3fbfe0 nfsd: print status when nfsd4_open fails to open file it just created by Jeff Layton · 10 years ago
- 62814d6 nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig by Jeff Layton · 10 years ago
- 1e444f5 NFSD: Remove iattr parameter from nfsd_symlink() by Kinglong Mee · 10 years ago
- 52ee043 nfsd: let nfsd_symlink assume null-terminated data by J. Bruce Fields · 11 years ago
- 0aeae33 nfsd: make NFSv2 null terminate symlink data by J. Bruce Fields · 11 years ago
- 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
- 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 13 years ago
- 3c72602 nfsd4: return nfs errno from name_to_id functions by J. Bruce Fields · 14 years ago
- f6af99e nfsd4: name->id mapping should fail with BADOWNER not BADNAME by J. Bruce Fields · 14 years ago
- 062304a nfsd: stop translating EAGAIN to nfserr_dropit by J. Bruce Fields · 14 years ago
- 3beb6cd nfsd: don't drop requests on -ENOMEM by J. Bruce Fields · 14 years ago
- 039a87c nfsd: minor nfsd read api cleanup by J. Bruce Fields · 14 years ago
- 6904996 gcc-4.6: nfsd: fix initialized but not read warnings by Andi Kleen · 14 years ago
- 7663dac nfsd: remove pointless paths in file headers 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
- 0a3adad nfsd: make fs/nfsd/vfs.h for common includes by J. Bruce Fields · 15 years ago
- f39bde2 nfsd4: fix error return when pseudoroot missing by J. Bruce Fields · 15 years ago
- b9081d9 NFS: kill off complicated macro 'PROC' by Yu Zhiguo · 16 years ago
- 31dec25 Short write in nfsd becomes a full write to the client by David Shaw · 16 years ago
- b7aeda4 nfsd: add etoosmall to nfserrno by Dean Hildebrand · 16 years ago
- 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 16 years ago
- 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 17 years ago
- 599eb30 knfsd: nfsd: Handle ERESTARTSYS from syscalls. by NeilBrown · 17 years ago
- 5477549 Use struct path in struct svc_export by Jan Blunck · 17 years ago
- 0ec757d knfsd: nfsd4: make readonly access depend on pseudoflavor by J. Bruce Fields · 17 years ago
- cd123012 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 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
- c4d987b [PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error values by Al Viro · 18 years ago
- 63f10311 [PATCH] nfsd: nfserrno() endianness annotations by Al Viro · 18 years ago
- 7111c66 [PATCH] fix svc_procfunc declaration by Al Viro · 18 years ago
- 7adae48 [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP by Greg Banks · 18 years ago
- 3cc03b1 [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom by NeilBrown · 18 years ago
- 7ed9429 [PATCH] knfsd: nfsd: lockdep annotation fix by NeilBrown · 18 years ago
- 7775f4c [PATCH] knfsd: Correct reserved reply space for read requests. by NeilBrown · 19 years ago
- 846f2fc [PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr. by David Shaw · 19 years ago
- a838cc4 [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping table by Andreas Gruenbacher · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago