linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:38:42 to 2020-11-23 20:05:57 UTC [more...]

[PATCH v3 00/85] Update NFSD XDR functions
 2020-11-23 20:05 UTC  (17+ messages)
` [PATCH v3 01/85] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v3 02/85] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v3 03/85] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v3 04/85] NFSD: Add tracepoints in nfsd_dispatch()
` [PATCH v3 05/85] NFSD: Add tracepoints in
` [PATCH v3 06/85] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v3 07/85] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v3 08/85] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v3 09/85] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v3 10/85] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v3 11/85] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v3 12/85] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v3 13/85] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v3 14/85] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v3 15/85] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v3 16/85] NFSD: Replace READ* macros that decode the fattr4 time_set attributes

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 20:03 UTC  (26+ messages)
                  ` [Intel-wired-lan] "

[PATCH 1/1] NFSv4.2: fix LISTXATTR buffer receive size
 2020-11-23 19:24 UTC  (18+ messages)
                  ` [UNVERIFIED SENDER] "

[PATCH v2 000/118] Update NFSD XDR functions
 2020-11-23 19:21 UTC  (77+ messages)
` [PATCH v2 001/118] NFSD: Fix returned READDIR offset cookie
` [PATCH v2 003/118] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v2 005/118] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v2 053/118] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v2 054/118] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v2 055/118] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v2 056/118] NFSD: Add a helper to decode state_protect4_a
` [PATCH v2 057/118] NFSD: Add a helper to decode nfs_impl_id4
` [PATCH v2 058/118] NFSD: Add a helper to decode channel_attrs4
` [PATCH v2 059/118] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v2 060/118] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v2 061/118] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v2 062/118] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()
` [PATCH v2 063/118] NFSD: Replace READ* macros in nfsd4_decode_layoutcommit()
` [PATCH v2 064/118] NFSD: Replace READ* macros in nfsd4_decode_layoutget()
` [PATCH v2 065/118] NFSD: Replace READ* macros in nfsd4_decode_layoutreturn()
` [PATCH v2 066/118] NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name()
` [PATCH v2 067/118] NFSD: Replace READ* macros in nfsd4_decode_sequence()
` [PATCH v2 068/118] NFSD: Replace READ* macros in nfsd4_decode_test_stateid()
` [PATCH v2 069/118] NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid()
` [PATCH v2 070/118] NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete()
` [PATCH v2 071/118] NFSD: Replace READ* macros in nfsd4_decode_fallocate()
` [PATCH v2 072/118] NFSD: Replace READ* macros in nfsd4_decode_clone()
` [PATCH v2 073/118] NFSD: Replace READ* macros in nfsd4_decode_nl4_server()
` [PATCH v2 074/118] NFSD: Replace READ* macros in nfsd4_decode_copy()
` [PATCH v2 075/118] NFSD: Replace READ* macros in nfsd4_decode_seek()
` [PATCH v2 076/118] NFSD: Replace READ* macros in nfsd4_decode_xattr_name()
` [PATCH v2 077/118] NFSD: Replace READ* macros in nfsd4_decode_setxattr()
` [PATCH v2 078/118] NFSD: Replace READ* macros in nfsd4_decode_listxattrs()
` [PATCH v2 079/118] NFSD: Replace READ* macros in nfsd4_decode_compound()
` [PATCH v2 080/118] NFSD: Remove macros that are no longer used
` [PATCH v2 081/118] NFSD: Update GETATTR3args decoder to use struct xdr_stream
` [PATCH v2 082/118] NFSD: Update ACCESS3arg "
` [PATCH v2 083/118] NFSD: Update READ3arg "
` [PATCH v2 084/118] NFSD: Update WRITE3arg "
` [PATCH v2 085/118] NFSD: Update READLINK3arg "
` [PATCH v2 086/118] NFSD: Add helper to set up the pages where the dirlist is encoded
` [PATCH v2 087/118] NFSD: Update READDIR3args decoders to use struct xdr_stream
` [PATCH v2 088/118] NFSD: Update COMMIT3arg decoder "
` [PATCH v2 089/118] NFSD: Update the NFSv3 DIROPargs "
` [PATCH v2 090/118] NFSD: Update the RENAME3args "
` [PATCH v2 091/118] NFSD: Update the LINK3args "
` [PATCH v2 092/118] NFSD: Update the SETATTR3args "
` [PATCH v2 093/118] NFSD: Update the CREATE3args "
` [PATCH v2 094/118] NFSD: Update the MKDIR3args "
` [PATCH v2 095/118] NFSD: Update the SYMLINK3args "
` [PATCH v2 096/118] NFSD: Update the MKNOD3args "
` [PATCH v2 097/118] NFSD: Update the NFSv2 GETATTR argument "
` [PATCH v2 098/118] NFSD: Update the NFSv2 READ "
` [PATCH v2 099/118] NFSD: Update the NFSv2 WRITE "
` [PATCH v2 100/118] NFSD: Update the NFSv2 READLINK "
` [PATCH v2 101/118] NFSD: Add helper to set up the pages where the dirlist is encoded
` [PATCH v2 102/118] NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_stream
` [PATCH v2 103/118] NFSD: Update NFSv2 diropargs decoding "
` [PATCH v2 104/118] NFSD: Update the NFSv2 RENAME argument decoder "
` [PATCH v2 105/118] NFSD: Update the NFSv2 LINK "
` [PATCH v2 106/118] NFSD: Update the NFSv2 SETATTR "
` [PATCH v2 107/118] NFSD: Update the NFSv2 CREATE "
` [PATCH v2 108/118] NFSD: Update the NFSv2 SYMLINK "
` [PATCH v2 109/118] NFSD: Remove argument length checking in nfsd_dispatch()
` [PATCH v2 110/118] NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_stream
` [PATCH v2 111/118] NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLs
` [PATCH v2 112/118] NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream
` [PATCH v2 113/118] NFSD: Update the NFSv2 ACL GETATTR "
` [PATCH v2 114/118] NFSD: Update the NFSv2 ACL ACCESS "
` [PATCH v2 115/118] NFSD: Clean up after updating NFSv2 ACL decoders
` [PATCH v2 116/118] NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_stream
` [PATCH v2 117/118] NFSD: Update the NFSv2 SETACL "
` [PATCH v2 118/118] NFSD: Clean up after updating NFSv3 ACL decoders

gssd: set $HOME to prevent recursion when home dirs are on kerberized NFS mount revisted
 2020-11-23 18:17 UTC 

[PATCH v4 1/1] NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
 2020-11-23 18:14 UTC  (12+ messages)

[PATCH 0/8] Fix various issues in the SUNRPC xdr code
 2020-11-23 17:24 UTC  (15+ messages)
` [PATCH 1/8] NFSv4: Fix the alignment of page data in the getdeviceinfo reply
  ` [PATCH 2/8] SUNRPC: Fix up typo in xdr_init_decode()
    ` [PATCH 3/8] SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()
      ` [PATCH 4/8] SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths
        ` [PATCH 5/8] SUNRPC: Don't truncate tail in xdr_inline_pages()
          ` [PATCH 6/8] SUNRPC: Fix up xdr_set_page()
            ` [PATCH 7/8] SUNRPC: Fix open coded xdr_stream_remaining()
              ` [PATCH 8/8] NFSv4: "

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (17+ messages)

[PATCH] sunrpc : make RPC channel buffer dynamic for slow case
 2020-11-23 16:05 UTC  (6+ messages)

Adventures in NFS re-exporting
 2020-11-22  3:03 UTC  (25+ messages)
` [PATCH 1/4] nfsd: move fill_{pre,post}_wcc to nfsfh.c
  ` [PATCH 2/4] nfsd: pre/post attr is using wrong change attribute
            ` [PATCH 1/8] nfsd: only call inode_query_iversion in the I_VERSION case
              ` [PATCH 2/8] nfsd: simplify nfsd4_change_info
              ` [PATCH 3/8] nfsd: minor nfsd4_change_attribute cleanup
              ` [PATCH 4/8] nfsd4: don't query change attribute in v2/v3 case
              ` [PATCH 5/8] nfs: use change attribute for NFS re-exports
              ` [PATCH 6/8] nfsd: move change attribute generation to filesystem
              ` [PATCH 7/8] nfsd: skip some unnecessary stats in the v4 case
              ` [PATCH 8/8] Revert "nfsd4: support change_attr_type attribute"

[PATCH v1 0/13] Convert NFS to new netfs and fscache APIs
 2020-11-21 18:47 UTC  (6+ messages)

[PATCH v1 13/13] NFS: Ensure proper page unlocking when reads fail with retryable errors
 2020-11-21 13:29 UTC 

[PATCH v1 12/13] NFS: Allow NFS use of new fscache API in build
 2020-11-21 13:29 UTC 

[PATCH v1 11/13] NFS: Convert readpage to readahead and use netfs_readahead for fscache
 2020-11-21 13:29 UTC 

[PATCH v1 10/13] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
 2020-11-21 13:29 UTC 

[PATCH v1 05/13] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
 2020-11-21 13:29 UTC 

[PATCH v1 09/13] NFS: Convert fscache invalidation and update aux_data and i_size
 2020-11-21 13:29 UTC 

[PATCH v1 08/13] NFS: Convert fscache_enable_cookie and fscache_disable_cookie
 2020-11-21 13:29 UTC 

[PATCH v1 07/13] NFS: Convert fscache_acquire_cookie and fscache_relinquish_cookie
 2020-11-21 13:29 UTC 

[PATCH v1 06/13] NFS: Allow internal use of read structs and functions
 2020-11-21 13:29 UTC 

[PATCH v1 04/13] NFS: Call readpage_async_filler() from nfs_readpage_async()
 2020-11-21 13:29 UTC 

[PATCH v1 03/13] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
 2020-11-21 13:29 UTC 

[PATCH v1 02/13] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
 2020-11-21 13:29 UTC 

[PATCH v1 01/13] NFS: Clean up nfs_readpage() and nfs_readpages()
 2020-11-21 13:29 UTC 

[PATCH] nfs: Only include nfs42.h when NFS_V4_2 enable
 2020-11-21  7:11 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).