org.kernel.vger.linux-nfs archive

872 archived articles, newest first (page 9 of 9). Latest articles →

[PATCH v5 09/18] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
Fri, 17 Jul 2026 19:27:57 +1000
NeilBrown <[email protected]> • #143291
[PATCH v5 08/18] nfsd: in nfsd4_create_file() let VFS report if file was created.
Fri, 17 Jul 2026 19:27:56 +1000
NeilBrown <[email protected]> • #143290
[PATCH v5 07/18] nfsd: remove subtlety from nfsd4_create_file()
Fri, 17 Jul 2026 19:27:55 +1000
NeilBrown <[email protected]> • #143289
[PATCH v5 06/18] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
Fri, 17 Jul 2026 19:27:54 +1000
NeilBrown <[email protected]> • #143288
[PATCH v5 05/18] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
Fri, 17 Jul 2026 19:27:53 +1000
NeilBrown <[email protected]> • #143287
[PATCH v5 04/18] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
Fri, 17 Jul 2026 19:27:52 +1000
NeilBrown <[email protected]> • #143286
[PATCH v5 03/18] nfsd: correctly handle CREATE of mounted-on files
Fri, 17 Jul 2026 19:27:51 +1000
NeilBrown <[email protected]> • #143285
[PATCH v5 02/18] nfsd: move check_nfsd_access() call into nfsd_cross_mnt()
Fri, 17 Jul 2026 19:27:50 +1000
NeilBrown <[email protected]> • #143284
[PATCH v5 01/18] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
Fri, 17 Jul 2026 19:27:49 +1000
NeilBrown <[email protected]> • #143283
[PATCH v5 00/18] nfsd: refactor nfs4_create_file()
Fri, 17 Jul 2026 19:27:48 +1000
NeilBrown <[email protected]> • #143282
Re: [PATCH 0/5] Minor NFSD global DRC clean-ups
Fri, 17 Jul 2026 14:44:46 +1000
NeilBrown <[email protected]> • #143281
[PATCH v4 18/18] nfsd: use do_lookup_open() for non-creating open requests too.
Fri, 17 Jul 2026 14:31:16 +1000
NeilBrown <[email protected]> • #143280
[PATCH v4 17/18] nfsd: separate out VFS-specific code from nfsd4_create_file()
Fri, 17 Jul 2026 14:31:15 +1000
NeilBrown <[email protected]> • #143279
[PATCH v4 16/18] nfsd: move v0 checking out of nfsd_check_obj_isreg()
Fri, 17 Jul 2026 14:31:14 +1000
NeilBrown <[email protected]> • #143278
[PATCH v4 15/18] nfsd: reduce want-write range in nfsd4_create_file()
Fri, 17 Jul 2026 14:31:13 +1000
NeilBrown <[email protected]> • #143277
[PATCH v4 14/18] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
Fri, 17 Jul 2026 14:31:12 +1000
NeilBrown <[email protected]> • #143276
[PATCH v4 13/18] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
Fri, 17 Jul 2026 14:31:11 +1000
NeilBrown <[email protected]> • #143275
[PATCH v4 12/18] nfsd: reduce range of directory lock in nfsd4_create_file()
Fri, 17 Jul 2026 14:31:10 +1000
NeilBrown <[email protected]> • #143274
[PATCH v4 11/18] nfsd: (almost) always open file in nfsd4_create_file()
Fri, 17 Jul 2026 14:31:09 +1000
NeilBrown <[email protected]> • #143273
[PATCH v4 10/18] nfsd: fh_want_write) failure need not be immediately fatal for nfsd4_create_file()
Fri, 17 Jul 2026 14:31:08 +1000
NeilBrown <[email protected]> • #143272
[PATCH v4 09/18] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
Fri, 17 Jul 2026 14:31:07 +1000
NeilBrown <[email protected]> • #143271
[PATCH v4 08/18] nfsd: in nfsd4_create_file() let VFS report if file was created.
Fri, 17 Jul 2026 14:31:06 +1000
NeilBrown <[email protected]> • #143270
[PATCH v4 07/18] nfsd: remove subtlety from nfsd4_create_file()
Fri, 17 Jul 2026 14:31:05 +1000
NeilBrown <[email protected]> • #143269
[PATCH v4 06/18] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
Fri, 17 Jul 2026 14:31:04 +1000
NeilBrown <[email protected]> • #143268
[PATCH v4 05/18] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
Fri, 17 Jul 2026 14:31:03 +1000
NeilBrown <[email protected]> • #143267
[PATCH v4 04/18] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
Fri, 17 Jul 2026 14:31:02 +1000
NeilBrown <[email protected]> • #143266
[PATCH v4 03/18] nfsd: correctly handle CREATE of mounted-on files
Fri, 17 Jul 2026 14:31:01 +1000
NeilBrown <[email protected]> • #143265
[PATCH v4 02/18] nfsd: move check_nfsd_access() call into nfsd_cross_mnt()
Fri, 17 Jul 2026 14:31:00 +1000
NeilBrown <[email protected]> • #143264
[PATCH v4 01/18] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
Fri, 17 Jul 2026 14:30:59 +1000
NeilBrown <[email protected]> • #143263
[PATCH v4 00/18] nfsd: refactor nfs4_create_file()
Fri, 17 Jul 2026 14:30:58 +1000
NeilBrown <[email protected]> • #143262
[PATCH 5/5] NFSD: Document reply_cache_stats ABI
Thu, 16 Jul 2026 20:12:32 -0400
Chuck Lever <[email protected]> • #143261
[PATCH 4/5] NFSD: Eliminate percpu counter contention in IO byte accounting
Thu, 16 Jul 2026 20:12:31 -0400
Chuck Lever <[email protected]> • #143260
[PATCH 3/5] NFSD: Eliminate percpu counter contention in reply cache statistics
Thu, 16 Jul 2026 20:12:30 -0400
Chuck Lever <[email protected]> • #143259
[PATCH 2/5] NFSD: Eliminate percpu counter contention in DRC memory accounting
Thu, 16 Jul 2026 20:12:29 -0400
Chuck Lever <[email protected]> • #143258
[PATCH 1/5] NFSD: Fix off-by-one in DRC bucket pruning limit
Thu, 16 Jul 2026 20:12:28 -0400
Chuck Lever <[email protected]> • #143257
[PATCH 0/5] Minor NFSD global DRC clean-ups
Thu, 16 Jul 2026 20:12:27 -0400
Chuck Lever <[email protected]> • #143256
[syzbot] [nfs?] INFO: task hung in nfsd_nl_cache_flush_doit
Thu, 16 Jul 2026 10:02:24 -0700
syzbot <[email protected]> • #143255
Re: [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
Thu, 16 Jul 2026 17:00:38 +0000
"Brendan Jackman" <[email protected]> • #143254
Re: [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
Thu, 16 Jul 2026 16:57:37 +0000
"Brendan Jackman" <[email protected]> • #143253
Re: [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
Thu, 16 Jul 2026 17:48:11 +0100
Matthew Wilcox <[email protected]> • #143252
Re: [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
Thu, 16 Jul 2026 16:04:30 +0000
"Brendan Jackman" <[email protected]> • #143251
Re: [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
Thu, 16 Jul 2026 17:22:06 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #143250
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 10:54:34 -0400
Jeff Layton <[email protected]> • #143249
[PATCH 3/3] mm: move __folio_alloc() to page_alloc.h
Thu, 16 Jul 2026 14:30:12 +0000
Brendan Jackman <[email protected]> • #143248
[PATCH 1/3] mm: move internal mempolicy APIs to new internal header
Thu, 16 Jul 2026 14:30:10 +0000
Brendan Jackman <[email protected]> • #143247
[PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
Thu, 16 Jul 2026 14:30:11 +0000
Brendan Jackman <[email protected]> • #143246
[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
Thu, 16 Jul 2026 14:30:09 +0000
Brendan Jackman <[email protected]> • #143245
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 10:28:14 -0400
"Chuck Lever" <[email protected]> • #143244
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 10:16:50 -0400
"Chuck Lever" <[email protected]> • #143243
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 10:12:19 -0400
Jeff Layton <[email protected]> • #143242
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 10:04:21 -0400
"Chuck Lever" <[email protected]> • #143241
Re: [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
Thu, 16 Jul 2026 09:53:28 -0400
Jeff Layton <[email protected]> • #143240
Re: [PATCH 0/9] Start reorganizing fs/nfsd/nfsd.h
Thu, 16 Jul 2026 09:35:57 -0400
Jeff Layton <[email protected]> • #143239
Re: [PATCH v3 00/17] nfsd: refactor nfs4_create_file()
Thu, 16 Jul 2026 09:29:40 -0400
Jeff Layton <[email protected]> • #143238
Re: [PATCH v3 15/17] nfsd: move v0 checking out of nfsd_check_obj_isreg()
Thu, 16 Jul 2026 08:31:25 -0400
Jeff Layton <[email protected]> • #143237
Re: [PATCH v3 14/17] nfsd: reduce want-write range in nfsd4_create_file()
Thu, 16 Jul 2026 08:29:28 -0400
Jeff Layton <[email protected]> • #143236
[PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
Thu, 16 Jul 2026 11:30:19 +0100
David Howells <[email protected]> • #143235
[PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request
Thu, 16 Jul 2026 11:30:23 +0100
David Howells <[email protected]> • #143234
[PATCH v6 12/24] netfs: Remove the writethrough code
Thu, 16 Jul 2026 11:30:11 +0100
David Howells <[email protected]> • #143233
[PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
Thu, 16 Jul 2026 11:30:22 +0100
David Howells <[email protected]> • #143232
[PATCH v6 22/24] netfs: Check for too much data being read
Thu, 16 Jul 2026 11:30:21 +0100
David Howells <[email protected]> • #143231
[PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
Thu, 16 Jul 2026 11:30:20 +0100
David Howells <[email protected]> • #143230
[PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
Thu, 16 Jul 2026 11:30:18 +0100
David Howells <[email protected]> • #143229
[PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
Thu, 16 Jul 2026 11:30:17 +0100
David Howells <[email protected]> • #143228
[PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
Thu, 16 Jul 2026 11:30:16 +0100
David Howells <[email protected]> • #143227
[PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
Thu, 16 Jul 2026 11:30:15 +0100
David Howells <[email protected]> • #143226
[PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
Thu, 16 Jul 2026 11:30:14 +0100
David Howells <[email protected]> • #143225
[PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
Thu, 16 Jul 2026 11:30:13 +0100
David Howells <[email protected]> • #143224
[PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
Thu, 16 Jul 2026 11:30:12 +0100
David Howells <[email protected]> • #143223
[PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
Thu, 16 Jul 2026 11:30:09 +0100
David Howells <[email protected]> • #143222
[PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
Thu, 16 Jul 2026 11:30:10 +0100
David Howells <[email protected]> • #143221
[PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
Thu, 16 Jul 2026 11:30:08 +0100
David Howells <[email protected]> • #143220
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.