linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 00:45:23 to 2019-07-12 20:16:12 UTC [more...]

[PATCH] Revert "NFS: readdirplus optimization by cache mechanism" (memleak)
 2019-07-12 20:16 UTC  (3+ messages)

multipath patches
 2019-07-12 19:09 UTC  (8+ messages)

[PATCH] SUNRPC: Fix transport accounting when caller specifies an rpc_xprt
 2019-07-12 17:21 UTC 

[PATCH v2] Revert "NFS: readdirplus optimization by cache mechanism" (memleak)
 2019-07-12 16:10 UTC 

rpc.statd dies because of pacemaker monitoring
 2019-07-12 14:16 UTC  (4+ messages)

[PATCH v3 0/3] kernel/notifier.c: avoid duplicate registration
 2019-07-12 14:07 UTC  (8+ messages)

[Problem]testOpenUpgradeLock test failed in nfsv4.0 in 5.2.0-rc7
 2019-07-12  2:27 UTC  (7+ messages)

nfs-config.service fails to apply no-nfs-version after a reboot
 2019-07-11 20:06 UTC 

[GIT PULL] nfsd changes for 5.3
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-07-11  3:07 UTC  (7+ messages)

[PATCH 00/16] exposing knfsd client state to userspace
 2019-07-11  1:54 UTC  (15+ messages)
` [PATCH 08/16] nfsd: escape high characters in binary data

[PATCH] nfsd4: fix a deadlock on state owner replay mutex
 2019-07-10 18:43 UTC  (3+ messages)

Request for help debugging readdirplus malfunction on NFS v3
 2019-07-10 12:03 UTC  (3+ messages)

[PATCH v3 1/3] kernel/notifier.c: avoid duplicate registration
 2019-07-10  3:09 UTC 

[PATCH v3 3/3] kernel/notifier.c: remove blocking_notifier_chain_cond_register()
 2019-07-10  3:09 UTC 

[PATCH v3 2/3] kernel/notifier.c: remove notifier_chain_cond_register()
 2019-07-10  3:09 UTC 

Kernel Oops related to NFS client code ?
 2019-07-10  2:11 UTC 

[PATCH -next] nfsd: Make __get_nfsdfs_client() static
 2019-07-09 23:36 UTC  (2+ messages)

[PATCH -next] nfsd: Make two functions static
 2019-07-09 23:36 UTC  (2+ messages)

[PATCH 0/8] treewide: correct misuses of strscpy/strlcpy
 2019-07-09 23:33 UTC  (5+ messages)
` [PATCH 8/8] nfsd: Fix misuse of strlcpy

[linux-next:master 11868/13492] fs/nfsd/nfs4state.c:2508:6: sparse: sparse: symbol 'force_expire_client' was not declared. Should it be static?
 2019-07-09 17:32 UTC  (2+ messages)
` [RFC PATCH linux-next] nfsd: force_expire_client() can be static

[GIT PULL] Please pull NFSoRDMA updates for Linux 5.3
 2019-07-09 16:03 UTC  (2+ messages)
` [GIT PULL] Please pull NFSoRDMA updates for Linux 5.3 (v2)

[PATCH v10 00/12] client-side support for "inter" SSC copy
 2019-07-09 16:01 UTC  (15+ messages)
` [PATCH v10 01/12] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v10 02/12] NFS: add COPY_NOTIFY operation
` [PATCH v10 03/12] NFS: add ca_source_server<> to COPY
` [PATCH v10 04/12] NFS: inter ssc open
` [PATCH v10 05/12] NFS: skip recovery of copy open on dest server
` [PATCH v10 06/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v10 07/12] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v10 08/12] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v10 09/12] NFS handle NFS4ERR_PARTNER_NO_AUTH error
` [PATCH v10 10/12] NFS: handle source server reboot
` [PATCH v10 11/12] NFS based on file size issue sync copy or fallback to generic copy offload
` [PATCH v10 12/12] NFS: replace cross device check in copy_file_range

[PATCH v4 0/8] server-side support for "inter" SSC copy
 2019-07-09 15:53 UTC  (15+ messages)
` [PATCH v4 1/8] NFSD fill-in netloc4 structure
` [PATCH v4 2/8] NFSD add ca_source_server<> to COPY
` [PATCH v4 3/8] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v4 4/8] NFSD add COPY_NOTIFY operation
` [PATCH v4 5/8] NFSD check stateids against copy stateids
` [PATCH v4 6/8] NFSD generalize nfsd4_compound_state flag names
` [PATCH v4 7/8] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v4 8/8] NFSD add nfs4 inter ssc to nfsd4_copy

[linux-next:master 11860/13492] fs/nfsd/nfsctl.c:1221:22: sparse: sparse: symbol '__get_nfsdfs_client' was not declared. Should it be static?
 2019-07-09 13:55 UTC  (2+ messages)
` [RFC PATCH linux-next] nfsd4: __get_nfsdfs_client() can be static

[PATCH v2] locks: eliminate false positive conflicts for write lease
 2019-07-09 11:02 UTC  (6+ messages)

Fwd: NFS Caching broken in 4.19.37
 2019-07-09  7:14 UTC 

[GIT PULL] Keys: Set 3 - Keyrings namespacing for 5.3
 2019-07-09  3:15 UTC  (2+ messages)

[PATCH] sunrpc/cache: remove the exporting of cache_seq_next
 2019-07-08 23:23 UTC  (2+ messages)

The Fall Bakeathon in Westford, Ma
 2019-07-08 18:37 UTC 

[PATCH 1/3] NFS: Fix off-by-one errors in nfs_readdir
 2019-07-07 21:01 UTC  (4+ messages)
` [PATCH 2/3] NFS: Reduce stack usage in nfs_readdir()
  ` [PATCH 3/3] NFS: Ensure cached readdir info is NUL terminated

[PATCH V2 0/4] nfs4.0: Refetch lease_time after clientID reset
 2019-07-07 19:26 UTC  (5+ messages)
` [PATCH V2 1/4] nfs: Fix copy-and-paste error in debug message
` [PATCH V2 2/4] nfs4: Make nfs4_proc_get_lease_time available for nfs4.0
` [PATCH V2 3/4] nfs4: Rename nfs41_setup_state_renewal
` [PATCH V2 4/4] nfs4.0: Refetch lease_time after clientid update

[nfs:testing 18/19] fs/nfs/dir.c:196:51-52: Unneeded semicolon
 2019-07-07 16:46 UTC  (2+ messages)
` [PATCH] NFS: fix semicolon.cocci warnings

[PATCH] NFS: fix ifnullfree.cocci warnings
 2019-07-07 16:45 UTC 

[PATCH 2/2] net: apply proc_net_mkdir() harder
 2019-07-06 16:55 UTC 

[GIT PULL] nfsd bugfixes for 5.2
 2019-07-06  2:35 UTC  (2+ messages)

User process NFS write hang in wait_on_commit with kworker
 2019-07-05 23:53 UTC  (9+ messages)

zfs server slow mounting ( mtab ?)
 2019-07-05 22:59 UTC 

Regression caused by commit c54f24e3 (nfsd: fix performance-limiting session calculation)
 2019-07-03 16:43 UTC  (6+ messages)
      ` [PATCH] nfsd: Fix overflow causing non-working mounts on 1 TB machines

[PATCH v2 29/35] nfsd: Use kmemdup rather than duplicating its implementation
 2019-07-03 16:31 UTC 

[PATCH 0/3] NFS: Adjustments for three function implementations
 2019-07-03 15:11 UTC  (4+ messages)
` [PATCH 1/3] NFS: Use seq_putc() in nfs_show_stats()
` [PATCH 2/3] NFS: Replace 16 seq_printf() calls by seq_puts()
` [PATCH 3/3] NFS: Three function calls less

[PATCH 25/30] nfsd: Use kmemdup rather than duplicating its implementation
 2019-07-03 13:17 UTC 

[PATCH 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2019-07-03 12:47 UTC  (4+ messages)
` [PATCH 2/4] fs/ext4/acl: apply umask if ACL support is disabled
` [PATCH 3/4] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
` [PATCH 4/4] nfs/super: check NFS_CAP_ACLS instead of the NFS version

[PATCH] NFS: Less function calls in show_pnfs()
 2019-07-03  8:48 UTC  (3+ messages)

memory leak in nfs_get_client
 2019-07-02 18:29 UTC  (6+ messages)

nfs kernel panic - unable to handle kernel paging request, cgroup_sk_free
 2019-07-01 20:35 UTC 

[PATCH 00/16] Cache open file descriptors in knfsd
 2019-07-01 15:39 UTC  (24+ messages)
` [PATCH 01/16] sunrpc: add a new cache_detail operation for when a cache is flushed
  ` [PATCH 02/16] locks: create a new notifier chain for lease attempts
    ` [PATCH 03/16] notify: export symbols for use by the knfsd file cache
      ` [PATCH 04/16] vfs: Export flush_delayed_fput for use by knfsd
        ` [PATCH 05/16] nfsd: add a new struct file caching facility to nfsd
          ` [PATCH 06/16] nfsd: hook up nfsd_write to the new nfsd_file cache
            ` [PATCH 07/16] nfsd: hook up nfsd_read to the "
              ` [PATCH 08/16] nfsd: hook nfsd_commit up "
                ` [PATCH 09/16] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
                  ` [PATCH 10/16] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
                    ` [PATCH 11/16] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
                      ` [PATCH 12/16] nfsd: have nfsd_test_lock use "
                        ` [PATCH 13/16] nfsd: rip out the raparms cache
                          ` [PATCH 14/16] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
                            ` [PATCH 15/16] nfsd: Fix up some unused variable warnings
                              ` [PATCH 16/16] nfsd: Fix the documentation for svcxdr_tmpalloc()

[backport request][stable] SUNRPC: Clean up initialisation of the struct rpc_rqst
 2019-07-01 15:37 UTC  (3+ messages)

[PATCH 0/4 RESEND] nfs4.0: Refetch lease_time after clientID reset
 2019-07-01 10:21 UTC  (8+ messages)
` [PATCH 1/4 RESEND] nfs: Fix copy-and-paste error in debug message
` [PATCH 2/4 RESEND] nfs4: Rename nfs41_setup_state_renewal
` [PATCH 3/4 RESEND] nfs4: Move nfs4_setup_state_renewal
` [PATCH 4/4 RESEND] nfs4.0: Refetch lease_time after clientid update

[GIT PULL] Two more Linux NFS client fixes
 2019-06-28 21:08 UTC 

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-27 22:07 UTC  (4+ messages)
` [PATCH 8/9] keys: Network namespace domain tag "

[PATCH] nfsd4: fix a deadlock on state owner replay mutex
 2019-06-27 18:16 UTC 

[PATCH 1/2] NFSv4: Handle open for execute correctly
 2019-06-27 16:14 UTC  (2+ messages)
` [PATCH 2/2] NFSv4: Handle the special Linux file open access mode

[PATCH AUTOSEL 4.19 59/60] NFS4: Only set creation opendata if O_CREAT
 2019-06-27  0:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 60/60] net :sunrpc :clnt :Fix xps refcount imbalance on the error path

[PATCH AUTOSEL 4.14 35/35] net :sunrpc :clnt :Fix xps refcount imbalance on the error path
 2019-06-27  0:39 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).