public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-31 10:43:59 to 2023-09-10 22:01:36 UTC [more...]

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (15+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait

[PATCH v2] fs: add a new SB_NOUMASK flag
 2023-09-10 19:30 UTC 

[PATCH] fs: fix regression querying for ACL on fs's that don't support them
 2023-09-10 12:03 UTC  (3+ messages)

[PATCH] nfsd: fix change_info in NFSv4 RENAME replies
 2023-09-09 19:59 UTC  (4+ messages)

getting rid of the last memory modifitions through gup(FOLL_GET)
 2023-09-09 11:18 UTC  (6+ messages)

BUG_ON() hit in sunrpc
 2023-09-08 14:32 UTC  (6+ messages)

[PATCH RFC] nfs4: add a get_acl stub handler
 2023-09-08 13:47 UTC  (3+ messages)

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2023-09-08 10:26 UTC  (2+ messages)
` 回复: "

rpc.mountd & manage-gids behaviour change?
 2023-09-08  8:32 UTC  (2+ messages)

CITI ms-nfsv41 client: IOCTL_NFS41_WRITE failed with 31 xid=5481722 opcode=NFS41_FILE_QUERY?
 2023-09-07 21:21 UTC  (2+ messages)
` [Ms-nfs41-client-devel] "

[PATCH v2] NFSv4: Always ask for type with READDIR
 2023-09-07 12:43 UTC  (12+ messages)

[PATCH] Revert "SUNRPC: Fail faster on bad verifier"
 2023-09-06 21:59 UTC  (9+ messages)

[PATCH v2] SUNRPC: Fail quickly when server does not recognize TLS
 2023-09-06 20:25 UTC  (2+ messages)

[PATCH RFC] SUNRPC: Fail quickly when server does not recognize TLS
 2023-09-06 16:00 UTC 

Unexpected high latency
 2023-09-06 14:27 UTC 

[PATCH 0/3] Revisions for topic-sunrpc-thread-scheduling
 2023-09-05 21:04 UTC  (6+ messages)
` [PATCH 1/3] lib: add light-weight queuing mechanism
` [PATCH 2/3] SUNRPC: rename some functions from rqst_ to svc_thread_
` [PATCH 3/3] SUNRPC: only have one thread waking up at a time

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-05 20:54 UTC  (39+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 03/25] ima: Align ima_post_create_tmpfile() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "
` [PATCH v3 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v3 06/25] ima: Align ima_inode_removexattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 21/25] ima: Move to LSM infrastructure
` [PATCH v3 22/25] ima: Move IMA-Appraisal "
` [PATCH v3 23/25] evm: Move "
` [PATCH v3 24/25] integrity: Move integrity functions to the "
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-05 16:49 UTC  (44+ messages)
` [PATCH v2 04/25] ima: Align ima_file_mprotect() definition with "
` [PATCH v2 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v2 06/25] ima: Align ima_inode_removexattr() "
` [PATCH v2 07/25] ima: Align ima_post_read_file() "
` [PATCH v2 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v2 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v2 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v2 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v2 12/25] security: Introduce inode_post_setattr hook
` [PATCH v2 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v2 14/25] security: Introduce file_post_open hook
` [PATCH v2 15/25] security: Introduce file_pre_free_security hook
` [PATCH v2 16/25] security: Introduce path_post_mknod hook
` [PATCH v2 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v2 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v2 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v2 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v2 21/25] ima: Move to LSM infrastructure
` [PATCH v2 22/25] ima: Move IMA-Appraisal "
` [PATCH v2 23/25] evm: Move "
` [PATCH v2 24/25] integrity: Move integrity functions to the "
` [PATCH v2 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH 0/2] Prefer generator to static systemd units
 2023-09-05 15:09 UTC  (2+ messages)

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] SUNRPC: Mark the cred for revalidation if the server rejects it
 2023-09-04 16:50 UTC 

[PATCH] NFS/pNFS: Report EINVAL errors from connect() to the server
 2023-09-04 16:43 UTC 

[PATCH v2 0/5] Fix O_DIRECT writeback error paths
 2023-09-04 16:34 UTC  (6+ messages)
` [PATCH v2 1/5] NFS: Fix error handling for O_DIRECT write scheduling
  ` [PATCH v2 2/5] NFS: Fix O_DIRECT locking issues
    ` [PATCH v2 3/5] NFS: More O_DIRECT accounting fixes for error paths
      ` [PATCH v2 4/5] NFS: Use the correct commit info in nfs_join_page_group()
        ` [PATCH v2 5/5] NFS: More fixes for nfs_direct_write_reschedule_io()

[PATCH] Remove extraneous words left behind by commit 522837f
 2023-09-04  8:50 UTC 

[PATCH 00/10] SUNRPC thread management changes
 2023-09-04  0:35 UTC  (11+ messages)
` [PATCH 05/10] lib: add light-weight queuing mechanism
` [PATCH 06/10] SUNRPC: only have one thread waking up at a time

[PATCH nfs-utils 1/2] fsidd: call anonymous sockets by their name only, don't fill with NULs to 108 bytes
 2023-09-03 15:22 UTC  (2+ messages)
` [PATCH nfs-utils 2/2] testlk: format off_t as llong instead of ssize_t

[PATCH] Fix broken markup in rpcbind.8 LINUX PORT
 2023-09-03 14:40 UTC 

[PATCH rpcbind] Remove spurious blank line in rpcbind.8 (and empty lines + additional header from rpcbind-fr.8)
 2023-09-03 14:40 UTC 

"defunct" nfsv4 and pnfs list archives on linux-nfs.org 404, nfs4-acl-tools manuals all point to nfsv4@linux-nfs.org in CONTACT, linux-nfs.org doesn't accept mail at all
 2023-09-03 14:06 UTC 

[PATCH] NFS: Fix error handling for O_DIRECT write scheduling
 2023-09-01 21:21 UTC 

Question about different gid management between versions
 2023-09-01 20:58 UTC  (3+ messages)

[PATCH fstests v2 0/3] generic: skip a few tests on NFS
 2023-09-01 19:37 UTC  (6+ messages)
` [PATCH fstests v2 1/3] generic/294: don't run this test "
` [PATCH fstests v2 2/3] generic/357: "
` [PATCH fstests v2 3/3] generic/187: "

[PATCH fstests 0/3] generic: skip a few tests on NFS
 2023-09-01 10:21 UTC  (6+ messages)
` [PATCH fstests 1/3] generic/294: don't run this test "
` [PATCH fstests 2/3] generic/357: "
` [PATCH fstests 3/3] generic/187: "

[GIT PULL] Please pull NFS Client changes for 6.6
 2023-08-31 22:42 UTC  (2+ messages)

[GIT PULL] nfsd changes for v6.6
 2023-08-31 22:42 UTC  (2+ messages)

Directory delegation testing at the Oct. bakeathon
 2023-08-31 20:16 UTC 

[PATCH v3 1/1] nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op
 2023-08-31 19:57 UTC  (3+ messages)
` Fwd: "

[PATCH v2 1/1] NFSD: add trace points to track server copy progress
 2023-08-31 19:35 UTC 

Tuning NFSv4 for high latency links?
 2023-08-31 18:48 UTC 

[RFC PATCH] NFSv4: add sysctl for setting READDIR attrs
 2023-08-31 17:40 UTC  (5+ messages)

Question on RPC_TASK_NO_RETRANS_TIMEOUT / NFS_CS_NO_RETRANS_TIMEOUT for NFSv3
 2023-08-31 15:53 UTC  (5+ messages)

[PATCH 1/2] NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace point
 2023-08-31 14:13 UTC  (3+ messages)
` [PATCH 2/2] NFSD: add trace points to track server copy progress

[PATCH] NFS: switch back to using kill_anon_super
 2023-08-31 13:32 UTC  (4+ messages)


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