linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 06:55:51 to 2021-02-02 15:20:52 UTC [more...]

[PATCH AUTOSEL 4.4 4/5] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
 2021-02-02 15:07 UTC 

[PATCH AUTOSEL 4.14 6/7] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
 2021-02-02 15:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 7/7] SUNRPC: Handle 0 length opaque XDR object data properly

[PATCH AUTOSEL 4.19 04/10] pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
 2021-02-02 15:07 UTC 

[PATCH AUTOSEL 5.4 14/17] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
 2021-02-02 15:06 UTC 

[PATCH v1] xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()
 2021-02-02 14:42 UTC 

[bug report] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
 2021-02-02 12:23 UTC  (2+ messages)

[PATCH 00/10] Convert NFS fscache read paths to netfs API
 2021-02-02 12:19 UTC  (14+ messages)
` [PATCH 01/10] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 02/10] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 03/10] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 04/10] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 05/10] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 06/10] NFS: Allow internal use of read structs and functions
` [PATCH 07/10] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 08/10] NFS: Convert readpages to readahead and use netfs_readahead for fscache
` [PATCH 09/10] NFS: Update releasepage to handle new fscache kiocb IO API
` [PATCH 10/10] NFS: update various invalidation code paths for new "

releasing result pages in svc_xprt_release()
 2021-02-01 23:27 UTC  (6+ messages)

[PATCH 1/2] mountd: Cleanup how config options are read in
 2021-02-01 23:01 UTC  (2+ messages)
` [PATCH 2/2] mountd: Add debug processing from nfs.conf

[PATCH v2] vfs: generic_copy_file_checks should return EINVAL when source offset is beyond EOF
 2021-02-01 21:51 UTC  (3+ messages)

[PATCH] vfs: generic_copy_file_checks should return EINVAL when source offset is beyond EOF
 2021-02-01 20:47 UTC 

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (37+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [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
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "
` [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
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH v1] SUNRPC: Fix NFS READs that start at non-page-aligned offsets
 2021-02-01  6:14 UTC  (2+ messages)

[PATCH] mount: parse default values correctly
 2021-02-01  5:00 UTC  (4+ messages)
  ` [PATCH nfs-utils] mount: fix parsing of default options
    ` [PATCH nfs-utils v2] "

[PATCH] nfs: we don't support removing system.nfs4_acl
 2021-01-31 21:58 UTC  (6+ messages)

nfsd issues in 5.10.11
 2021-01-31 18:23 UTC  (4+ messages)

[GIT PULL] Please pull NFS client bugfixes for 5.11
 2021-01-31 19:25 UTC  (2+ messages)

[PATCH 0/3] NFS change attribute patches
 2021-01-30  6:02 UTC  (15+ messages)
` [PATCH 2/3] nfsd: move change attribute generation to filesystem
        ` [PATCH 1/2 v2] nfs: use change attribute for NFS re-exports
          ` [PATCH 2/2 v2] nfsd: skip some unnecessary stats in the v4 case

[PATCH][next] nfsd: fix check of statid returned from call to find_stateid_by_type
 2021-01-28 18:50 UTC  (6+ messages)

[PATCH v2] NFSv4_2: SSC helper should use its own config
 2021-01-28 14:31 UTC  (2+ messages)

[PATCH] NFSv4_2: SSC helper should use its own config
 2021-01-27 10:33 UTC  (6+ messages)

[PATCH 0/8] Convert NFS fscache read paths to netfs API
 2021-01-27  8:29 UTC 

[PATCH 1/8] NFS: Clean up nfs_readpage() and nfs_readpages()
 2021-01-27  8:03 UTC  (8+ messages)
` [PATCH 2/8] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 3/8] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 4/8] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 5/8] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 6/8] NFS: Allow internal use of read structs and functions
` [PATCH 7/8] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 8/8] NFS: Convert readpages to readahead and use netfs_readahead for fscache

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 19:10 UTC  (41+ 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

[PATCH v24 15/25] LSM: Ensure the correct LSM context releaser
 2021-01-26 16:41 UTC  (2+ messages)
` [PATCH v24 17/25] LSM: Use lsmcontext in security_inode_getsecctx

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

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  (3+ messages)

[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 v1 0/2] Two small NFSD/RDMA scalability enhancements
 2021-01-22 17:26 UTC  (5+ messages)
` [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  (10+ messages)

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  (4+ messages)
` [PATCH 1/2] block: remove unnecessary argument from blk_execute_rq_nowait

[PATCH v2 0/3] Improvements to nfsd stats
 2021-01-22  6:54 UTC  (3+ 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).