[PATCH v4 00/18] nfsd: refactor nfs4_create_file()

NeilBrown <[email protected]> Fri, 17 Jul 2026 14:30:58 +1000
Newsgroups gmane.linux.nfs
Message-ID <[email protected]>
This version fixes the v2 and v3 code for handling CREATE of mounted-on
files.

Thanks,
NeilBrown


 [PATCH v4 01/18] nfsd: honour client-provided attributes for
 [PATCH v4 02/18] nfsd: move check_nfsd_access() call into
 [PATCH v4 03/18] nfsd: correctly handle CREATE of mounted-on files
 [PATCH v4 04/18] nfsd: replace fh_fill_both_attrs() with
 [PATCH v4 05/18] nfsd: move fh_want_write() after preamble in
 [PATCH v4 06/18] nfsd: move more nfs-specific code into preamble of
 [PATCH v4 07/18] nfsd: remove subtlety from nfsd4_create_file()
 [PATCH v4 08/18] nfsd: in nfsd4_create_file() let VFS report if file
 [PATCH v4 09/18] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE
 [PATCH v4 10/18] nfsd: fh_want_write) failure need not be immediately
 [PATCH v4 11/18] nfsd: (almost) always open file in
 [PATCH v4 12/18] nfsd: reduce range of directory lock in
 [PATCH v4 13/18] nfsd: open-code nfsd4_vfs_create() into
 [PATCH v4 14/18] nfsd: move some code out of the
 [PATCH v4 15/18] nfsd: reduce want-write range in nfsd4_create_file()
 [PATCH v4 16/18] nfsd: move v0 checking out of nfsd_check_obj_isreg()
 [PATCH v4 17/18] nfsd: separate out VFS-specific code from
 [PATCH v4 18/18] nfsd: use do_lookup_open() for non-creating open