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

Adventures in NFS re-exporting
 2020-11-20 22:39 UTC  (9+ 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 3/8] nfsd: minor nfsd4_change_attribute cleanup

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-20 22:21 UTC  (13+ messages)
` [PATCH 016/141] nfsd: "
` [PATCH 017/141] nfs: "
` [PATCH 129/141] SUNRPC: "

[PATCH v2 000/118] Update NFSD XDR functions
 2020-11-20 20:44 UTC  (119+ messages)
` [PATCH v2 001/118] NFSD: Fix returned READDIR offset cookie
` [PATCH v2 002/118] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v2 003/118] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v2 004/118] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v2 005/118] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v2 006/118] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v2 007/118] NFSD: Replace READ* macros in nfsd4_decode_stateid()
` [PATCH v2 008/118] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v2 009/118] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v2 010/118] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v2 011/118] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v2 012/118] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v2 013/118] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v2 014/118] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v2 015/118] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v2 016/118] NFSD: Replace READ* macros that decode the fattr4 time_set attributes
` [PATCH v2 017/118] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v2 018/118] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v2 019/118] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v2 020/118] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v2 021/118] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v2 022/118] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v2 023/118] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v2 024/118] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v2 025/118] NFSD: Add helper for decoding locker4
` [PATCH v2 026/118] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v2 027/118] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v2 028/118] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v2 029/118] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v2 030/118] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v2 031/118] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v2 032/118] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v2 033/118] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v2 034/118] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v2 035/118] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v2 036/118] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v2 037/118] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v2 038/118] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v2 039/118] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v2 040/118] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v2 041/118] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v2 042/118] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v2 043/118] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v2 044/118] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v2 045/118] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v2 046/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v2 047/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v2 048/118] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v2 049/118] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v2 050/118] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v2 051/118] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v2 052/118] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [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

[PATCH v23 13/23] LSM: Ensure the correct LSM context releaser
 2020-11-20 20:14 UTC  (2+ messages)
` [PATCH v23 15/23] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH 1/3] NFSv4: Fix the alignment of page data in the getdeviceinfo reply
 2020-11-20 17:51 UTC  (12+ messages)
` [PATCH 2/3] NFS: Avoid copy of xdr padding in readlink, layoutget and getxattr
  ` [PATCH 3/3] NFS: Avoid copy of xdr padding in read()

[PATCH 1/1] NFSv4.2: fix LISTXATTR buffer receive size
 2020-11-20 16:37 UTC  (8+ messages)

[RFC PATCH 00/76] fscache: Modernisation
 2020-11-20 15:19 UTC  (61+ messages)
` [RFC PATCH 16/76] cachefiles: Change %p in format strings to something else
` [RFC PATCH 17/76] iov_iter: Add ITER_XARRAY
` [RFC PATCH 18/76] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 19/76] mm: Implement readahead_control pageset expansion
` [RFC PATCH 20/76] mm: Stop generic_file_buffered_read() from grabbing a superfluous page
` [RFC PATCH 21/76] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 22/76] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 23/76] cachefiles: Remove tree of active files and use "
` [RFC PATCH 24/76] fscache: Provide a simple thread pool for running ops asynchronously
` [RFC PATCH 26/76] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 27/76] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 28/76] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 29/76] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 30/76] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [RFC PATCH 31/76] fscache: Allow ->put_super() to be used to wait for cache operations
` [RFC PATCH 32/76] netfs: Make a netfs helper module
` [RFC PATCH 33/76] netfs: Provide readahead and readpage netfs helpers
` [RFC PATCH 34/76] netfs: Use the cache
` [RFC PATCH 35/76] fscache: read-helper: Add tracepoints
` [RFC PATCH 36/76] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 37/76] cachefiles: trace: Log coherency checks
` [RFC PATCH 38/76] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 39/76] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 40/76] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 41/76] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 42/76] cachefiles: Shape requests from the fscache read helper
` [RFC PATCH 43/76] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 44/76] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 45/76] cachefiles: Add I/O tracepoints
` [RFC PATCH 46/76] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 47/76] fscache: Remove more obsolete stats
` [RFC PATCH 48/76] fscache: Always create /proc/fs/fscache/stats if configured
` [RFC PATCH 49/76] netfs: Stats
` [RFC PATCH 50/76] fscache: New stats
` [RFC PATCH 51/76] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 52/76] fscache: disable cookie when doing an invalidation for DIO write
` [RFC PATCH 53/76] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 54/76] fscache: Provide resize operation
` [RFC PATCH 55/76] fscache: Remove the update operation
` [RFC PATCH 56/76] afs: Pass page into dirty region helpers to provide THP size
` [RFC PATCH 57/76] afs: Print the operation debug_id when logging an unexpected data version
` [RFC PATCH 58/76] afs: Move key to afs_read struct
` [RFC PATCH 59/76] afs: Don't truncate iter during data fetch
` [RFC PATCH 60/76] afs: Log remote unmarshalling errors
` [RFC PATCH 61/76] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 62/76] afs: Use ITER_XARRAY for writing
` [RFC PATCH 63/76] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 64/76] afs: Extract writeback extension into its own function
` [RFC PATCH 65/76] afs: Prepare for use of THPs
` [RFC PATCH 66/76] afs: Use the fs operation ops to handle FetchData completion
` [RFC PATCH 67/76] afs: Use new fscache read helper API
` [RFC PATCH 68/76] netfs: Add write_begin helper
` [RFC PATCH 69/76] fscache: Add support for writing to the cache
` [RFC PATCH 70/76] afs: Use the fscache_write_begin() helper
` [RFC PATCH 71/76] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 72/76] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 73/76] afs: Add O_DIRECT read support
` [RFC PATCH 74/76] afs: Skip truncation on the server of data we haven't written yet
` [RFC PATCH 75/76] afs: Make afs_write_begin() return the THP subpage
` [RFC PATCH 76/76] afs: Fix speculative status fetch going out of order wrt to modifications


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