linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 22:39:36 to 2020-11-23 20:13:29 UTC [more...]

[PATCH v3 00/85] Update NFSD XDR functions
 2020-11-23 20:11 UTC  (86+ 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 v3 17/85] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v3 18/85] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v3 19/85] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v3 20/85] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v3 21/85] NFSD: Replace READ* macros in nfsd4_decode_delegreturn()
` [PATCH v3 22/85] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v3 23/85] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v3 24/85] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v3 25/85] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v3 26/85] NFSD: Add helper for decoding locker4
` [PATCH v3 27/85] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v3 28/85] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v3 29/85] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v3 30/85] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v3 31/85] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v3 32/85] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v3 33/85] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v3 34/85] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v3 35/85] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v3 36/85] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v3 37/85] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v3 38/85] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v3 39/85] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v3 40/85] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v3 41/85] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v3 42/85] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v3 43/85] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v3 44/85] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v3 45/85] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v3 46/85] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v3 47/85] NFSD: Replace READ* macros in nfsd4_decode_setattr()
` [PATCH v3 48/85] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v3 49/85] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v3 50/85] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v3 51/85] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v3 52/85] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v3 53/85] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v3 54/85] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [PATCH v3 55/85] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v3 56/85] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v3 57/85] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v3 58/85] NFSD: Add a helper to decode state_protect4_a
` [PATCH v3 59/85] NFSD: Add a helper to decode nfs_impl_id4
` [PATCH v3 60/85] NFSD: Add a helper to decode channel_attrs4
` [PATCH v3 61/85] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v3 62/85] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v3 63/85] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v3 64/85] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()
` [PATCH v3 65/85] NFSD: Replace READ* macros in nfsd4_decode_layoutcommit()
` [PATCH v3 66/85] NFSD: Replace READ* macros in nfsd4_decode_layoutget()
` [PATCH v3 67/85] NFSD: Replace READ* macros in nfsd4_decode_layoutreturn()
` [PATCH v3 68/85] NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name()
` [PATCH v3 69/85] NFSD: Replace READ* macros in nfsd4_decode_sequence()
` [PATCH v3 70/85] NFSD: Replace READ* macros in nfsd4_decode_test_stateid()
` [PATCH v3 71/85] NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid()
` [PATCH v3 72/85] NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete()
` [PATCH v3 73/85] NFSD: Replace READ* macros in nfsd4_decode_fallocate()
` [PATCH v3 74/85] NFSD: Replace READ* macros in nfsd4_decode_nl4_server()
` [PATCH v3 75/85] NFSD: Replace READ* macros in nfsd4_decode_copy()
` [PATCH v3 76/85] NFSD: Replace READ* macros in nfsd4_decode_copy_notify()
` [PATCH v3 77/85] NFSD: Replace READ* macros in nfsd4_decode_offload_status()
` [PATCH v3 78/85] NFSD: Replace READ* macros in nfsd4_decode_seek()
` [PATCH v3 79/85] NFSD: Replace READ* macros in nfsd4_decode_clone()
` [PATCH v3 80/85] NFSD: Replace READ* macros in nfsd4_decode_xattr_name()
` [PATCH v3 81/85] NFSD: Replace READ* macros in nfsd4_decode_setxattr()
` [PATCH v3 82/85] NFSD: Replace READ* macros in nfsd4_decode_listxattrs()
` [PATCH v3 83/85] NFSD: Make nfsd4_ops::opnum a u32
` [PATCH v3 84/85] NFSD: Replace READ* macros in nfsd4_decode_compound()
` [PATCH v3 85/85] NFSD: Remove macros that are no longer used

Adventures in NFS re-exporting
 2020-11-23 20:07 UTC  (26+ 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 000/141] Fix fall-through warnings for Clang
 2020-11-23 20:03 UTC  (24+ 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  (11+ 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

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)

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