linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-26 01:24:30 to 2019-08-05 16:38:59 UTC [more...]

[PATCH] NFSv4: Fix an Oops in nfs4_do_setattr
 2019-08-05 16:38 UTC  (2+ messages)

[PATCH v3] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-08-05 16:09 UTC  (3+ messages)

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05  4:15 UTC  (37+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

BUG,
 2019-08-05  2:42 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (57+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH 03/34] net/ceph: "
` [PATCH 04/34] x86/kvm: "
` [PATCH 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH 07/34] drm/radeon: "
` [PATCH 08/34] media/ivtv: "
` [PATCH 09/34] media/v4l2-core/mm: "
` [PATCH 10/34] genwqe: "
` [PATCH 11/34] scif: "
` [PATCH 12/34] vmci: "
` [PATCH 13/34] rapidio: "
` [PATCH 14/34] oradax: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 17/34] vfio: "
` [PATCH 18/34] fbdev/pvr2fb: "
` [PATCH 19/34] fsl_hypervisor: "
` [PATCH 20/34] xen: "
` [PATCH 21/34] fs/exec.c: "
` [PATCH 22/34] orangefs: "
` [PATCH 23/34] uprobes: "
` [PATCH 24/34] futex: "
` [PATCH 25/34] mm/frame_vector.c: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 27/34] mm/memory.c: "
` [PATCH 28/34] mm/madvise.c: "
` [PATCH 29/34] mm/process_vm_access.c: "
` [PATCH 30/34] crypt: "
` [PATCH 31/34] nfs: "
` [PATCH 32/34] goldfish_pipe: "
` [PATCH 33/34] kernel/events/core.c: "
` [PATCH 34/34] fs/binfmt_elf: "

[PATCH] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
 2019-08-04 22:08 UTC  (4+ messages)

Clients mounting subdirectories with NFSv3 can prevent unmounts on server
 2019-08-04 21:09 UTC 

NFS issues
 2019-08-04 20:03 UTC  (2+ messages)

[PATCH] NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts
 2019-08-04 14:29 UTC 

[PATCH 1/8] NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
 2019-08-03 17:09 UTC  (10+ messages)
` [PATCH 2/8] NFSv4: Fix delegation state recovery
  ` [PATCH 3/8] NFSv4: Print an error in the syslog when state is marked as irrecoverable
    ` [PATCH 4/8] NFSv4: When recovering state fails with EAGAIN, retry the same recovery
      ` [PATCH 5/8] NFSv4: Report the error from nfs4_select_rw_stateid()
        ` [PATCH 6/8] NFSv4.1: Fix open stateid recovery
          ` [PATCH 7/8] NFSv4.1: Only reap expired delegations
            ` [PATCH 8/8] NFSv4: Check the return value of update_open_stateid()

NFSv4: rare bug *and* root cause captured in the wild
 2019-08-03  1:27 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (6+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()

Security labeling in NFS4 - who owns it?
 2019-08-01 22:47 UTC  (3+ messages)

[PATCH] st_flex: fix uid/gid formatting in error message
 2019-08-01 20:01 UTC  (2+ messages)

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2019-08-01 19:53 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v4 0/8] server-side support for "inter" SSC copy
 2019-08-01 19:36 UTC  (31+ messages)
` [PATCH v4 1/8] NFSD fill-in netloc4 structure
` [PATCH v4 4/8] NFSD add COPY_NOTIFY operation
` [PATCH v4 5/8] NFSD check stateids against copy stateids
` [PATCH v4 7/8] NFSD: allow inter server COPY to have a STALE source server fh

[PATCH] nfs-utils: Fix the error handling if the lseek fails
 2019-08-01 16:21 UTC  (2+ messages)

[PATCH] nfs-utils: Fix memory leak on error in nfs-server-generator
 2019-08-01 16:20 UTC  (2+ messages)

[PATCH 1/2] nfsiostat: Add error counts to output when RPC iostats version >= 1.1
 2019-08-01 16:13 UTC  (4+ messages)
` [PATCH 2/2] mountstats: Add per-op error counts to iostat command "

[PATCH] mountstats: Fix nfsstat command to handle RPC iostats version >= 1.1
 2019-08-01 16:13 UTC  (2+ messages)

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-01  8:20 UTC  (9+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[PATCH 00/16] Cache open file descriptors in knfsd
 2019-07-31 22:05 UTC  (2+ messages)

oops in 5.2-rc7
 2019-07-31 17:24 UTC  (2+ messages)

[PATCH RFC 0/2] nfsd: add principal to the data being tracked by nfsdcld
 2019-07-31 14:31 UTC  (8+ messages)
` [PATCH RFC 1/2] nfsd: add a "GetVersion" upcall for nfsdcld
` [PATCH RFC 2/2] nfsd: add support for upcall version 2

[PATCH 0/9] Multiple network connections for a single NFS mount
 2019-07-31  2:05 UTC  (4+ messages)
` [PATCH 3/9] NFS: send state management on a single connection
    ` [PATCH] NFS: add flags arg to nfs4_call_sync_sequence()

[PATCH] fs: nfsd: Fix three possible null-pointer dereferences
 2019-07-30 23:08 UTC  (3+ messages)

[nfs-utils PATCH RFC 0/2] add principal to the data being tracked by nfsdcld
 2019-07-30 21:09 UTC  (3+ messages)
` [nfs-utils PATCH RFC 1/2] nfsdcld: add a "GetVersion" upcall
` [nfs-utils PATCH RFC 2/2] nfsdcld: add support for upcall version 2

RFC: Fixing net/sunrpc/cache.c: cache_listeners_exist() function for rogue process reading a 'channel' file
 2019-07-30 15:46 UTC  (10+ messages)
` [RFC PATCH] SUNRPC: Harden the cache 'channel' interface to only allow legitimate daemons
` [RFC PATCH] SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-30  1:49 UTC  (2+ messages)
` [PATCH 10/20] fs: nfs: Initialize filesystem timestamp ranges

[PATCH v2] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-07-29 17:12 UTC  (6+ messages)

[Problem]testOpenUpgradeLock test failed in nfsv4.0 in 5.2.0-rc7
 2019-07-29 14:11 UTC  (11+ messages)
        ` [PATCH] CACHE: Fix test script as delegation being introduced

[SUNRPC] 661ccd4df3: ltp.proc01.fail
 2019-07-29 13:40 UTC 

[PATCH v1] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-07-28 15:05 UTC  (6+ messages)

BUG: "Stale file handle" error when connecting to ARM server
 2019-07-26 14:44 UTC  (2+ messages)
` [PATCH] Fix include order between config.h and stat.h

[PATCH] fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
 2019-07-26  7:48 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).