linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-03 20:32:38 to 2019-09-11 20:56:42 UTC [more...]

[PATCH 1/9] pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
 2019-09-11 20:56 UTC  (11+ messages)
` [PATCH 2/9] NFSv4: Clean up pNFS return-on-close error handling
  ` [PATCH 3/9] NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
    ` [PATCH 4/9] NFSv4: Handle RPC level errors in LAYOUTRETURN
      ` [PATCH 5/9] NFSv4: Add a helper to increment stateid seqids
        ` [PATCH 6/9] pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
          ` [PATCH 7/9] NFSv4: Fix OPEN_DOWNGRADE error handling
            ` [PATCH 8/9] NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
              ` [PATCH 9/9] NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU

[PATCH v3 00/26] nfs: Mount API conversion
 2019-09-11 18:24 UTC  (28+ messages)
` [PATCH v3 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v3 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v3 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v3 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v3 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v3 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v3 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v3 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v3 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v3 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v3 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v3 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v3 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v3 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v3 15/26] nfs: get rid of ->set_security()
` [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v3 17/26] NFS: Constify mount argument match tables
` [PATCH v3 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v3 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v3 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v3 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v3 22/26] NFS: Do some tidying of the parsing code
` [PATCH v3 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v3 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v3 25/26] NFS: Add fs_context support
` [PATCH v3 26/26] NFS: Attach supplementary error information to fs_context

Regression in 5.1.20: Reading long directory fails
 2019-09-11 17:59 UTC  (23+ messages)

Inquiry 11/Sept/2019
 2019-09-11 12:08 UTC 

[PATCH 1/1] pNFS/filelayout: enable LAYOUTGET on OPEN
 2019-09-10 21:14 UTC 

[RFC-PATCH] nfsd: provide a procfs entry to release stateids of a particular local filesystem
 2019-09-10 20:25 UTC  (4+ messages)

[PATCH v2] nfsd: provide a procfs entry to release stateids of a particular local filesystem
 2019-09-10 19:02 UTC 

[PATCH v2] SUNRPC: Dequeue the request from the receive queue while we're re-encoding
 2019-09-10 17:01 UTC 

[nfs-utils PATCH v3 0/4] add hash of the kerberos principal to the data being tracked by nfsdcld
 2019-09-10 14:50 UTC  (5+ messages)
` [nfs-utils PATCH v3 1/4] nfsdcld: add a "GetVersion" upcall
` [nfs-utils PATCH v3 2/4] nfsdcld: add support for upcall version 2
` [nfs-utils PATCH v3 3/4] Add a tool for manipulating the nfsdcld sqlite database schema
` [nfs-utils PATCH v3 4/4] nfsdcld: update nfsdcld.man

[PATCH v2 0/2] add hash of the kerberos principal to the data being tracked by nfsdcld
 2019-09-10 14:46 UTC  (5+ messages)
` [PATCH v2 1/2] nfsd: add a "GetVersion" upcall for nfsdcld
` [PATCH v2 2/2] nfsd: add support for upcall version 2

[PATCH v2 0/4] Handling NFSv3 I/O errors in knfsd
 2019-09-10 13:11 UTC  (2+ messages)

[PATCH v3 0/3] kernel/notifier.c: avoid duplicate registration
 2019-09-10  3:57 UTC  (13+ messages)

[PATCH] SUNRPC: Dequeue the request from the receive queue while we're re-encoding
 2019-09-09 22:17 UTC  (2+ messages)

The Fall Bakeathon in Westford, Ma (Hotel Blocks Expiring)
 2019-09-09 18:15 UTC 

[PATCH] SUNRPC: Dequeue the request from the receive queue while we're re-encoding
 2019-09-09 13:50 UTC 

nfs-for-5.3-3 update "breaks" NFSv4 directIO somehow
 2019-09-09  3:19 UTC  (5+ messages)

[PATCH v7 00/21] client and server support for "inter" SSC copy
 2019-09-06 23:36 UTC  (22+ messages)
` [PATCH v7 01/21] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v7 02/21] NFS: add COPY_NOTIFY operation
` [PATCH v7 03/21] NFS: add ca_source_server<> to COPY
` [PATCH v7 04/21] NFS: inter ssc open
` [PATCH v7 05/21] NFS: skip recovery of copy open on dest server
` [PATCH v7 06/21] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v7 07/21] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v7 08/21] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v7 09/21] NFS handle NFS4ERR_PARTNER_NO_AUTH error
` [PATCH v7 10/21] NFS: handle source server reboot
` [PATCH v7 11/21] NFS based on file size issue sync copy or fallback to generic copy offload
` [PATCH v7 12/21] NFS: replace cross device check in copy_file_range
` [PATCH v7 13/21] NFSD fill-in netloc4 structure
` [PATCH v7 14/21] NFSD add ca_source_server<> to COPY
` [PATCH v7 15/21] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v7 16/21] NFSD COPY_NOTIFY xdr
` [PATCH v7 17/21] NFSD add COPY_NOTIFY operation
` [PATCH v7 18/21] NFSD check stateids against copy stateids
` [PATCH v7 19/21] NFSD generalize nfsd4_compound_state flag names
` [PATCH v7 20/21] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v7 21/21] NFSD add nfs4 inter ssc to nfsd4_copy

[PATCH v6 00/19] client and server support for "inter" SSC copy
 2019-09-06 20:27 UTC  (21+ messages)
` [PATCH v6 01/19] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v6 02/19] NFS: add COPY_NOTIFY operation
` [PATCH v6 03/19] NFS: add ca_source_server<> to COPY
` [PATCH v6 04/19] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v6 05/19] NFS: inter ssc open
` [PATCH v6 06/19] NFS: skip recovery of copy open on dest server
` [PATCH v6 07/19] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v6 08/19] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v6 09/19] NFS: handle source server reboot
` [PATCH v6 10/19] NFS: replace cross device check in copy_file_range
` [PATCH v6 11/19] NFSD fill-in netloc4 structure
` [PATCH v6 12/19] NFSD add ca_source_server<> to COPY
` [PATCH v6 13/19] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v6 14/19] NFSD COPY_NOTIFY xdr
` [PATCH v6 15/19] NFSD add COPY_NOTIFY operation
` [PATCH v6 16/19] NFSD check stateids against copy stateids
` [PATCH v6 17/19] NFSD generalize nfsd4_compound_state flag names
` [PATCH v6 18/19] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v6 19/19] NFSD add nfs4 inter ssc to nfsd4_copy

[nfs-utils PATCH] Add printf format checking
 2019-09-06 20:24 UTC  (2+ messages)
` [nfs-utils PATCH v2] "

[PATCH 00/19] Layoutget on OPEN
 2019-09-06 20:17 UTC  (8+ messages)
` [PATCH 01/19] pnfs: Remove redundant assignment from nfs4_proc_layoutget()
  ` [PATCH 02/19] pnfs: Store return value of decode_layoutget for later processing
    ` [PATCH 03/19] NFS4: move ctx into nfs4_run_open_task
      ` [PATCH 04/19] pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPEN

[PATCH v5 0/9] server-side support for "inter" SSC copy
 2019-09-06 15:32 UTC  (6+ messages)

[PATCH 0/6] Fixes for various compiler warnings
 2019-09-05 12:07 UTC  (2+ messages)

[PATCH 1/1] nfsd: Adjust nfs.conf setting/parsing of rdma port
 2019-09-05 11:37 UTC  (2+ messages)

[PATCH] NFS: remove the redundant check when kfree an object in nfs_netns_client_release
 2019-09-05  9:00 UTC  (4+ messages)
`  "
    ` NFS: Checking the handling of patch variations

[PATCH 0/2] nfsd: add principal to the data being tracked by nfsdcld
 2019-09-05  0:50 UTC  (5+ messages)

[GIT PULL] Please pull NFS bugfix
 2019-09-04 19:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 25/94] NFSv4: Fix return values for nfs4_file_open()
 2019-09-04 15:57 UTC  (12+ messages)
` [PATCH AUTOSEL 5.2 26/94] NFSv4: Fix return value in nfs_finish_open()
` [PATCH AUTOSEL 5.2 27/94] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
` [PATCH AUTOSEL 5.2 28/94] NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()
` [PATCH AUTOSEL 5.2 45/94] SUNRPC: Handle EADDRINUSE and ENOBUFS correctly
` [PATCH AUTOSEL 5.2 46/94] SUNRPC: Handle connection breakages correctly in call_status()
` [PATCH AUTOSEL 5.2 47/94] pNFS/flexfiles: Don't time out requests on hard mounts
` [PATCH AUTOSEL 5.2 48/94] NFS: Fix spurious EIO read errors
` [PATCH AUTOSEL 5.2 49/94] NFS: Fix writepage(s) error handling to not report errors twice
` [PATCH AUTOSEL 5.2 53/94] NFSv2: Fix eof handling
` [PATCH AUTOSEL 5.2 54/94] NFSv2: Fix write regression
` [PATCH AUTOSEL 5.2 55/94] NFS: remove set but not used variable 'mapping'

[PATCH AUTOSEL 4.19 19/52] NFSv4: Fix return values for nfs4_file_open()
 2019-09-04 15:59 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 20/52] NFSv4: Fix return value in nfs_finish_open()
` [PATCH AUTOSEL 4.19 21/52] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
` [PATCH AUTOSEL 4.19 33/52] NFSv2: Fix eof handling
` [PATCH AUTOSEL 4.19 34/52] NFSv2: Fix write regression

[PATCH AUTOSEL 4.14 09/36] NFSv4: Fix return values for nfs4_file_open()
 2019-09-04 16:01 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 10/36] NFSv4: Fix return value in nfs_finish_open()
` [PATCH AUTOSEL 4.14 11/36] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
` [PATCH AUTOSEL 4.14 20/36] NFSv2: Fix eof handling
` [PATCH AUTOSEL 4.14 21/36] NFSv2: Fix write regression

[PATCH AUTOSEL 4.9 06/27] NFSv4: Fix return values for nfs4_file_open()
 2019-09-04 16:02 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 07/27] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
` [PATCH AUTOSEL 4.9 16/27] NFSv2: Fix eof handling
` [PATCH AUTOSEL 4.9 17/27] NFSv2: Fix write regression

[PATCH AUTOSEL 4.4 04/20] NFSv4: Fix return values for nfs4_file_open()
 2019-09-04 16:02 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 05/20] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
` [PATCH AUTOSEL 4.4 11/20] NFSv2: Fix eof handling
` [PATCH AUTOSEL 4.4 12/20] NFSv2: Fix write regression

[PATCH RFC] xprtrdma: Connection becomes unstable after a reconnect
 2019-09-04 15:34 UTC 

[PATCH v2 00/26] nfs: Mount API conversion
 2019-09-03 20:32 UTC  (24+ messages)
` [PATCH v2 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v2 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v2 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v2 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v2 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v2 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v2 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v2 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v2 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v2 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v2 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v2 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v2 15/26] nfs: get rid of ->set_security()
` [PATCH v2 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v2 17/26] NFS: Constify mount argument match tables
` [PATCH v2 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v2 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v2 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v2 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v2 22/26] NFS: Do some tidying of the parsing code
` [PATCH v2 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v2 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v2 25/26] NFS: Add fs_context support


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).