summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2023-03-11nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-03-11nfsd: fix race to check ls_layoutsBenjamin Coddington1-2/+2
2023-02-01nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust5-25/+41
2023-01-14nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2023-01-14nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2023-01-14nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2023-01-14NFSD: Remove spurious cb_setup_err tracepointChuck Lever1-3/+1
2023-01-14nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton1-18/+33
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-2/+2
2022-12-19vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-1/+7
2022-10-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo1-0/+5
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-09-15NFSD: Fix verifier returned in stable WRITEsChuck Lever1-0/+4
2022-07-07NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
2022-06-22nfsd: Replace use of rwsem with errseq_tTrond Myklebust4-30/+19
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-04-08NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-04-08nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein1-3/+3
2022-04-08NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-02-16NFSD: Fix offset type in I/O trace pointsChuck Lever1-7/+7
2022-02-16NFSD: Clamp WRITE offsetsChuck Lever2-2/+8
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo1-1/+3
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+3
2021-12-14nfsd: Fix nsfd startup race (again)Alexander Sverdlin2-7/+8
2021-12-14nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-10-27NFSD: Keep existing listeners on portlist errorBenjamin Coddington1-1/+4
2021-10-13nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust1-8/+11
2021-10-13nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho1-1/+1
2021-10-09nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo1-3/+13
2021-09-18nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields1-2/+3
2021-09-15nfsd4: Fix forced-expiry lockingJ. Bruce Fields1-2/+2
2021-09-08new helper: inode_wrong_type()Al Viro1-1/+1
2021-07-20nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust1-2/+16
2021-07-20NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2-32/+0
2021-05-19nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-05-14NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-05-14NFSD: Fix sparse warning in nfs4proc.cChuck Lever1-6/+2
2021-04-07NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2021-04-07fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha1-0/+1
2021-03-25NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia1-1/+1
2021-03-25nfsd: don't abort copies earlyJ. Bruce Fields1-1/+1
2021-03-25nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2021-03-20Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields1-40/+14
2021-03-20Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-04nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-01-27nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust1-4/+5
2021-01-27nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust1-0/+5
2021-01-23nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields1-1/+6
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+1