All of lore.kernel.org
 help / color / mirror / Atom feed
* [6.12-rc2 PATCH 0/5] NFS LOCALIO: fix and various cleanups
@ 2024-09-30 16:46 Mike Snitzer
  2024-09-30 16:46 ` [6.12-rc2 PATCH 1/5] nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() Mike Snitzer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mike Snitzer @ 2024-09-30 16:46 UTC (permalink / raw)
  To: linux-nfs
  Cc: Jeff Layton, Chuck Lever, Anna Schumaker, Trond Myklebust,
	NeilBrown, Matthew Wilcox

Hi,

Here is a LOCALIO fix and various cleanups I've accumulated.

The first patch should certainly go upstream for 6.12-rc2.

The other 4 patches are cleanups that are more subjective (relative to
them being sent for 6.12-rcX), I'd prefer they go upstream now but I
can carry them until 6.13 if that is how others would like to proceed.

Please note that there are 3 other patches that should be merged into
6.12-rcX:
filemap: Fix bounds checking in filemap_read()
filemap: filemap_read() should check that the offset is positive or zero
sunrpc: fix prog selection loop in svc_process_common

Hopefully Willy or Andrew will pick up the filemap fixes soon:
https://marc.info/?l=linux-nfs&m=172736276211019&w=2

Thanks,
Mike

Mike Snitzer (5):
  nfs_common: fix race in NFS calls to nfsd_file_put_local() and
    nfsd_serv_put()
  nfs/localio: remove redundant suid/sgid handling
  nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
  nfs/localio: remove extra indirect nfs_to call to check
    {read,write}_iter
  nfs/localio: eliminate need for nfs_local_fsync_work forward
    declaration

 fs/nfs/localio.c           | 96 ++++++++++++++++----------------------
 fs/nfs_common/nfslocalio.c |  5 +-
 fs/nfsd/filecache.c        |  2 +-
 fs/nfsd/localio.c          |  2 +-
 fs/nfsd/nfssvc.c           |  4 +-
 include/linux/nfslocalio.h | 15 ++++++
 6 files changed, 64 insertions(+), 60 deletions(-)

-- 
2.44.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-30 16:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 16:46 [6.12-rc2 PATCH 0/5] NFS LOCALIO: fix and various cleanups Mike Snitzer
2024-09-30 16:46 ` [6.12-rc2 PATCH 1/5] nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() Mike Snitzer
2024-09-30 16:46 ` [6.12-rc2 PATCH 2/5] nfs/localio: remove redundant suid/sgid handling Mike Snitzer
2024-09-30 16:46 ` [6.12-rc2 PATCH 3/5] nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx Mike Snitzer
2024-09-30 16:46 ` [6.12-rc2 PATCH 4/5] nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter Mike Snitzer
2024-09-30 16:46 ` [6.12-rc2 PATCH 5/5] nfs/localio: eliminate need for nfs_local_fsync_work forward declaration Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.