aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-3/+3
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever1-13/+1
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-07NFSD: Use set_bit(RQ_DROPME)Chuck Lever1-2/+2
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever1-2/+2
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton1-62/+0
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever1-9/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+18
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown1-3/+2
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever1-0/+1
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown1-3/+2
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-1/+4
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-4/+13
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter1-1/+1
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+3
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton1-0/+1
2022-01-08nfsd: Add errno mapping for EREMOTEIOJeff Layton1-0/+1
2022-01-08nfsd: map EBADFPeng Tao1-0/+1
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever1-5/+0
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever1-4/+4
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersChuck Lever1-1/+1
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever1-7/+19
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever1-4/+0
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever1-2/+1
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever1-0/+1
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever1-2/+3
2021-03-22NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever1-3/+3
2021-03-22NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever1-5/+5
2021-03-08new helper: inode_wrong_type()Al Viro1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever1-11/+18
2021-01-25NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever1-4/+5
2021-01-25NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever1-14/+18
2021-01-25NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever1-2/+2
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+18
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-13/+12
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-56/+57
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever1-84/+101
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever1-7/+7
2020-10-02NFSD: Remove vestigial typedefsChuck Lever1-3/+0
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-1/+1
2019-12-19nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann1-1/+1
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-2/+2
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-1/+3
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-0/+2
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-1/+2
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-6/+8
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-2/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+2
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-18/+18
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-18/+18
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-7/+7
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-47/+57
2017-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee1-0/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee1-5/+2
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-2/+1
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2016-10-07nfsd: handle EUCLEANJ. Bruce Fields1-0/+1
2016-10-07nfsd: only WARN once on unmapped errorsJ. Bruce Fields1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-5/+3
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields1-2/+2
2016-08-04nfsd: remove redundant zero-length check from createJ. Bruce Fields1-3/+0
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher1-2/+50
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton1-0/+1
2014-07-09nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton1-1/+2
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-3/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-1/+1
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields1-1/+4
2013-02-26switch vfs_getattr() to struct pathAl Viro1-9/+3
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-1/+8
2011-01-04nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields1-1/+0
2011-01-04nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields1-1/+1
2011-01-04nfsd: stop translating EAGAIN to nfserr_dropitJ. Bruce Fields1-1/+2
2011-01-04nfsd: don't drop requests on -ENOMEMJ. Bruce Fields1-1/+1
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-1/+1
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen1-2/+0
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-3/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-2/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-13/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields1-0/+1
2009-06-15NFS: kill off complicated macro 'PROC'Yu Zhiguo1-32/+166
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw1-1/+2
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand1-0/+1
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-2/+4
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-4/+4
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown1-0/+1
2008-02-14Use struct path in struct svc_exportJan Blunck1-3/+3
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields1-1/+2
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever1-3/+4
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro1-19/+21
2006-10-20[PATCH] nfsd: nfserrno() endianness annotationsAl Viro1-4/+3
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-16/+16
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-3/+3
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-2/+2
2006-10-04[PATCH] knfsd: nfsd: lockdep annotation fixNeilBrown1-1/+1
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.NeilBrown1-1/+1
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw1-7/+30
2005-06-22[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+605