Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-05-24 17:36:17 to 2023-06-09 10:14:27 UTC [more...]

[PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-06-09 10:02 UTC 

[PATCH] netfs: Only call folio_start_fscache() one time for each folio
 2023-06-08 21:41 UTC 

Too many ENOSPC errors
 2023-06-08 20:50 UTC  (2+ messages)

[PATCH] nfs4: don't map EACCESS and EPERM to EIO
 2023-06-08 17:53 UTC  (3+ messages)

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-07 18:26 UTC  (4+ messages)
` [Linux-cachefs] "

[PATCH 1/1] NFSD: add encoding of op_recall flag for write delegation
 2023-06-07 18:04 UTC  (3+ messages)

[PATCH 1/1] NFSD: remove dead code in nfs4_open_delegation
 2023-06-07 17:57 UTC  (3+ messages)

[PATCH v4 0/9] client-side RPC-with-TLS
 2023-06-07 14:00 UTC  (10+ messages)
` [PATCH v4 1/9] NFS: Improvements for fs_context-related tracepoints
` [PATCH v4 2/9] SUNRPC: Plumb an API for setting transport layer security
` [PATCH v4 3/9] SUNRPC: Trace the rpc_create_args
` [PATCH v4 4/9] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH v4 5/9] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH v4 6/9] SUNRPC: Capture CMSG metadata on client-side receive
` [PATCH v4 7/9] SUNRPC: Add a TCP-with-TLS RPC transport class
` [PATCH v4 8/9] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH v4 9/9] NFS: Add an "xprtsec=" NFS mount option

[PATCH v1 0/4] svcrdma: Go back to releasing pages-under-I/O
 2023-06-06 17:33 UTC  (5+ messages)
` [PATCH v1 1/4] SUNRPC: Revert cc93ce9529a6
` [PATCH v1 2/4] SUNRPC: Revert 579900670ac7
` [PATCH v1 3/4] SUNRPC: Revert 2a1e4f21d841
` [PATCH v1 4/4] SUNRPC: Optimize page release in svc_rdma_sendto()

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (15+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

[PATCH/RFC] NFS: fix use-after-free with O_DIRECT write
 2023-06-06  3:33 UTC 

[nfs-utils PATCH 0/3] Add docs for some mount options missing from nfs(5)
 2023-06-05 14:53 UTC  (6+ messages)
` [nfs-utils PATCH 1/3] nfs(5): Document the softerr mount option
` [nfs-utils PATCH 2/3] nfs(5): Document the write=lazy|eager|wait "
` [nfs-utils PATCH 3/3] nfs(5): Document the trunkdiscovery/notrunkdiscovery "

[PATCH 1/2] mailmap: Add Bruce Fields' latest e-mail addresses
 2023-06-05 13:42 UTC  (4+ messages)
` [PATCH 2/2] NFSD: Add "official" reviewers for this subsystem

[PATCH v1 0/4] NUMA memory optimizations for NFS/RDMA server
 2023-06-05 13:11 UTC  (5+ messages)
` [PATCH v1 1/4] svcrdma: Allocate new transports on device's NUMA node
` [PATCH v1 2/4] svcrdma: Clean up allocation of svc_rdma_recv_ctxt
` [PATCH v1 3/4] svcrdma: Clean up allocation of svc_rdma_send_ctxt
` [PATCH v1 4/4] svcrdma: Clean up allocation of svc_rdma_rw_ctxt

[PATCH 00/20 v3] SUNRPC: clean up server thread management
 2023-06-03 14:58 UTC  (6+ messages)
` [PATCH 13/20] lockd: move lockd_start_svc() call into lockd_create_svc()

Wyższa konwersja w e-sklepie
 2023-06-02  8:30 UTC 

[GIT PULL] nfsd fixes for v6.4-rc4
 2023-06-02 17:41 UTC  (2+ messages)

[PATCH RESEND] nfs(5): adding new mount option 'fasc'
 2023-06-02  2:09 UTC 

[PATCH v2 RESEND] NFS: Add mount option 'fasc'
 2023-06-02  2:09 UTC 

[PATCH] sunrpc: fix clang-17 warning
 2023-06-01 17:06 UTC  (8+ messages)

[bug report] fanotify: support reporting non-decodeable file handles
 2023-06-01 13:02 UTC  (7+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-06-01  6:34 UTC  (23+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

How to get my krb5 crypto lib upstream?
 2023-06-01  0:14 UTC  (2+ messages)

[PATCH v3 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-31 17:46 UTC  (7+ messages)
` [PATCH v3 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH v3 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31 16:44 UTC  (13+ messages)

[PATCH] nfsd: fix double fget() bug in __write_ports_addfd()
 2023-05-31 11:06 UTC  (7+ messages)

cleanup the filemap / direct I/O interaction v3
 2023-05-31  7:20 UTC  (9+ messages)
` [PATCH 1/8] backing_dev: remove current->backing_dev_info
` [PATCH 2/8] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 4/8] filemap: add a kiocb_write_and_wait helper
` [PATCH 5/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 7/8] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 8/8] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages

[PATCH v2 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-30 23:48 UTC  (6+ messages)
` [PATCH v2 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH v2 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[PATCH v3 00/11] client-side RPC-with-TLS
 2023-05-30 15:10 UTC  (13+ messages)
` [PATCH v3 01/11] NFS: Improvements for fs_context-related tracepoints
` [PATCH v3 02/11] SUNRPC: Plumb an API for setting transport layer security
` [PATCH v3 03/11] SUNRPC: Trace the rpc_create_args
` [PATCH v3 04/11] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH v3 05/11] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH v3 06/11] SUNRPC: Capture CMSG metadata on client-side receive
` [PATCH v3 07/11] SUNRPC: Add a connect worker function for TLS
` [PATCH v3 08/11] SUNRPC: Add RPC-with-TLS support to xprtsock.c
` [PATCH v3 09/11] SUNRPC: Add RPC-with-TLS tracepoints
` [PATCH v3 10/11] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH v3 11/11] NFS: Add an "xprtsec=" NFS mount option

cleanup the filemap / direct I/O interaction v2
 2023-05-30  7:04 UTC  (28+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH] selinux: make labeled NFS work when mounted before policy load
 2023-05-29 14:05 UTC 

[PATCH 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-27 17:15 UTC  (11+ messages)
` [PATCH 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[PATCH v5 0/3] NFSD: add support for NFSv4 write delegation
 2023-05-25 17:21 UTC  (17+ messages)
` [PATCH v5 2/3] NFSD: handle GETATTR conflict with "
` [PATCH v5 3/3] locks: allow support for "

[PATCH] exportfs: check for error return value from exportfs_encode_*()
 2023-05-25 10:19 UTC  (5+ messages)

RFC: allow building a kernel without buffer_heads
 2023-05-24 22:23 UTC  (3+ messages)
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes

[PATCH v2 00/11] client-side RPC-with-TLS
 2023-05-24 19:38 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