linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-07 22:08:57 to 2022-04-21 07:35:13 UTC [more...]

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-21  7:35 UTC  (7+ messages)
` [PATCH RFC 1/5] net: Add distinct sk_psock field
` [PATCH RFC 2/5] tls: build proto after context has been initialized
` [PATCH RFC 3/5] net/tls: Add an AF_TLSH address family
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)
` [PATCH RFC 5/5] net/tls: Add observability for AF_TLSH sockets

Problems with NFS4.1 on ESXi
 2022-04-21  4:55 UTC 

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (24+ messages)
` [PATCH v4 2/8] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v4 8/8] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH 4.19 000/338] 4.19.238-rc1 review
 2022-04-20 23:48 UTC 

[PATCH v2 1/1] SUNRPC release the transport of a relocated task with an assigned transport
 2022-04-20 20:32 UTC  (2+ messages)

[PATCH 1/1] SUNRPC release the transport of a relocated task with an assigned transport
 2022-04-20 20:24 UTC  (3+ messages)

[PATCH RFC 0/8] Make NFSv4 OPEN(CREATE) less brittle
 2022-04-20 19:31 UTC  (12+ messages)
` [PATCH RFC 1/8] NFSD: Clean up nfsd3_proc_create()
` [PATCH RFC 2/8] NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()
` [PATCH RFC 3/8] NFSD: Refactor nfsd_create_setattr()
` [PATCH RFC 4/8] NFSD: Refactor NFSv3 CREATE
` [PATCH RFC 5/8] NFSD: Refactor NFSv4 OPEN(CREATE)
` [PATCH RFC 6/8] NFSD: Remove do_nfsd_create()
` [PATCH RFC 7/8] NFSD: Clean up nfsd_open_verified()
` [PATCH RFC 8/8] NFSD: Instantiate a struct file when creating a regular NFSv4 file

[PATCH -next 0/2] nfs: check writeback errors correctly
 2022-04-20  8:50 UTC  (11+ messages)
` [PATCH -next 1/2] nfs: nfs{,4}_file_flush should consume writeback error

[PATCH RFC 00/15] Prototype implementation of RPC-with-TLS
 2022-04-20  0:34 UTC  (27+ messages)
` [PATCH RFC 01/15] SUNRPC: Replace dprintk() call site in xs_data_ready
` [PATCH RFC 02/15] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH RFC 03/15] SUNRPC: Capture cmsg metadata on client-side receive
` [PATCH RFC 04/15] SUNRPC: Fail faster on bad verifier
` [PATCH RFC 05/15] SUNRPC: Widen rpc_task::tk_flags
` [PATCH RFC 06/15] SUNRPC: Add RPC client support for the RPC_AUTH_TLS authentication flavor
` [PATCH RFC 07/15] SUNRPC: Refactor rpc_call_null_helper()
` [PATCH RFC 08/15] SUNRPC: Add RPC_TASK_CORK flag
` [PATCH RFC 09/15] SUNRPC: Add a cl_xprtsec_policy field
` [PATCH RFC 10/15] SUNRPC: Expose TLS policy via the rpc_create() API
` [PATCH RFC 11/15] SUNRPC: Add infrastructure for async RPC_AUTH_TLS probe
` [PATCH RFC 12/15] SUNRPC: Add FSM machinery to handle RPC_AUTH_TLS on reconnect
` [PATCH RFC 13/15] NFS: Replace fs_context-related dprintk() call sites with tracepoints
` [PATCH RFC 14/15] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH RFC 15/15] NFS: Add an "xprtsec=" NFS mount option

[PATCH] nfs-utils: nfsidmap.man: Fix section number
 2022-04-19 20:39 UTC  (7+ messages)

[RFC PATCH 0/6] nfs-utils: Improving NFS re-exports
 2022-04-19 20:31 UTC  (6+ messages)

[PATCH v4 0/7] Intruduce nfsrahead
 2022-04-19 19:57 UTC  (2+ messages)

ESXi NFS4.1 issue
 2022-04-19 18:13 UTC 

[PATCH 00/10] MM changes to improve swap-over-NFS support
 2022-04-19 15:57 UTC  (6+ messages)
` [PATCH 09/10] MM: submit multipage write for SWP_FS_OPS swap-space

[PATCH v2] Documentation: Add an explanation of NFSv4 client identifiers
 2022-04-18 15:58 UTC 

[PATCH v35 15/29] LSM: Ensure the correct LSM context releaser
 2022-04-18 14:59 UTC  (2+ messages)
` [PATCH v35 17/29] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH v3 1/7] fs/inode: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-18  8:39 UTC  (18+ messages)
` [PATCH v3 2/7] fs/namei.c: Add missing umask strip in vfs_tmpfile
` [PATCH v3 3/7] xfs: Only do posix acl setup/release operation under CONFIG_XFS_POSIX_ACL
` [PATCH v3 4/7] nfs3: Only do posix acl setup/release operation under CONFIG_NFS_V3_ACL
` [PATCH v3 5/7] fs: Add new helper prepare_mode
` [PATCH v3 6/7] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v3 7/7] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH RFC v19 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-18  1:18 UTC  (15+ messages)
` [PATCH RFC v19 06/11] NFSD: Update find_clp_in_name_tree() to handle courtesy client

[PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
 2022-04-15 21:17 UTC  (2+ messages)
` [PATCH v34 17/29] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH resend] VFS: filename_create(): fix incorrect intent
 2022-04-14 23:02 UTC  (2+ messages)

[PATCH] Documentation: Add an explanation of NFSv4 client identifiers
 2022-04-14 15:25 UTC  (8+ messages)

[PATCH -next 0/2] fix nfsv4 bugs of opening with O_ACCMODE flag
 2022-04-14  7:33 UTC  (8+ messages)

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-13 18:06 UTC  (7+ messages)
    ` making x86 clear_user not suck, was "

Patches from the list with Content-Type: application/octet-stream
 2022-04-13 16:22 UTC  (2+ messages)

[PATCH 1/1] NFSv4.1 mark qualified async operations as MOVEABLE tasks
 2022-04-13 13:22 UTC 

Wycena paneli fotowoltaicznych
 2022-04-13  7:40 UTC 

[GIT PULL] 1st set of changes for v5.18-rc
 2022-04-13  1:24 UTC  (2+ messages)

[PATCH v1] NFSD: Clean up nfsd_splice_actor()
 2022-04-12 18:57 UTC 

[PATCH v2 0/5] Ensure mapping errors are reported only once
 2022-04-12 14:25 UTC  (11+ messages)
` [PATCH v2 1/5] NFS: Do not report EINTR/ERESTARTSYS as mapping errors
  ` [PATCH v2 2/5] NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
    ` [PATCH v2 3/5] NFS: Don't report ENOSPC write errors twice
      ` [PATCH v2 4/5] NFS: Do not report flush errors in nfs_write_end()
        ` [PATCH v2 5/5] NFS: Don't report errors from nfs_pageio_complete() more than once

[trondmy-nfs:testing 107/109] fs/nfs/file.c:642:6: warning: variable 'written' is used uninitialized whenever 'if' condition is true
 2022-04-12  6:54 UTC 

sporadic hangs on generic/186
 2022-04-12  3:13 UTC  (12+ messages)

[PATCH RFC] man: Add nfs-client-identifier(7)
 2022-04-11 16:35 UTC  (4+ messages)

[PATCH -next,v2 0/3] nfs: handle writeback errors correctly
 2022-04-11 14:15 UTC  (3+ messages)

[PATCH 1/2] NFS: Do not report EINTR/ERESTARTSYS as mapping errors
 2022-04-11 14:03 UTC  (3+ messages)
` [PATCH 2/2] NFS: Don't report write errors twice

[PATCH] NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocation
 2022-04-09 13:16 UTC  (4+ messages)

Downloadlink ERKA.360
 2022-04-08 22:53 UTC 

[PATCH RFC v20 0/10] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-08 22:56 UTC  (6+ messages)
` [PATCH RFC v20 09/10] NFSD: Update laundromat to handle courtesy client

Regression in xfstests on tmpfs-backed NFS exports
 2022-04-08 19:52 UTC  (11+ messages)

[GIT PULL] Please pull NFS client changes
 2022-04-08 17:46 UTC  (2+ messages)

[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
 2022-04-08 16:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).