summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2021-10-27NFSD: Keep existing listeners on portlist errorBenjamin Coddington
2021-10-13nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust
2021-10-13nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho
2021-10-09nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo
2021-09-18nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields
2021-09-15nfsd4: Fix forced-expiry lockingJ. Bruce Fields
2021-09-08new helper: inode_wrong_type()Al Viro
2021-07-20nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust
2021-07-20NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever
2021-05-19nfsd: ensure new clients break delegationsJ. Bruce Fields
2021-05-14NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia
2021-05-14NFSD: Fix sparse warning in nfs4proc.cChuck Lever
2021-04-07NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia
2021-04-07fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha
2021-03-25NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia
2021-03-25nfsd: don't abort copies earlyJ. Bruce Fields
2021-03-25nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust
2021-03-20Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields
2021-03-20Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields
2021-03-04nfsd: register pernet ops last, unregister firstJ. Bruce Fields
2021-01-27nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust
2021-01-27nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust
2021-01-23nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein
2020-12-30NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-30nfsd: Fix message level for normal terminationkazuo ito
2020-11-05NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo
2020-11-05NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo
2020-11-05NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever
2020-11-05NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-16nfsd: remove unneeded breakTom Rix
2020-10-12NFSD: Encode a full READ_PLUS replyAnna Schumaker
2020-10-12NFSD: Return both a hole and a data segmentAnna Schumaker
2020-10-12NFSD: Add READ_PLUS hole segment encodingAnna Schumaker
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever
2020-10-02NFSD: Remove vestigial typedefsChuck Lever
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever