Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-01-03 16:33:32 to 2023-01-11 02:05:41 UTC [more...]

[PATCH] fs: remove locks_inode
 2023-01-11  2:05 UTC  (5+ messages)

[GIT PULL] second v6.2-rc pull request for nfsd
 2023-01-10 21:06 UTC  (2+ messages)

[PATCH v1 0/2] add support for IO_ADVISE
 2023-01-10 20:33 UTC  (4+ messages)
` [PATCH v1 1/2] NFS: add IO_ADVISE operation
` [PATCH v1 2/2] NFSv4.2 add tracepoint to IO_ADVISE

[PATCH 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
 2023-01-10 19:58 UTC  (14+ messages)

[PATCH v1] NFSD: add IO_ADVISE operation
 2023-01-10 19:00 UTC  (2+ messages)

[PATCH v2 1/1] NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
 2023-01-10 18:27 UTC 

[PATCH 1/1] NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
 2023-01-10 17:25 UTC  (4+ messages)

[PATCH v1 0/2] Switch SUNRPC server to per-CPU counters
 2023-01-10 15:32 UTC  (3+ messages)
` [PATCH v1 1/2] SUNRPC: Use per-CPU counters to tally server RPC counts
` [PATCH v1 2/2] SUNRPC: Replace pool stats with per-CPU variables

[PATCH v1 00/27] Server-side RPC reply header parsing overhaul
 2023-01-10 15:16 UTC  (31+ messages)
` [PATCH v1 01/27] SUNRPC: Clean up svcauth_gss_release()
` [PATCH v1 02/27] SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()
` [PATCH v1 03/27] SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()
` [PATCH v1 04/27] SUNRPC: Replace checksum construction "
` [PATCH v1 05/27] SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream()
` [PATCH v1 06/27] SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()
` [PATCH v1 07/27] SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()
` [PATCH v1 08/27] SUNRPC: Add @head and @tail variables "
` [PATCH v1 09/27] SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()
` [PATCH v1 10/27] SUNRPC: Check rq_auth_stat when preparing to wrap a response
` [PATCH v1 11/27] SUNRPC: Remove the rpc_stat variable in svc_process_common()
` [PATCH v1 12/27] SUNRPC: Add XDR encoding helper for opaque_auth
` [PATCH v1 13/27] SUNRPC: Push svcxdr_init_encode() into svc_process_common()
` [PATCH v1 14/27] SUNRPC: Move svcxdr_init_encode() into ->accept methods
` [PATCH v1 15/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()
` [PATCH v1 16/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()
` [PATCH v1 17/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()
` [PATCH v1 18/27] SUNRPC: Convert unwrap data paths to use xdr_stream for replies
` [PATCH v1 19/27] SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers
` [PATCH v1 20/27] SUNRPC: Use xdr_stream for encoding GSS reply verifiers
` [PATCH v1 21/27] SUNRPC: Hoist init_encode out of svc_authenticate()
` [PATCH v1 22/27] SUNRPC: Convert RPC Reply header encoding to use xdr_stream
` [PATCH v1 23/27] SUNRPC: Final clean-up of svc_process_common()
` [PATCH v1 24/27] SUNRPC: Remove no-longer-used helper functions
` [PATCH v1 25/27] SUNRPC: Refactor RPC server dispatch method
` [PATCH v1 26/27] SUNRPC: Set rq_accept_statp inside ->accept methods
` [PATCH v1 27/27] SUNRPC: Go back to using gsd->body_start

[PATCH v2 1/1] NFSD: enhance inter-server copy cleanup
 2023-01-09 19:41 UTC  (12+ messages)

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-01-09 18:25 UTC  (13+ messages)

[PATCH] NFS: Handle missing attributes in OPEN reply
 2023-01-09 17:11 UTC  (20+ messages)

regression: nfs mount (even idle) eventually hangs server
 2023-01-09  6:34 UTC  (15+ messages)
` summary: "

NFSD: refcount_t: underflow; use-after-free from nfsd_file_free
 2023-01-08 23:23 UTC  (4+ messages)

[PATCH v2 1/2] nfsd: allow nfsd_file_get to sanely handle a NULL pointer
 2023-01-08 19:33 UTC  (3+ messages)
` [PATCH v2 2/2] nfsd: fix potential race in nfs4_find_file

[GIT PULL] Please pull NFS client bugfixes
 2023-01-07 18:43 UTC  (2+ messages)

[PATCH 00/17] Initial conversion of NFS basic I/O to use folios
 2023-01-07 17:36 UTC  (18+ messages)
` [PATCH 01/17] NFS: Fix for xfstests generic/208
  ` [PATCH 02/17] NFS: Add basic functionality for tracking folios in struct nfs_page
    ` [PATCH 03/17] NFS: Support folios in nfs_generic_pgio()
      ` [PATCH 04/17] NFS: Fix nfs_coalesce_size() to work with folios
        ` [PATCH 05/17] NFS: Add a helper to convert a struct nfs_page into an inode
          ` [PATCH 06/17] NFS: Convert the remaining pagelist helper functions to support folios
            ` [PATCH 07/17] NFS: Add a helper nfs_wb_folio()
              ` [PATCH 08/17] NFS: Convert buffered reads to use folios
                ` [PATCH 09/17] NFS: Convert the function nfs_wb_page() "
                  ` [PATCH 10/17] NFS: Convert buffered writes "
                    ` [PATCH 11/17] NFS: Remove unused function nfs_wb_page()
                      ` [PATCH 12/17] NFS: Convert nfs_write_begin/end to use folios
                        ` [PATCH 13/17] NFS: Fix up nfs_vm_page_mkwrite() for folios
                          ` [PATCH 14/17] NFS: Clean up O_DIRECT request allocation
                            ` [PATCH 15/17] NFS: fix up nfs_release_folio() to try to release the page
                              ` [PATCH 16/17] NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
                                ` [PATCH 17/17] NFS: Improve tracing of nfs_wb_folio()

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-01-07 15:11 UTC  (6+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

[PATCH] nfsd: fix potential race in nfs4_find_file
 2023-01-07 10:39 UTC  (8+ messages)

[PATCH] nfsd: fix handling of cached open files in nfsd4_open codepath
 2023-01-06 18:15 UTC  (3+ messages)

[PATCH v1] Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
 2023-01-06 17:57 UTC  (2+ messages)

[PATCH RFC] NFSD: Convert filecache to rhltable
 2023-01-06 15:56 UTC  (4+ messages)

[PATCH v2] nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
 2023-01-06 15:39 UTC  (2+ messages)
` [PATCH v2] nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator

[PATCH v2] filelock: move file locking definitions to separate header file
 2023-01-05 21:19 UTC 

[PATCH 0/4] nfsd: filecache cleanups and optimizations
 2023-01-05 14:32 UTC  (8+ messages)
` [PATCH 1/4] nfsd: don't open-code clear_and_wake_up_bit
` [PATCH 2/4] nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
` [PATCH 3/4] nfsd: don't kill nfsd_files because of lease break error
` [PATCH 4/4] nfsd: add some comments to nfsd_file_do_acquire

[PATCH v2] nfsd: fix handling of cached open files in nfsd4_open codepath
 2023-01-05 14:24 UTC  (4+ messages)

nfs setgid inheritance test
 2023-01-05  8:55 UTC  (7+ messages)

Bundling pynfs as a python package
 2023-01-05  1:33 UTC  (2+ messages)

[PATCH] nfsd: fix handling of cached open files in nfsd4_open codepath
 2023-01-04 23:11 UTC 

weird smp memory-barrier issue with nfsd filecache code
 2023-01-04 20:46 UTC  (4+ messages)

[GIT PULL]: first v6.2-rc pull request for nfsd
 2023-01-04 20:17 UTC  (2+ messages)

RFC:Doing a NFSv4.1/4.2 Kerberized mount without a machine credential
 2023-01-04 18:51 UTC  (11+ messages)

[PATCH 1/2] Covscan Scan: Wrong Check of Return Value
 2023-01-04 17:08 UTC  (2+ messages)
` [PATCH 2/2] Covscan Scan: Fixed a couple CLANG_WARNINGs

[nfs-utils PATCH] Don't allow junction tests to trigger automounts
 2023-01-04 12:23 UTC  (2+ messages)

[PATCH v9 0/5] Convert NFS with fscache to the netfs API
 2023-01-03 20:33 UTC  (14+ messages)
` [PATCH v9 3/5] NFS: Convert buffered read paths to use netfs when fscache is enabled

[PATCH v1 00/25] Server-side RPC call header parsing overhaul
 2023-01-03 16:33 UTC  (3+ messages)


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