public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-17 17:59:19 to 2024-10-24 14:08:26 UTC [more...]

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (20+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue

[PATCH net] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2024-10-24 13:57 UTC  (5+ messages)

[PATCH - for -next] nfsd: dynamically adjust per-client DRC slot limits
 2024-10-24 13:49 UTC  (3+ messages)
` [PATCH - for -next V2] "

[PATCH v2] nfsd: Don't fail OP_SETCLIENTID when there are too many clients
 2024-10-24 13:31 UTC  (2+ messages)

[PATCH] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
 2024-10-24 13:15 UTC  (2+ messages)

[PATCH] nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
 2024-10-24 13:15 UTC  (7+ messages)

[PATCH 0/3] bugfix for c_show/e_show
 2024-10-24 13:15 UTC  (11+ messages)
` [PATCH 1/3] nfsd: make sure exp active before svc_export_show
` [PATCH 2/3] SUNRPC: make sure cache entry active before cache_show
` [PATCH 3/3] nfsd: release svc_expkey/svc_export with rcu_work

NFS Client: Soft Lockup During Writeback Operations in Kernel 6.11.2
 2024-10-24 10:40 UTC 

[syzbot] [nfs?] KASAN: slab-use-after-free Read in rhashtable_walk_enter
 2024-10-24  9:27 UTC  (9+ messages)

[PATCH] Adjust COMP5 for RFC8276 addition of XATTR ops
 2024-10-24  9:10 UTC 

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-24  8:59 UTC  (4+ messages)

nfsd stuck in D (disk sleep) state
 2024-10-24  8:07 UTC  (3+ messages)

NFS referral from Linux nfsd crashes Win10/32bit NFS client but not 64bit
 2024-10-24  5:18 UTC  (2+ messages)

[RFC PATCH 4/5] SUNRPC: support resvport and reuseport for rpcrdma
 2024-10-24  3:10 UTC  (10+ messages)

[PATCH 0/6] prepare for dynamic server thread management
 2024-10-23 21:53 UTC  (18+ messages)
` [PATCH 1/6] SUNRPC: move nrthreads counting to start/stop threads
` [PATCH 2/6] nfsd: return hard failure for OP_SETCLIENTID when there are too many clients
` [PATCH 3/6] nfs: dynamically adjust per-client DRC slot limits
` [PATCH 4/6] nfsd: don't use sv_nrthreads in connection limiting calculations
` [PATCH 5/6] sunrpc: remove all connection limit configuration
` [PATCH 6/6] sunrpc: introduce possibility that requested number of threads is different from actual

[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
 2024-10-23 21:21 UTC  (3+ messages)
` [PATCH v3 3/5] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH v3 4/5] LSM: lsm_context in security_dentry_init_security

[PATCH] NFS: Further fixes to attribute delegation a/mtime changes
 2024-10-23 21:05 UTC 

[PATCH] nfs_common: fix localio to cope with racing nfs_local_probe()
 2024-10-23 20:34 UTC 

[PATCH] nfsd: disallow file locking and delegations for NFSv4 proxy
 2024-10-23 15:58 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] nfsd: disallow file locking and delegations for NFSv4 reexport

[PATCH v2 00/19] OPEN optimisations and Attribute delegations
 2024-10-23 14:45 UTC  (15+ messages)
` [PATCH v2 01/19] NFSv4: Clean up open delegation return structure
  ` [PATCH v2 02/19] NFSv4: Refactor nfs4_opendata_check_deleg()
    ` [PATCH v2 03/19] NFSv4: Add new attribute delegation definitions
      ` [PATCH v2 04/19] NFSv4: Plumb in XDR support for the new delegation-only setattr op
        ` [PATCH v2 05/19] NFSv4: Add CB_GETATTR support for delegated attributes
          ` [PATCH v2 06/19] NFSv4: Add a flags argument to the 'have_delegation' callback
            ` [PATCH v2 07/19] NFSv4: Add support for delegated atime and mtime attributes
              ` [PATCH v2 08/19] NFSv4: Add recovery of attribute delegations
                ` [PATCH v2 09/19] NFSv4: Add a capability for delegated attributes
                  ` [PATCH v2 10/19] NFSv4: Enable attribute delegations
                    ` [PATCH v2 11/19] NFSv4: Delegreturn must set m/atime when they are delegated
                        ` [PATCH] NFS: Fix attribute delegation behaviour on exclusive create

nfs xprtsec conflicting with squashing
 2024-10-23  9:11 UTC  (4+ messages)

RFC: Dealing with large POSIX draft ACLs for NFSv4.2
 2024-10-23  0:59 UTC  (6+ messages)

probable big in nfs-utils
 2024-10-23  0:51 UTC  (12+ messages)

[PATCH pynfs v2 0/7] pynfs: add CB_GETATTR tests and tests for delegated timestamps
 2024-10-22 21:56 UTC  (2+ messages)

[PATCH 0/4] More xdrgen fixes
 2024-10-22 17:44 UTC  (5+ messages)
` [PATCH 1/4] xdrgen: Remove tracepoint call site
` [PATCH 2/4] xdrgen: Remove check for "nfs_ok" in C templates
` [PATCH 3/4] xdrgen: Update the files included in client-side source code
` [PATCH 4/4] xdrgen: Remove program_stat_to_errno() call sites

[PATCH v2 4/6] LSM: lsm_context in security_dentry_init_security
 2024-10-22 16:46 UTC  (5+ messages)

[PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
 2024-10-22 16:25 UTC  (4+ messages)

link error while compiling localio.c
 2024-10-22 14:15 UTC  (5+ messages)

[RFC PATCH] NFSv4: fix rpc_task use-after-free when open concurrently
 2024-10-22 12:29 UTC  (2+ messages)

[PATCH v3] nfs: protect nfs41_impl_id by rcu
 2024-10-22 11:58 UTC 

/proc/fs/nfsd/clients/*/info TCP port not updating after reconnect
 2024-10-22  3:42 UTC 

[PATCH v2] nfs: maintain nfs_server in the reclaim process
 2024-10-22  3:03 UTC 

NFS Client crash during migration scenario
 2024-10-21 14:54 UTC  (2+ messages)

exports(5), documenting refer=
 2024-10-21 14:44 UTC  (3+ messages)

[PATCH v2] nfs: avoid i_lock contention in nfs_clear_invalid_mapping
 2024-10-21 14:29 UTC  (2+ messages)

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-21 14:04 UTC  (20+ messages)

NFSv4 referrals broken when not enabling junction support
 2024-10-20 14:37 UTC  (3+ messages)

[PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
 2024-10-19 16:31 UTC  (5+ messages)
` [PATCH 1/3] Documentation: nfs: idmapper: keep consistent with nfsidmap manual
` [PATCH 2/3] docs: filesystems: fix compile error in netfs_library.rst
` [PATCH 3/3] tracing/Documentation: fix compile warning in debugging.rst

ANNOUNCE: nfs-utils-2.8.1 released
 2024-10-19 14:49 UTC 

[PATCH] nfs-utils: use getpwuid_r() and getpwnam_r() in gssd
 2024-10-19 12:26 UTC  (2+ messages)

Posix ACL patch for testing
 2024-10-19  1:03 UTC  (2+ messages)

[PATCH] nfs: avoid i_lock contention in nfs_clear_invalid_mapping
 2024-10-18 21:37 UTC  (4+ messages)
  `  "

new delegated attribute functionality question
 2024-10-18 20:44 UTC 

[PATCH v3 1/1] nfsd: fix race between laundromat and free_stateid
 2024-10-18 20:42 UTC  (3+ messages)

[PATCH 0/3] nfsd: fix final setattr on delegated timestamps
 2024-10-18 20:32 UTC  (5+ messages)
` [PATCH 1/3] nfsd: add TIME_DELEG_ACCESS and TIME_DELEG_MODIFY to writeable attrs
` [PATCH 2/3] nfsd: allow SETATTR to provide a READ deleg for updating time_access
` [PATCH 3/3] nfsd: new tracepoint for after op_func in compound processing

[PATCH v2] nfsd: fix race between laundromat and free_stateid
 2024-10-18 16:01 UTC  (3+ messages)

/etc/exports refer= syntax for raw IPv6 addresse?
 2024-10-18 14:40 UTC  (4+ messages)

[nfs-utils 1/2] Fix build failure due to glibc <= 2.24 and check for Linux 3.17+
 2024-10-18 14:37 UTC  (5+ messages)

[PATCH v2] nfsd: refine and rename NFSD_MAY_LOCK
 2024-10-18 13:39 UTC  (2+ messages)

[PATCH] lockd: Fix comment about NLMv3 backwards compatibility
 2024-10-18 13:38 UTC  (2+ messages)

[PATCH] nfsdcld: prevent from accessing /var/lib/nfs/nfsdcld in read-only file system during boot
 2024-10-18 12:53 UTC  (2+ messages)

[PATCH 0/6] nfsd: update the delstid patches for latest draft changes
 2024-10-18 12:05 UTC  (3+ messages)

[PATCH] Retry NFSv3 mount after NFSv4 failure in auto negotiation
 2024-10-18 11:21 UTC 

[PATCH net-next v22 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-18 10:53 UTC 

[PATCH 0/5] Simple lockd clean-ups
 2024-10-17 21:34 UTC  (10+ messages)
` [PATCH 4/5] lockd: Remove unused parameter to nlmsvc_testlock()
` [PATCH 5/5] lockd: Remove unneeded initialization of file_lock::c.flc_flags


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox