linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-06 15:32:05 to 2019-09-13 12:18:55 UTC [more...]

[PATCH v4 00/26] nfs: Mount API conversion
 2019-09-13 12:17 UTC  (12+ messages)
` [PATCH v4 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v4 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v4 15/26] nfs: get rid of ->set_security()
` [PATCH v4 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v4 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v4 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v4 22/26] NFS: Do some tidying of the parsing code
` [PATCH v4 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v4 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v4 25/26] NFS: Add fs_context support
` [PATCH v4 26/26] NFS: Attach supplementary error information to fs_context

[PATCH v6 00/19] client and server support for "inter" SSC copy
 2019-09-13  0:29 UTC  (26+ 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

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-09-12 17:25 UTC  (36+ messages)
` [RFC PATCH 02/35] nfs/nfsd: basic NFS4 extended attribute definitions
` [RFC PATCH 03/35] NFSv4.2: query the server for extended attribute support
` [RFC PATCH 04/35] nfs: parse the {no}user_xattr option
` [RFC PATCH 05/35] NFSv4.2: define a function to compute the maximum XDR size for listxattr
` [RFC PATCH 06/35] NFSv4.2: define and set initial limits for extended attributes
` [RFC PATCH 07/35] NFSv4.2: define argument and response structures for xattr operations
` [RFC PATCH 08/35] NFSv4.2: define the encode/decode sizes for the XATTR operations
` [RFC PATCH 09/35] NFSv4.2: define and use extended attribute overhead sizes
` [RFC PATCH 10/35] NFSv4.2: add client side XDR handling for extended attributes
` [RFC PATCH 11/35] nfs: define nfs_access_get_cached function
` [RFC PATCH 12/35] NFSv4.2: query the extended attribute access bits
` [RFC PATCH 13/35] nfs: modify update_changeattr to deal with regular files
` [RFC PATCH 14/35] nfs: define and use the NFS_INO_INVALID_XATTR flag
` [RFC PATCH 15/35] nfs: make the buf_to_pages_noslab function available to the nfs code
` [RFC PATCH 16/35] NFSv4.2: add the extended attribute proc functions
` [RFC PATCH 17/35] NFSv4.2: hook in the user extended attribute handlers
` [RFC PATCH 18/35] NFSv4.2: add client side xattr caching functions
` [RFC PATCH 19/35] NFSv4.2: call the xattr cache functions
` [RFC PATCH 20/35] nfs: add the NFS_V4_XATTR config option
` [RFC PATCH 21/35] xattr: modify vfs_{set,remove}xattr for NFS server use
` [RFC PATCH 22/35] nfsd: split off the write decode code in to a seperate function
` [RFC PATCH 23/35] nfsd: add defines for NFSv4.2 extended attribute support
` [RFC PATCH 26/35] nfsd: add structure definitions for xattr requests / responses
` [RFC PATCH 24/35] nfsd: define xattr functions to call in to their vfs counterparts
` [RFC PATCH 25/35] nfsd: take xattr access bits in to account when checking
` [RFC PATCH 27/35] nfsd: implement the xattr procedure functions
` [RFC PATCH 01/35] nfsd: make sure the nfsd4_ops array has the right size
` [RFC PATCH 28/35] nfsd: define xattr reply size functions
` [RFC PATCH 29/35] nfsd: add xattr XDR decode functions
` [RFC PATCH 30/35] nfsd: add xattr XDR encode functions
` [RFC PATCH 31/35] nfsd: add xattr operations to ops array
` [RFC PATCH 32/35] xattr: add a function to check if a namespace is supported
` [RFC PATCH 33/35] nfsd: add fattr support for user extended attributes
` [RFC PATCH 34/35] nfsd: add export flag to disable "
` [RFC PATCH 35/35] nfsd: add NFSD_V4_XATTR config option

[PATCH v3 00/26] nfs: Mount API conversion
 2019-09-12 17:36 UTC  (30+ 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

[PATCH 1/2] SUNRPC: Fix buffer handling of GSS MIC with less slack
 2019-09-12 17:07 UTC  (2+ messages)
` [PATCH 2/2] SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic

[PATCH 1/9] pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
 2019-09-12 16:29 UTC  (15+ 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

Regression in 5.1.20: Reading long directory fails
 2019-09-12 13:35 UTC  (30+ messages)

[PATCH] SUNRPC: RPC level errors should always set task->tk_rpc_status
 2019-09-12 12:06 UTC 

[PATCH] SUNRPC: Don't receive TCP data into a request buffer that has been reset
 2019-09-12 12:04 UTC 

troubleshooting LOCK FH and NFS4ERR_BAD_SEQID
 2019-09-12  8:27 UTC 

[PATCH v2] SUNRPC: Dequeue the request from the receive queue while we're re-encoding
 2019-09-12  7:30 UTC  (2+ 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 

[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

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


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