Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-01-20 05:02:00 to 2023-01-31 13:36:38 UTC [more...]

[PATCH v2 1/1] NFSD: fix problems with cleanup on errors in nfsd4_copy
 2023-01-31 13:36 UTC  (2+ messages)

Trying to reduce NFSv4 timeouts to a few seconds on an established connection
 2023-01-31 13:27 UTC  (13+ messages)
              ` Zombie / Orphan open files

add bvec initialization helpers
 2023-01-31  6:59 UTC  (64+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH RFC] NFSD: Convert filecache to rhltable
 2023-01-30 18:10 UTC  (8+ messages)
      ` Fwd: "

[PATCH 5.4 0/1] nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
 2023-01-30 10:10 UTC  (4+ messages)
` [PATCH 5.4 1/1] "

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2023-01-30  2:15 UTC  (5+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
  ` [PATCH 2/3] "

[PATCH] fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
 2023-01-30  0:45 UTC  (2+ messages)

[PATCH] nfsd: fix race to check ls_layouts
 2023-01-29 16:56 UTC  (9+ messages)

[PATCH] nfsd: don't hand out delegation on setuid files being opened for write
 2023-01-27 16:54 UTC  (7+ messages)

[PATCH] vfs: parse sloppy mount option in correct order
 2023-01-27 11:13 UTC  (2+ messages)

[PATCH/RFC] NFSv3 handle out-of-order write replies
 2023-01-26 21:39 UTC  (4+ messages)

[PATCH] nfsd: update comment over __nfsd_file_cache_purge
 2023-01-26 21:32 UTC  (2+ messages)

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-26 12:02 UTC  (20+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 RESEND 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 RESEND 5/8] ceph: "
` [PATCH v8 RESEND 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 RESEND 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 RESEND 8/8] nfsd: remove fetch_iversion export operation

[PATCH v1 1/2] SUNRPC: Clean up the svc_xprt_flags() macro
 2023-01-25 13:45 UTC  (4+ messages)
` [PATCH v1 2/2] SUNRPC: Remove ->xpo_secure_port()

[GIT PULL] fourth v6.2-rc request for nfsd
 2023-01-24 21:16 UTC  (2+ messages)

[PATCH 1/1] NFSD: fix problems with cleanup on errors in nfsd4_copy
 2023-01-24 20:14 UTC  (4+ messages)

[PATCH] nfsd: remove fs/nfsd/fault_inject.c
 2023-01-24 16:55 UTC  (2+ messages)

[PATCH 1/1] NFSD: fix leak referent count of nfsd4_ssc_umount_item in nfsd4_copy
 2023-01-24 16:54 UTC  (3+ messages)

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

[PATCH 0/2] nfsd: COPY refcounting fix and cleanup
 2023-01-23 20:32 UTC  (17+ messages)
` [PATCH 2/2] nfsd: clean up potential nfsd_file refcount leaks in COPY codepath

[PATCH AUTOSEL 6.1 24/28] NFSD: fix use-after-free in __nfs42_ssc_open()
 2023-01-23 18:39 UTC  (2+ messages)

[PATCH] Documentation: Fix sysfs path for the NFSv4 client identifier
 2023-01-23 16:58 UTC  (7+ messages)

any guide to install/test nfs sec=krb5?
 2023-01-23 16:06 UTC  (4+ messages)

[PATCH 5.10 0/1] nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
 2023-01-23 15:40 UTC  (2+ messages)
` [PATCH 5.10 1/1] "

[PATCH] nfsd: don't free files unconditionally in __nfsd_file_cache_purge
 2023-01-23 10:57 UTC  (8+ messages)

Prezentacja
 2023-01-23  8:37 UTC 

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-01-23  7:58 UTC  (7+ messages)

Question about CVE-2022-43945
 2023-01-22  0:56 UTC  (5+ messages)

[PATCH 1/1] pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
 2023-01-20 18:40 UTC 

[PATCH] nfsd: don't free files unconditionally in __nfsd_file_cache_purge
 2023-01-20 18:36 UTC  (2+ messages)


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