public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-13 15:25:32 to 2023-12-21 13:24:43 UTC [more...]

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-21 13:23 UTC  (9+ messages)
` [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header
` [PATCH v5 02/40] afs: Automatically generate trace tag enums
` [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
` [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests

NFSv4 alternate data streams?
 2023-12-21 12:26 UTC  (5+ messages)

[GIT PULL] more NFSD fixes for 6.7-rc
 2023-12-20 20:13 UTC  (2+ messages)

[Patch 0/3 v2] Bug fixes for NFSD callback
 2023-12-20 19:05 UTC  (13+ messages)
` [PATCH 1/3 v2] SUNRPC: remove printk when back channel request not found
` [PATCH 2/3 v2] NFSD: restore delegation's sc_count if nfsd4_run_cb fails
` [PATCH 3/3 v2] NFSD: Fix server reboot hang problem when callback workqueue is stuck

[PATCH 18/22] nfsd: kill stale comment about simple_fill_super() requirements
 2023-12-20 14:22 UTC  (2+ messages)

[PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-20 13:35 UTC  (2+ messages)

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-20 13:26 UTC  (49+ messages)
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
` [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
` [PATCH v4 30/39] netfs: Implement buffered write API
` [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
` [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v4 34/39] netfs: Provide a writepages implementation
` [PATCH v4 35/39] netfs: Provide a launder_folio implementation
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v4 38/39] afs: Use the netfs write helpers
` [PATCH v4 39/39] 9p: Use netfslib read/write_iter

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

Realtime NFSv4?
 2023-12-19  4:38 UTC  (2+ messages)

[PATCH v1 0/4] svcrdma: Go back to multi-staged RDMA Reads
 2023-12-18 22:32 UTC  (5+ messages)
` [PATCH v1 1/4] svcrdma: Add back svc_rdma_recv_ctxt::rc_pages
` [PATCH v1 2/4] svcrdma: Add back svcxprt_rdma::sc_read_complete_q
` [PATCH v1 3/4] svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()
` [PATCH v1 4/4] svcrdma: Implement multi-stage Read completion again

SUNRPC: crash from svc_alloc_arg()
 2023-12-18 22:18 UTC  (2+ messages)

umount.nfs: /mnt: block devices not permitted on fs
 2023-12-18 21:43 UTC  (5+ messages)

[PATCH 0/3] Bug fixes for NFSD callback
 2023-12-18 20:27 UTC  (24+ messages)
` [PATCH 1/3] SUNRPC: remove printk when back channel request not found
` [PATCH 2/3] NFSD: restore delegation's sc_count if nfsd4_run_cb fails
` [PATCH 3/3] NFSD: Fix server reboot hang problem when callback workqueue is stuck

[PATCH v39 16/42] LSM: Ensure the correct LSM context releaser
 2023-12-18 16:55 UTC  (5+ messages)
` [PATCH v39 19/42] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2023-12-18  8:21 UTC  (29+ messages)
` [PATCH v8 01/24] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v8 02/24] ima: Align ima_file_mprotect() "
` [PATCH v8 03/24] ima: Align ima_inode_setxattr() "
` [PATCH v8 04/24] ima: Align ima_inode_removexattr() "
` [PATCH v8 05/24] ima: Align ima_post_read_file() "
` [PATCH v8 06/24] evm: Align evm_inode_post_setattr() "
` [PATCH v8 07/24] evm: Align evm_inode_setxattr() "
` [PATCH v8 08/24] evm: Align evm_inode_post_setxattr() "
` [PATCH v8 09/24] security: Align inode_setattr hook definition with EVM
` [PATCH v8 10/24] security: Introduce inode_post_setattr hook
` [PATCH v8 11/24] security: Introduce inode_post_removexattr hook
` [PATCH v8 12/24] security: Introduce file_post_open hook
` [PATCH v8 13/24] security: Introduce file_release hook
` [PATCH v8 14/24] security: Introduce path_post_mknod hook
` [PATCH v8 15/24] security: Introduce inode_post_create_tmpfile hook
` [PATCH v8 16/24] security: Introduce inode_post_set_acl hook
` [PATCH v8 17/24] security: Introduce inode_post_remove_acl hook
` [PATCH v8 18/24] security: Introduce key_post_create_or_update hook
` [PATCH v8 19/24] ima: Move to LSM infrastructure
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "
` [PATCH v8 24/24] integrity: Remove LSM

[PATCH 0/3] Typos and documentation fixes
 2023-12-17 14:55 UTC  (4+ messages)
` [PATCH 1/3] Fix typos in error messages
` [PATCH 2/3] Fix typos in manpages
` [PATCH 3/3] systemd: Add Documentation= option to service units

I can't get contributors for my C project. Can you help?
 2023-12-16 17:56 UTC  (2+ messages)

[PATCH] net: sunrpc: sizeof('\0') is 4, not 1
 2023-12-16 16:45 UTC  (5+ messages)

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-16  1:50 UTC  (14+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files

[PATCH] nfs: Remove writepage
 2023-12-15 20:47 UTC 

[PATCH 0/2 v2] nfsd: fully close files in the nfsd threads
 2023-12-15 15:52 UTC  (7+ messages)
` [PATCH 1/2] nfsd: Don't leave work of closing files to a work queue
` [PATCH 2/2] nfsd: use __fput_sync() to avoid delayed closing of files
  ` [PATCH 3/2 SQUASH] "

[PATCH 0/5 v2] sunrpc: stop refcounting svc_serv
 2023-12-15 15:44 UTC  (12+ messages)
` [PATCH 1/5] nfsd: call nfsd_last_thread() before final nfsd_put()
` [PATCH 2/5] svc: don't hold reference for poolstats, only mutex
` [PATCH 3/5] nfsd: hold nfsd_mutex across entire netlink operation
` [PATCH 4/5] SUNRPC: discard sv_refcnt, and svc_get/svc_put
` [PATCH 5/5] nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()

IMA over NFS
 2023-12-14 20:12 UTC  (2+ messages)

[nfs-utils PATCH] reexport.h: Include unistd.h to compile with musl
 2023-12-14 10:12 UTC 

[PATCH v3 1/2] SUNRPC: Fixup v4.1 backchannel request timeouts
 2023-12-13 19:49 UTC  (2+ messages)
` [PATCH v3 2/2] NFSv4.1: Use the nfs_client's rpc timeouts for backchannel

[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
 2023-12-13 18:08 UTC  (4+ messages)

[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:41 UTC  (14+ messages)
` [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
` [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
` [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
` [PATCH v4 08/13] cifs: Implement netfslib hooks
` [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v4 10/13] cifs: Cut over to using netfslib
` [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
` [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
` [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:32 UTC  (4+ messages)
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink


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