- eb162e1 NFSD: Fix sparse warning in nfs4proc.c by Chuck Lever · 4 years, 1 month ago
- 3a237b4 NFSD: Make nfsd4_ops::opnum a u32 by Chuck Lever · 4 years, 1 month ago
- 1708e50 NFSD: Add helper to decode OPEN's open_claim4 argument by Chuck Lever · 4 years, 2 months ago
- c1346a12 NFSD: Replace the internals of the READ_BUF() macro by Chuck Lever · 4 years, 2 months ago
- 788f718 NFSD: Add common helpers to decode void args and encode void results by Chuck Lever · 4 years, 2 months ago
- 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
- 49a3613 NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy by Dai Ngo · 4 years, 2 months ago
- 36e1e5b NFSD: Fix use-after-free warning when doing inter-server copy by Dai Ngo · 4 years, 2 months ago
- 0cfcd40 NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy by Dai Ngo · 4 years, 3 months ago
- 528b849 NFSD: Add READ_PLUS data support by Anna Schumaker · 4 years, 3 months ago
- cc028a1 NFSD: Hoist status code encoding into XDR encoder functions 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
- 44b49aa nfsd: fix comparison to bool warning by Zheng Bin · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 23e50fe nfsd: implement the xattr functions and en/decode logic by Frank van der Linden · 4 years, 6 months ago
- c11d7fd nfsd: take xattr bits into account for permission checks by Frank van der Linden · 4 years, 6 months ago
- 6670ee2 Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incoming by J. Bruce Fields · 4 years, 8 months ago
- f245397 NFSD: Fix improperly-formatted Doxygen comments by Chuck Lever · 4 years, 9 months ago
- 28df3d1 nfsd: clients don't need to break their own delegations by J. Bruce Fields · 7 years ago
- 91fd3c3 nfsd4: fix double free in nfsd4_do_async_copy() by Dan Carpenter · 5 years 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
- b66ae6d nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range() by Trond Myklebust · 5 years ago
- 16f8f89 nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument by Trond Myklebust · 5 years ago
- 500c2481 nfsd: use true,false for bool variable in nfs4proc.c by zhengbin · 5 years ago
- 2a1aa48 nfsd: pass a 64-bit guardtime to nfsd_setattr() by Arnd Bergmann · 5 years ago
- d781e3d nfsd4: avoid NULL deference on strange COPY compounds by J. Bruce Fields · 5 years ago
- 2e577f0 NFSD fixing possible null pointer derefering in copy offload by Olga Kornievskaia · 5 years ago
- b8290ca NFSD fix nfserro errno mismatch by Olga Kornievskaia · 5 years ago
- 3f9544c NFSD: fix seqid in copy stateid by Olga Kornievskaia · 5 years ago
- ce0887a NFSD add nfs4 inter ssc to nfsd4_copy by Olga Kornievskaia · 5 years ago
- b9e8638 NFSD: allow inter server COPY to have a STALE source server fh by Olga Kornievskaia · 5 years ago
- 51100d2 NFSD generalize nfsd4_compound_state flag names by Olga Kornievskaia · 6 years ago
- 624322f NFSD add COPY_NOTIFY operation by Olga Kornievskaia · 5 years ago
- 5191186 NFSD COPY_NOTIFY xdr by Olga Kornievskaia · 5 years ago
- 18f428d NFSD fixing possible null pointer derefering in copy offload by Olga Kornievskaia · 5 years ago
- a25e3726 nfsd: Ensure CLONE persists data and metadata changes to the target file by Trond Myklebust · 5 years ago
- 27c438f nfsd: Support the server resetting the boot verifier by Trond Myklebust · 5 years ago
- 5c4583b nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache by Jeff Layton · 5 years ago
- 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- e333f3b nfsd: Allow containers to set supported nfs versions by Trond Myklebust · 6 years ago
- 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 03b31f4 NFSD remove OP_CACHEME from 4.2 op_flags by Olga Kornievskaia · 6 years ago
- 0d4d672 nfsd4: skip unused assignment by J. Bruce Fields · 6 years ago
- f8f71d0 nfsd4: forbid all renames during grace period by J. Bruce Fields · 6 years ago
- fdec611 nfsd4: zero-length WRITE should succeed by J. Bruce Fields · 6 years ago
- 01310bb nfsd: COPY and CLONE operations require the saved filehandle to be set by Scott Mayhew · 6 years ago
- e0639dc NFSD introduce async copy feature by Olga Kornievskaia · 6 years ago
- 885e2bf NFSD OFFLOAD_CANCEL xdr by Olga Kornievskaia · 6 years ago
- 6308bc9 NFSD OFFLOAD_STATUS xdr by Olga Kornievskaia · 6 years ago
- 3fd9557 NFSD: Refactor the generic write vector fill helper by Chuck Lever · 6 years ago
- 5b7b15ae nfsd: fix corrupted reply to badly ordered compound by J. Bruce Fields · 7 years ago
- 7a04cfd nfsd: clarify check_op_ordering by J. Bruce Fields · 7 years ago
- 03f318c nfsd4: extend reclaim period for reclaiming clients by J. Bruce Fields · 7 years ago
- 880a3a5 nfsd: fix incorrect umasks by J. Bruce Fields · 7 years ago
- fff4080 nfsd: Trace NFSv4 COMPOUND execution by Chuck Lever · 7 years ago
- 87c5942 nfsd: Add I/O trace points in the NFSv4 read proc by Chuck Lever · 7 years ago
- d890be1 nfsd: Add I/O trace points in the NFSv4 write path by Chuck Lever · 7 years ago
- f394b62 nfsd: Add "nfsd_" to trace point names by Chuck Lever · 7 years ago
- edcc845 nfsd: remove unsused "cp_consecutive" field by J. Bruce Fields · 7 years ago
- 0078117 nfsd: return RESOURCE not GARBAGE_ARGS on too many ops by J. Bruce Fields · 7 years ago
- 66282ec nfsd4: permit layoutget of executable-only files by Benjamin Coddington · 7 years ago
- 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
- 256a89f nfds: avoid gettimeofday for nfssvc_boot time by Arnd Bergmann · 7 years ago
- ec572b9 nfsd4: define nfsd4_secinfo_no_name_release() by Eryu Guan · 7 years ago
- 9542446 nfsd: remove unnecessary nofilehandle checks by J. Bruce Fields · 7 years ago
- b7571e4 nfsd4: skip encoder in trivial error cases by J. Bruce Fields · 8 years ago
- 34b1744c nfsd4: define ->op_release for compound ops by J. Bruce Fields · 8 years ago
- f4f9ef4 nfsd4: opdesc will be useful outside nfs4proc.c by J. Bruce Fields · 7 years ago
- 0020939 nfsd4: move some nfsd4 op definitions to xdr4.h by J. Bruce Fields · 8 years ago
- 9a1d168 Merge tag 'v4.12-rc5' into nfsd tree by J. Bruce Fields · 8 years ago
- 9a30740 nfsd4: fix null dereference on replay by J. Bruce Fields · 8 years ago
- bb2a8b0 nfsd4: const-ify nfsd4_ops by Christoph Hellwig · 8 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
- eb69853 nfsd4: properly type op_func callbacks by Christoph Hellwig · 8 years ago
- 1c12263 nfsd4: remove nfsd4op_rsize by Christoph Hellwig · 8 years ago
- 57832e7 nfsd4: properly type op_get_currentstateid callbacks by Christoph Hellwig · 8 years ago
- b60e985 nfsd4: properly type op_set_currentstateid callbacks 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
- a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 8 years ago
- f7235b6 nfsd: use named initializers in PROC() by Christoph Hellwig · 8 years ago
- b550a32 nfsd: fix undefined behavior in nfsd4_layout_verify by Ari Kauppi · 8 years ago
- 05b7278 nfsd: fix oops on unsupported operation by Olga Kornievskaia · 8 years ago
- 5283b03 nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 by Jeff Layton · 8 years ago
- 05a45a2 sunrpc: turn bitfield flags in svc_version into bools by Jeff Layton · 8 years ago
- 2282cd2 NFSD: Get response size before operation for all RPCs by Kinglong Mee · 8 years ago
- 32ddd94 nfsd: opt in to labeled nfs per export by J. Bruce Fields · 8 years ago
- 54bbb7d NFSD: pass an integer for stable type to nfsd_vfs_write by Kinglong Mee · 8 years ago
- 47057ab nfsd: add support for the umask attribute by Andreas Gruenbacher · 9 years ago
- 916d2d8 nfsd: clean up supported attribute handling by J. Bruce Fields · 8 years ago
- 29ae7f9 NFSD: Implement the COPY call by Anna Schumaker · 8 years ago
- fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
- 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
- 8a4c392 nfsd: allow nfsd to advertise multiple layout types by Jeff Layton · 8 years ago
- d7c920d nfsd: flex file device id encoding will need the server address by Tom Haynes · 9 years ago
- ed94164 nfsd: implement machine credential support for some operations by Andrew Elble · 9 years ago
- f99d4fb nfsd: add SCSI layout support by Christoph Hellwig · 9 years ago