linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-02 21:19:51 to 2022-05-18 15:26:57 UTC [more...]

[PATCH 0/5 v2] nfs-utils: provide audit-logging of NFSv4 access
 2022-05-18 15:26 UTC  (9+ messages)
        ` [PATCH] nfsd: report client confirmation status in "info" file
          ` [PATCH v2] "

[PATCH 0/9] Misc cleanups
 2022-05-17 18:20 UTC  (8+ messages)
` [PATCH 1/9] SUNRPC: Add helpers for decoding opaque and string types
  ` [PATCH 2/9] SUNRPC: Add a helper for encoding opaque data inline
    ` [PATCH 3/9] NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group
      ` [PATCH 4/9] NFSv4; Clean up XDR encoding of type bitmap4
        ` [PATCH 5/9] NFSv4: Clean up encode_attrs

[PATCH v1 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-05-17 14:55 UTC  (11+ messages)
` [PATCH v1 1/6] SUNRPC: Introduce xdr_stream_move_segment()
` [PATCH v1 2/6] SUNRPC: Introduce xdr_encode_double()
` [PATCH v1 3/6] SUNRPC: Introduce xdr_buf_trim_head()
` [PATCH v1 4/6] SUNRPC: Introduce xdr_buf_nth_page_address()
` [PATCH v1 5/6] SUNRPC: Export xdr_buf_pagecount()
` [PATCH v1 6/6] NFSD: Repeal and replace the READ_PLUS implementation

NFS regression between 5.17 and 5.18
 2022-05-17 14:02 UTC  (16+ messages)

[PATCH 0/2] NFS: limit use of ACCESS cache for negative responses
 2022-05-17  1:36 UTC  (9+ messages)

[PATCH] Test renaming onto an open file
 2022-05-16 21:46 UTC 

[PATCH v1 0/5] NFS: Improvements for the NFSv4.2 READ_PLUS
 2022-05-16 20:36 UTC  (6+ messages)
` [PATCH v1 1/5] SUNRPC: Add a function for directly setting the xdr page len
` [PATCH v1 2/5] SUNRPC: Add a function for zeroing out a portion of an xdr_stream
` [PATCH v1 3/5] NFS: Replace the READ_PLUS decoding code
` [PATCH v1 4/5] SUNRPC: Remove xdr_align_data() and xdr_expand_hole()
` [PATCH v1 5/5] NFS: Remove the CONFIG_NFS_V4_2_READ_PLUS Kconfig option

[PATCH] mountd: Check 'nfsd/clients' directory presence instead of kernel version
 2022-05-16 18:55 UTC 

[PATCH 1/1] NFSv4.1 mark qualified async operations as MOVEABLE tasks
 2022-05-16 18:16 UTC  (3+ messages)

[PATCH 0/6] Allow nfs4-acl-tools to access 'dacl' and 'sacl'
 2022-05-15  3:23 UTC  (9+ messages)
` [PATCH 1/6] libnfs4acl: Add helpers to set the dacl and sacl
  ` [PATCH 2/6] libnfs4acl: Add support for the NFS4.1 ACE_INHERITED_ACE flag
    ` [PATCH 3/6] The NFSv41 DACL and SACL prepend an extra field to the acl
      ` [PATCH 4/6] nfs4_getacl: Add support for the --dacl and --sacl options
        ` [PATCH 5/6] nfs4_setacl: "
          ` [PATCH 6/6] Edit manpages to document the new --dacl, --sacl and inheritance features

[PATCH 1/1] NFSD: sleeping function called from invalid context at kernel/locking/rwsem.c
 2022-05-14 16:47 UTC  (2+ messages)

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

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

[PATCH 0/3] Export the NFSv4.1 'dacl' and 'sacl' attributes
 2022-05-14 14:37 UTC  (4+ messages)
` [PATCH 1/3] NFSv4: Specify the type of ACL to cache
  ` [PATCH 2/3] NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes
    ` [PATCH 3/3] NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes

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

[PATCH 1/5] NFS: Memory allocation failures are not server fatal errors
 2022-05-14 14:08 UTC  (5+ messages)
` [PATCH 2/5] NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
  ` [PATCH 3/5] NFS: Further fixes to the writeback error handling
    ` [PATCH 4/5] pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors
      ` [PATCH 5/5] NFSv4: Don't hold the layoutget locks across multiple RPC calls

[PATCH v2] NFSv4: Fix free of uninitialized nfs4_label on referral lookup
 2022-05-14 11:05 UTC 

[PATCH] NFSv4: Fix free of uninitialized nfs4_label on referral lookup
 2022-05-14  0:27 UTC  (2+ messages)

[PATCH] nfsrahead: getopt return type is int
 2022-05-13 19:18 UTC 

[GIT PULL] Please pull NFS client bugfixes for 5.18
 2022-05-13 18:57 UTC  (2+ messages)

[PATCH] NFSv4: Restore nfs4_label into copied nfs_fattr for referrals
 2022-05-13 18:16 UTC  (3+ messages)

[RFC PATCH 0/3] Remove RPC rup and rusers tests
 2022-05-12 15:06 UTC  (5+ messages)

Calculating total server read/write bytes
 2022-05-12 14:40 UTC 

[PATCH RFC 0/2] Fix "sleep while locked" in RELEASE_LOCKOWNER
 2022-05-12 14:10 UTC  (8+ messages)
` [PATCH RFC 1/2] NFSD: nfsd4_release_lockowner() should drop clp->cl_lock sooner
` [PATCH RFC 2/2] NFSD: nfsd_file_put() can sleep

[PATCH 0/3] Refix the socket leak in xs_setup_local()
 2022-05-12  1:58 UTC  (6+ messages)
` [PATCH 1/3] Revert "SUNRPC: Ensure gss-proxy connects on setup"
` [PATCH 2/3] Revert "Revert "SUNRPC: attempt AF_LOCAL connect on setup""
` [PATCH 3/3] SUNRPC: Fix local socket leak in xs_setup_local()

[bug report] kernel 5.18.0-rc4 oops with invalid wait context
 2022-05-12  1:24 UTC  (11+ messages)

[PATCH] nfs: fix port value parsing
 2022-05-12  1:12 UTC 

5.4.188 and later: massive performance regression with nfsd
 2022-05-11 17:24 UTC  (8+ messages)

[PATCH 0/5] nfs-utils: Improving NFS re-exports
 2022-05-10 20:37 UTC  (17+ messages)
` [PATCH 1/5] Implement reexport helper library
` [PATCH 2/5] exports: Implement new export option reexport=

[PATCH] SUNRPC: Don't disable preemption while calling svc_pool_for_cpu()
 2022-05-10 15:43 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH RFC v25 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-05-09 17:05 UTC  (12+ messages)
` [PATCH RFC v25 2/7] NFSD: add support for share reservation conflict to courteous server
` [PATCH RFC v25 4/7] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v25 5/7] fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict
` [PATCH RFC v25 6/7] NFSD: add support for lock conflict to courteous server
` [PATCH RFC v25 7/7] NFSD: Show state of courtesy client in client info

[PATCH v2 1/4] SUNRPC: Don't leak sockets in xs_local_connect()
 2022-05-09 11:22 UTC  (9+ messages)
` [PATCH v2 2/4] SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets
  ` [PATCH v2 3/4] SUNRPC: Ensure gss-proxy connects on setup
    ` [PATCH v2 4/4] Revert "SUNRPC: attempt AF_LOCAL connect on setup"

[PATCH] MM: handle THP in swap_*page_fs() - count_vm_events()
 2022-05-09  8:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH -next 0/2] nfs: check writeback errors correctly
 2022-05-09  7:43 UTC  (12+ messages)
` [PATCH -next 1/2] nfs: nfs{,4}_file_flush should consume writeback error

[PATCH 0/3] Unify filler_t and read_folio
 2022-05-08 19:06 UTC  (9+ messages)
` [PATCH 1/3] jffs2: Pass the file pointer to jffs2_do_readpage_unlock()
` [PATCH 2/3] nfs: Pass the file pointer to nfs_symlink_filler()
` [PATCH 3/3] fs: Change the type of filler_t
  ` [Cluster-devel] "

[PATCH 1/2] Revert "SUNRPC: Ensure gss-proxy connects on setup"
 2022-05-08 14:11 UTC  (2+ messages)
` [PATCH 2/2] SUNRPC: Ensure that the gssproxy client can start in a connected state

[PATCH] nfs: fix broken handling of the softreval mount option
 2022-05-08 12:54 UTC 

[trondmy-nfs:testing 10/11] fs/nfs/nfs4xdr.c:5441:2-3: Unneeded semicolon
 2022-05-07 20:14 UTC 

Problems with NFS4.1 on ESXi
 2022-05-07  1:53 UTC  (17+ messages)
    ` AW: "

[GIT PULL] Please pull NFS client fixes for 5.18
 2022-05-06 20:29 UTC  (2+ messages)

[PATCH] NFS: LOOKUP_DIRECTORY is also ok with symlinks
 2022-05-06 16:03 UTC 

[PATCH] NFS: Pass i_size to fscache_unuse_cookie() when a file is released
 2022-05-06  8:37 UTC  (2+ messages)

Napływ Klientów ze strony
 2022-05-06  7:38 UTC 

[PATCH -next 0/2] fix nfsv4 bugs of opening with O_ACCMODE flag
 2022-05-06  7:40 UTC  (9+ messages)

[PATCH 0/2] Finalising swap-over-NFS patches
 2022-05-06  2:56 UTC  (7+ messages)
` [PATCH 1/2] MM: handle THP in swap_*page_fs()

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH] rpcctl.py: Use the correct function for setting xprts offline and online
 2022-05-02 23:50 UTC 


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).