Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-16 23:59:48 to 2021-05-31 06:23:10 UTC [more...]

[PATCH net-next] xprtrdma: Fix spelling mistakes
 2021-05-31  6:36 UTC 

nfsd dead loop when xfstests generic/531
 2021-05-31  4:59 UTC 

[nfs-utils RFC PATCH 0/2] Two rpc.gssd improvements
 2021-05-30 19:54 UTC  (14+ messages)
` [nfs-utils RFC PATCH 1/2] gssd: deal with failed thread creation
` [nfs-utils RFC PATCH 2/2] gssd: add timeout for upcall threads

Errors in nfs man pages
 2021-05-29 10:55 UTC 

[GIT PULL] Please pull NFS client bugfixes for 5.13
 2021-05-28 19:00 UTC  (2+ messages)

[PATCH v2 1/1] NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error
 2021-05-28 17:44 UTC  (4+ messages)

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-05-28  8:04 UTC  (25+ messages)
` [PATCH v2 01/21] mm: list_lru: fix list_lru_count_one() return value
` [PATCH v2 02/21] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH v2 03/21] mm: memcontrol: remove the kmem states
` [PATCH v2 04/21] mm: memcontrol: do it in mem_cgroup_css_online to make the kmem online
` [PATCH v2 05/21] mm: list_lru: remove lru node locking from memcg_update_list_lru_node
` [PATCH v2 06/21] mm: list_lru: only add the memcg aware lrus to the list_lrus
` [PATCH v2 07/21] mm: list_lru: optimize the array of per memcg lists memory consumption
` [PATCH v2 08/21] mm: list_lru: remove memcg_aware field from struct list_lru
` [PATCH v2 09/21] mm: introduce kmem_cache_alloc_lru
` [PATCH v2 10/21] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v2 11/21] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v2 12/21] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v2 13/21] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v2 14/21] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v2 15/21] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v2 16/21] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v2 17/21] mm: list_lru: replace linear array with xarray
    ` [External] "
` [PATCH v2 18/21] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v2 19/21] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v2 20/21] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v2 21/21] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[nfs-utils PATCH v3 0/2] Two rpc.gssd improvements
 2021-05-27 19:11 UTC  (3+ messages)
` [nfs-utils PATCH v3 1/2] gssd: deal with failed thread creation
` [nfs-utils PATCH v3 2/2] gssd: add timeout for upcall threads

[nfs-utils PATCH v2 0/2] Two rpc.gssd improvements
 2021-05-27 18:32 UTC  (3+ messages)
` [nfs-utils PATCH v2 1/2] gssd: deal with failed thread creation
` [nfs-utils PATCH v2 2/2] gssd: add timeout for upcall threads

[LTP PATCH v2 1/3] nfs_lib.sh: Detect unsupported protocol
 2021-05-27  6:32 UTC  (4+ messages)
` [LTP PATCH v2 2/3] nfs_lib.sh: Require nfsd kernel module
` [LTP PATCH v2 3/3] nfs_lib.sh: Check running rpc.mountd, rpc.statd

[PATCH v1] xprtrdma: Revert 586a0787ce35
 2021-05-26 19:35 UTC 

[PATCH v2 0/1] Add callback address and state to nfsd4 client info
 2021-05-26 19:13 UTC  (7+ messages)
` [PATCH v2 1/1] nfsd4: Expose the callback address and state of each NFS4 client

[PATCH v2] SUNRPC: More fixes for backlog congestion
 2021-05-26 16:04 UTC  (3+ messages)

mount.nfs: Stale file handle
 2021-05-26  5:56 UTC  (2+ messages)

[PATCH] SUNRPC: More fixes for backlog congestion
 2021-05-26  4:27 UTC 

[PATCH] NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config
 2021-05-26  3:32 UTC 

[PATCH nfs-utils 1/2] README: update git repository URL
 2021-05-25 18:08 UTC  (4+ messages)
` [PATCH nfs-utils 2/2] configure: check for rpc/rpc.h presence

[PATCH v2 1/3] NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
 2021-05-25 18:02 UTC  (3+ messages)
` [PATCH v2 2/3] NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
  ` [PATCH v2 3/3] NFS: Clean up reset of the mirror accounting variables

[GIT PULL] netfs: Fixes
 2021-05-25 17:36 UTC  (2+ messages)

mount.nfs: Stale file handle
 2021-05-25 16:03 UTC 

[PATCH 1/3] NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
 2021-05-25 15:32 UTC  (3+ messages)
` [PATCH 2/3] NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
  ` [PATCH 3/3] NFS: Clean up reset of the mirror accounting variables

[PATCH pynfs 1/3] remove trailing whitespace
 2021-05-25 14:32 UTC  (5+ messages)
` [PATCH pynfs 2/3] server: Allow to print JSON format
` [PATCH pynfs 3/3] server: Add test code to JSON and XML output

rpc.gssd does not restart after package upgrade
 2021-05-25 13:34 UTC 

ksu problem with sec=krb5 and nfs
 2021-05-24 14:48 UTC  (4+ messages)

pynfs: COUR2, EID50 test failures
 2021-05-24  8:19 UTC  (4+ messages)

[PATCH pynfs 1/2] README: Prefer python3 packages over pip
 2021-05-23 19:10 UTC  (4+ messages)
` [PATCH pynfs 2/2] README: Add openSUSE

[RFC PATCH 1/1] mount.nfs: Fix mounting on tmpfs
 2021-05-23 18:31 UTC  (23+ messages)
    ` [PATCH/RFC nfs-utils] Fix NFSv4 export of tmpfs filesystems
        `  "
              `  "
      ` [PATCH/RFC v2 "
          `  "
            ` [PATCH nfs-utils 1/2] Remove 'force' arg from cache_flush()
              ` [PATCH nfs-utils 2/2] Move declaration of etab and rmtab into libraries

[PATCH nfs-utils] gssd: use mutex to protect decrement of refcount
 2021-05-23 18:28 UTC  (2+ messages)

NFSv4: Mounting NFS server which is down, blocks all other NFS mounts on same machine
 2021-05-21 22:41 UTC  (13+ messages)

[PATCH 0/4] Add support for application leases to NFSv4
 2021-05-21 20:23 UTC  (10+ messages)
` [PATCH 1/4] NFSv4: Fix delegation return in cases where we have to retry
  ` [PATCH 2/4] NFSv4: Add lease breakpoints in case of a delegation recall or return
    ` [PATCH 3/4] NFSv4: Add support for application leases underpinned by a delegation
      ` [PATCH 4/4] NFS: nfs_find_open_context() may only select open files

[PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
 2021-05-21 20:19 UTC  (2+ messages)

[PATCH v7 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-05-21 19:09 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] NFSv4.2: remove restriction of copy size for inter-server copy

[PATCH pynfs 1/2] st_flex: Fix comparison operator, compare int
 2021-05-21 18:07 UTC  (3+ messages)
` [PATCH pynfs 2/2] 4.1 server: Compare with int variable instead of string

[PATCH 0/3] Enable the setting of a kernel module parameter from nfs.conf
 2021-05-21  2:39 UTC  (6+ messages)
    `  "

[PATCH v6 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-05-20 20:33 UTC  (4+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] NFSv4.2: remove restriction of copy size for inter-server copy

[PATCH v2 1/1] NFSD add vfs_fsync after async copy is done
 2021-05-19 21:32 UTC  (2+ messages)

[PATCH] SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected
 2021-05-19 19:29 UTC 

[PATCH 1/1] NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error
 2021-05-19 19:22 UTC  (2+ messages)

[PATCH v2 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-05-19 17:07 UTC  (4+ messages)
` [PATCH v2 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag
` [PATCH v2 2/2] selinux: fix SECURITY_LSM_NATIVE_LABELS flag handling on double mount

[PATCH v2] NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()
 2021-05-19 16:54 UTC 

[PATCH] NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()
 2021-05-19 16:47 UTC  (3+ messages)

Spurious instability with NFSoRDMA under moderate load
 2021-05-19 15:20 UTC  (4+ messages)

[PATCH] nfsd: Prevent truncation of an unlinked inode from blocking access to its directory
 2021-05-18 21:06 UTC  (10+ messages)

Fw: [Bug 213135] New: NFS service not working with linux 5.4
 2021-05-18 21:06 UTC 

[PATCH v5 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-05-18 17:50 UTC  (15+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] NFSv4.2: remove restriction of copy size for inter-server copy

[PATCH v7 00/12] create sysfs files for changing IP address
 2021-05-17 18:14 UTC  (6+ messages)
` [PATCH v7 10/12] sunrpc: add dst_attr attributes to the sysfs xprt directory

[PATCH 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-05-17 13:46 UTC  (4+ messages)

[PATCH] SUNRPC in case of backlog, hand free slots directly to waiting task
 2021-05-16 23:59 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 read-only IMAP folder(s) and NNTP newsgroup(s).