public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-20 22:12:29 to 2021-01-26 15:23:08 UTC [more...]

[PATCH] NFSv4_2: SSC helper should use its own config
 2021-01-25 17:01 UTC  (4+ messages)

misc bio allocation cleanups
 2021-01-26 15:08 UTC  (17+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk

Adding my fscache-next branch to linux-next
 2021-01-26 11:51 UTC  (2+ messages)

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26  4:05 UTC  (35+ messages)
` [PATCH 01/32] iov_iter: Add ITER_XARRAY
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] mm: Implement readahead_control pageset expansion
` [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/32] netfs: Make a netfs helper module
` [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers
` [PATCH 07/32] netfs: Add tracepoints
` [PATCH 08/32] netfs: Gather stats
` [PATCH 09/32] netfs: Add write_begin helper
` [PATCH 10/32] netfs: Define an interface to talk to a cache
` [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 12/32] afs: Disable use of the fscache I/O routines
` [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 15/32] afs: Move key to afs_read struct
` [PATCH 16/32] afs: Don't truncate iter during data fetch
` [PATCH 17/32] afs: Log remote unmarshalling errors
` [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 19/32] afs: Use ITER_XARRAY for writing
` [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 21/32] afs: Extract writeback extension into its own function
` [PATCH 22/32] afs: Prepare for use of THPs
` [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 24/32] afs: Use new fscache read helper API
` [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 30/32] NFS: Allow internal use of read structs and functions
` [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

How to handle NFS patches for fscache I/O partial rewrite?
 2021-01-25 22:10 UTC 

[PATCH V3 0/2] remove unused argument from blk_execute_rq_nowait and blk_execute_rq
 2021-01-25  4:53 UTC  (4+ messages)
` [PATCH V3 1/2] block: remove unnecessary argument from blk_execute_rq_nowait
` [PATCH V3 2/2] block: remove unnecessary argument from blk_execute_rq

[PATCH V2 0/2] remove unused argument from blk_execute_rq_nowait and blk_execute_rq
 2021-01-25  4:35 UTC  (7+ messages)
` [PATCH V2 1/2] block: remove unnecessary argument from blk_execute_rq_nowait
` [PATCH V2 2/2] block: remove unnecessary argument from blk_execute_rq

[PATCH 1/4] pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
 2021-01-25  1:54 UTC  (4+ messages)
` [PATCH 2/4] pNFS/NFSv4: Try to return invalid layout "
  ` [PATCH 3/4] pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturn
    ` [PATCH 4/4] pNFS/NFSv4: Improve rejection of out-of-order layouts

[PATCH v1 0/5] NFSv3 client RDMA multipath enhancements
 2021-01-24 17:37 UTC  (8+ messages)
` [PATCH v1 1/5] sunrpc: Allow specifying a vector of IP addresses for nconnect
` [PATCH v1 2/5] xprtrdma: Bind to a local address if requested
` [PATCH v1 3/5] nfs: Extend nconnect with remoteports and localports mount params
` [PATCH v1 4/5] sunrpc: Add srcaddr to xprt sysfs debug
` [PATCH v1 5/5] nfs: Increase NFS_MAX_CONNECTIONS

[PATCH] NFSv4.2: fix return value of _nfs4_get_security_label()
 2021-01-22 19:23 UTC  (2+ messages)

[PATCH v1 00/42] Update NFSD XDR functions
 2021-01-22 19:58 UTC  (5+ messages)
` [PATCH v1 07/42] NFSD: Update WRITE3arg decoder to use struct xdr_stream

[PATCH RFC] NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
 2021-01-22 20:34 UTC  (2+ messages)

[PATCH 0/3] NFS change attribute patches
 2021-01-22 18:46 UTC  (9+ messages)
` [PATCH 2/3] nfsd: move change attribute generation to filesystem

[PATCH v1 0/2] Two small NFSD/RDMA scalability enhancements
 2021-01-22 17:26 UTC  (6+ messages)
` [PATCH v1 1/2] svcrdma: Reduce Receive doorbell rate
` [PATCH v1 2/2] svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-22 16:06 UTC  (37+ messages)
` [PATCH 01/25] iov_iter: Add ITER_XARRAY
` [PATCH 02/25] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/25] mm: Implement readahead_control pageset expansion
` [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/25] cachefiles: Drop superfluous readpages aops NULL check
` [PATCH 06/25] netfs: Make a netfs helper module
` [PATCH 07/25] netfs: Provide readahead and readpage netfs helpers
` [PATCH 08/25] netfs: Add tracepoints
` [PATCH 09/25] netfs: Gather stats
` [PATCH 10/25] netfs: Add write_begin helper
` [PATCH 11/25] netfs: Define an interface to talk to a cache
` [PATCH 12/25] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 13/25] afs: Disable use of the fscache I/O routines
` [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 15/25] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 16/25] afs: Move key to afs_read struct
` [PATCH 17/25] afs: Don't truncate iter during data fetch
` [PATCH 18/25] afs: Log remote unmarshalling errors
` [PATCH 19/25] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 20/25] afs: Use ITER_XARRAY for writing
` [PATCH 21/25] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 22/25] afs: Extract writeback extension into its own function
` [PATCH 23/25] afs: Prepare for use of THPs
` [PATCH 24/25] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 25/25] afs: Use new fscache read helper API

nfsd vurlerability submit
 2021-01-22 14:48 UTC  (10+ messages)

[PATCH 0/2] remove unused argument from blk_execute_rq_nowait and blk_execute_rq
 2021-01-22  7:36 UTC  (6+ messages)
` [PATCH 1/2] block: remove unnecessary argument from blk_execute_rq_nowait
` [PATCH 2/2] block: remove unnecessary argument from blk_execute_rq

[PATCH v2 0/3] Improvements to nfsd stats
 2021-01-22  6:54 UTC  (3+ messages)

[PATCH v1 00/10] NFS client readdir per-page validation
 2021-01-22  0:21 UTC  (8+ messages)
` [PATCH v1 04/10] NFS: Keep the readdir pagecache cursor updated
` [PATCH v1 07/10] NFS: Support headless readdir pagecache pages

[PATCH 0/8] miscellaneous nfsd4 state cleanup
 2021-01-21 23:34 UTC  (29+ messages)
` [PATCH 2/8] nfsd: simplify process_lock
` [PATCH 4/8] nfsd: refactor lookup_clientid
        ` [PATCH 1/9] nfsd4: simplify process_lookup1
          ` [PATCH 2/9] nfsd: simplify process_lock
          ` [PATCH 3/9] nfsd: simplify nfsd_renew
          ` [PATCH 4/9] nfsd: rename lookup_clientid->set_client
          ` [PATCH 5/9] nfsd: refactor lookup_clientid
          ` [PATCH 6/9] nfsd: find_cpntf_state cleanup
          ` [PATCH 7/9] nfsd: remove unused set_clientid argument
                ` [PATCH v3 1/9] nfsd4: simplify process_lookup1
                  ` [PATCH v3 2/9] nfsd: simplify process_lock
                  ` [PATCH v3 3/9] nfsd: simplify nfsd_renew
                  ` [PATCH v3 4/9] nfsd: rename lookup_clientid->set_client
                  ` [PATCH v3 5/9] nfsd: refactor set_client
                  ` [PATCH v3 6/9] nfsd: find_cpntf_state cleanup
                  ` [PATCH v3 7/9] nfsd: remove unused set_client argument
                  ` [PATCH v3 8/9] nfsd: simplify nfsd4_check_open_reclaim
                  ` [PATCH v3 9/9] nfsd: cstate->session->se_client -> cstate->clp
          ` [PATCH 8/9] nfsd: simplify nfsd4_check_open_reclaim
          ` [PATCH 9/9] nfsd: cstate->session->se_client -> cstate->clp

[PATCH v3 0/2] Fix crash in trace_rpcgss_context due to 0-length acceptor
 2021-01-21 21:17 UTC  (3+ messages)
` [PATCH v3 1/2] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
` [PATCH v3 2/2] SUNRPC: Handle 0 length opaque XDR object data properly

[RFC] NFSv3 RDMA multipath enhancements
 2021-01-21 18:58 UTC  (3+ messages)

[PATCH v2 0/2] Fix crash in trace_rpcgss_context due to 0-length acceptor
 2021-01-21 18:19 UTC  (7+ messages)
` [PATCH v2 1/2] SUNRPC: Move simple_get_bytes and simple_get_netobj into xdr.h
` [PATCH v2 2/2] SUNRPC: Handle 0 length opaque XDR object data properly

rpc_xprt_debugfs_register() - atomic_inc_return() usage
 2021-01-21 18:01 UTC  (3+ messages)

Linux 5.11 Kernel: NFS re-export errors with older nfs-utils package versions
 2021-01-21 17:58 UTC  (6+ messages)

[PATCH 0/2] Fix crash in trace_rpcgss_context due to 0-length acceptor
 2021-01-21 15:22 UTC  (3+ messages)
` [PATCH 2/2] SUNRPC: Handle 0 length opaque XDR object data properly


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox