summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown2024-06-161-4/+7
* Revert "NFSD: Fix possible sleep during nfsd4_release_lockowner()"Greg Kroah-Hartman2024-01-251-4/+8
* nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-11-081-6/+6
* nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-231-2/+2
* NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever2023-09-233-14/+29
* new helper: lookup_positive_unlocked()Al Viro2023-09-232-13/+2
* nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington2023-08-301-1/+1
* nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust2023-08-301-2/+0
* nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields2023-08-301-8/+1
* NFSD: add encoding of op_recall flag for write delegationDai Ngo2023-08-111-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* nfsd: fix race to check ls_layoutsBenjamin Coddington2023-03-111-2/+2
* nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-181-0/+11
* nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2023-01-181-1/+3
* NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker2022-10-261-1/+1
* NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-06-061-8/+4
* NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-04-152-2/+2
* NFSD: Fix offset type in I/O trace pointsChuck Lever2022-02-161-7/+7
* NFSD: Clamp WRITE offsetsChuck Lever2022-02-162-2/+8
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-02-081-1/+3
* nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-221-2/+7
* NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-271-1/+4
* nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-10-131-8/+11
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* nfsd: Fix message level for normal terminationkazuo ito2020-12-301-2/+1
* NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-11-051-0/+16
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-10-011-30/+43
* nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-07-091-0/+6
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-251-0/+2
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-05-021-0/+2
* nfsd: Return the correct number of bytes written to the fileTrond Myklebust2020-02-111-0/+1
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2020-02-112-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2020-02-111-1/+1
* nfsd4: fix up replay_matches_cache()Scott Mayhew2020-01-091-5/+10
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2019-12-131-2/+15
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2019-12-131-11/+6
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-101-1/+1
* nfsd: avoid uninitialized variable warningArnd Bergmann2019-06-151-0/+4
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-151-1/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-022-1/+8
* nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-231-1/+1
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-232-2/+15
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-03-231-4/+4
* Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-201-2/+2
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-121-0/+2
* nfsd4: zero-length WRITE should succeedJ. Bruce Fields2019-01-131-2/+0
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-211-0/+3
* nfsd: correctly decrement odstate refcount in error pathAndrew Elble2018-11-131-2/+1
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-1/+2
* Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-2312-91/+131
|\