- f4bc5bb Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 11 months ago
- 3f96502 NFSD: COMMIT operations must not return NFS?ERR_INVAL by Chuck Lever · 3 years ago
- 6260d9a NFSD: Clamp WRITE offsets by Chuck Lever · 3 years ago
- 0cb4d23 NFSD: Fix the behavior of READ near OFFSET_MAX by Chuck Lever · 2 years, 11 months ago
- 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 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
- 76ed0dd NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations by Chuck Lever · 4 years ago
- 7f87fc2 NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- e4ccfe3 NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- a1409e2 NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder by Chuck Lever · 4 years, 2 months ago
- a161e6c NFSD: Add a helper that encodes NFSv3 directory offset cookies by Chuck Lever · 4 years, 2 months ago
- cc9bcda NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 9a9c892 NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 5cf3533 NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 2c42f80 NFSD: Update the GETATTR3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 40116eb NFSD: Add helper to set up the pages where the dirlist is encoded by Chuck Lever · 4 years, 1 month ago
- 0a8f37f NFSD: Fix returned READDIR offset cookie by Chuck Lever · 4 years, 2 months ago
- 224c1c8 NFSD: Update READLINK3arg decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- be63bd2 NFSD: Update READ3arg decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
- 9575363 NFSD: Update GETATTR3args 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
- 788f718 NFSD: Add common helpers to decode void args and encode void results by Chuck Lever · 4 years, 2 months ago
- 71fd721 nfsd/nfs3: remove unused macro nfsd3_fhandleres by Alex Shi · 4 years, 2 months ago
- 66d60e3 NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL 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
- 14168d6 NFSD: Remove the RETURN_STATUS() macro by Chuck Lever · 4 years, 3 months ago
- dcc4699 NFSD: Encoder and decoder functions are always present by Chuck Lever · 4 years, 3 months ago
- 19e0663 nfsd: Ensure sampling of the write verifier is atomic with the write by Trond Myklebust · 5 years ago
- 524ff1a nfsd: Ensure sampling of the commit verifier is atomic with the commit by Trond Myklebust · 5 years ago
- 83a6307 nfsd: fix nfs read eof detection by Trond Myklebust · 5 years ago
- 3c86794 nfsd/nfsd3_proc_readdir: fix buffer count and page pointers by Murphy Zhou · 6 years ago
- f875a79 nfsd: allow nfsv3 readdir request to be larger. by NeilBrown · 6 years ago
- b602345 nfsd: fix memory corruption caused by readdir by NeilBrown · 6 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
- 9482c9c nfsd: remove the unused PROC() macro in nfs3proc.c by Christoph Hellwig · 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
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- ac503e4 nfsd: use short read as well as i_size to set eof by Benjamin Coddington · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 18c01ab nfsd: allow turning off nfsv3 readdir_plus by Rajesh Ghanekar · 10 years ago
- 63bab06 nfsd3: Check write permission after checking existence by Ross Lagerwall · 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
- 3c7aa15 NFSD: Using min/max/min_t/max_t for calculate by Kinglong Mee · 11 years ago
- 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
- afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
- 95c7a20 nfsd: do_nfsd_create verf argument is a u32 by J. Bruce Fields · 12 years ago
- ac6721a nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly by Mi Jinlong · 14 years ago
- 18b631f nfsd: fix offset printk's in nfsd3 read/write by J. Bruce Fields · 14 years ago
- 039a87c nfsd: minor nfsd read api cleanup by J. Bruce Fields · 14 years ago
- 43a9aa6 NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIR by Chuck Lever · 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
- 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
- 12214cb NFSD: cleanup for nfs3proc.c by Qinghuang Feng · 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
- 5477549 Use struct path in struct svc_export by Jan Blunck · 17 years ago
- cd123012 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 18 years ago
- 81ac95c [PATCH] nfsd4: fix open-create permissions by J. Bruce Fields · 18 years ago
- c4d987b [PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error values 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
- 7775f4c [PATCH] knfsd: Correct reserved reply space for read requests. by NeilBrown · 19 years ago
- a334de2 [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync by David Shaw · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago