messages from 2023-11-10 20:26:28 to 2023-11-19 11:42:18 UTC [more...]
How owns bugzilla.linux-nfs.org? Fwd: [Bug 218138] NFSv4 referrals - no way to define custom (non-2049) port numbers for referrals
2023-11-19 11:42 UTC (9+ messages)
` Who owns bugzilla.linux-nfs.org - account creation broken? "
` altruistic company who can save linux-nfs.org? "
We Can Finance Your Business / Projects
2023-11-18 22:46 UTC
[GIT PULL] first set of nfsd fixes for v6.7-rc (take 2)
2023-11-18 19:44 UTC (2+ messages)
NFSv4-over-TLS, info?
2023-11-18 13:20 UTC (3+ messages)
NFSv4.1 --> NFSv4.2 client implementation?
2023-11-18 12:01 UTC (2+ messages)
How to set the NFSv4 "HIDDEN" attribute on Linux?
2023-11-18 11:56 UTC (2+ messages)
TCP_KEEPALIVE for Linux NFS client?
2023-11-18 6:01 UTC
[PATCH v2 0/4] Eliminate the RQ_SPLICE_OK flag
2023-11-17 22:14 UTC (5+ messages)
` [PATCH v2 1/4] SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavor
` [PATCH v2 2/4] NFSD: Replace RQ_SPLICE_OK in nfsd_read()
` [PATCH v2 3/4] NFSD: Modify NFSv4 to use nfsd_read_splice_ok()
` [PATCH v2 4/4] SUNRPC: Remove RQ_SPLICE_OK
[PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-11-17 21:15 UTC (52+ messages)
` [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests
` [PATCH v2 02/51] netfs: Track the fpos above which the server has no data
` [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v2 04/51] netfs: Add a ->free_subrequest() op
` [PATCH v2 05/51] afs: Don't use folio->private to record partial modification
` [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v2 09/51] netfs: Add support for DIO buffering
` [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray
` [PATCH v2 11/51] netfs: Add bounce buffering support
` [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments
` [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request
` [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice
` [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath
` [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read
` [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support
` [PATCH v2 27/51] netfs: Implement buffered write API
` [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v2 29/51] netfs: Provide netfs_file_read_iter()
` [PATCH v2 30/51] netfs: Provide a writepages implementation
` [PATCH v2 31/51] netfs: Provide minimum blocksize parameter
` [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v2 33/51] netfs: Perform content encryption
` [PATCH v2 34/51] netfs: Decrypt encrypted content
` [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read
` [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v2 37/51] netfs: Provide a launder_folio implementation
` [PATCH v2 38/51] netfs: Implement a write-through caching option
` [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v2 40/51] afs: Use the netfs write helpers
` [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v2 42/51] cifs: Share server EOF pos with netfslib
` [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest
` [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args
` [PATCH v2 46/51] cifs: Implement netfslib hooks
` [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v2 48/51] cifs: Cut over to using netfslib
` [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1
` [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2
` [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3
[PATCH v5 22/23] integrity: Move integrity functions to the LSM infrastructure
2023-11-17 21:22 UTC (4+ messages)
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-11-17 20:57 UTC (2+ messages)
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-11-17 20:20 UTC (7+ messages)
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
[PATCH v2 0/3] NFSD DRC fixes for v6.7-rc
2023-11-17 20:11 UTC (9+ messages)
` [PATCH v2 1/3] NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
` [PATCH v2 3/3] NFSD: Fix checksum mismatches in the duplicate reply cache
[PATCH 0/9 v3] support admin-revocation of v4 state
2023-11-17 19:58 UTC (19+ messages)
` [PATCH 1/9] nfsd: hold ->cl_lock for hash_delegation_locked()
` [PATCH 2/9] nfsd: avoid race after unhash_delegation_locked()
` [PATCH 3/9] nfsd: split sc_status out of sc_type
` [PATCH 4/9] nfsd: prepare for supporting admin-revocation of state
` [PATCH 5/9] nfsd: allow admin-revoked state to appear in /proc/fs/nfsd/clients/*/states
` [PATCH 6/9] nfsd: allow admin-revoked NFSv4.0 state to be freed
` [PATCH 7/9] nfsd: allow lock state ids to be revoked and then freed
` [PATCH 8/9] nfsd: allow open "
` [PATCH 9/9] nfsd: allow delegation "
ANNOUNCE: nfs-utils-2.6.4 released
2023-11-17 18:58 UTC
[PATCH v2 1/2] pNFS: Fix the pnfs block driver's calculation of layoutget size
2023-11-17 15:16 UTC (5+ messages)
` [PATCH v2 2/2] NFS: drop unused nfs_direct_req bytes_left
[GIT PULL]: first set of fixes for nfsd-6.7
2023-11-17 14:39 UTC (2+ messages)
Blocklayoutdriver deadlock with knfsd
2023-11-17 13:00 UTC (6+ messages)
[PATCH 1/2] pNFS: Fix the pnfs block driver's calculation of layoutget size
2023-11-17 12:06 UTC (7+ messages)
` [PATCH 2/2] NFS: drop unused nfs_direct_req bytes_left
Question about LTS 4.19 patch "89047634f5ce NFS: Don't interrupt file writeout due to fatal errors"
2023-11-17 4:09 UTC (8+ messages)
[PATCH] SUNRPC: Replace strlcpy() with strscpy()
2023-11-17 2:53 UTC (2+ messages)
Filesystem test suite for NFSv4?
2023-11-16 21:26 UTC (5+ messages)
Does NFSv4 close-to-open consistency work with server "async" mount open?
2023-11-16 19:39 UTC (4+ messages)
[PATCH v5 10/23] security: Introduce inode_post_setattr hook
2023-11-16 18:46 UTC (4+ messages)
[PATCH v5 13/23] security: Introduce file_pre_free_security hook
2023-11-16 18:41 UTC (4+ messages)
linux-next: Tree for Nov 16 (fs/nfsd/vfs.o)
2023-11-16 16:50 UTC (2+ messages)
nfs client caching issues
2023-11-16 10:38 UTC
Parts for sports cars
2023-11-16 9:05 UTC
[PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 16/23] security: Introduce inode_post_set_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 11/23] security: Introduce inode_post_removexattr hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v2 0/5] Fix O_DIRECT writeback error paths
2023-11-15 21:30 UTC (8+ messages)
` [PATCH v2 1/5] NFS: Fix error handling for O_DIRECT write scheduling
[PATCH 1/3] NFSv4: Track the number of referring calls in struct cb_process_state
2023-11-15 18:55 UTC (3+ messages)
` [PATCH 2/3] NFSv4.1: if referring calls are complete, trust the stateid argument
` [PATCH 3/3] NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
[PATCH v3] nfs(5): adding new mount option 'fasc'
2023-11-14 9:31 UTC (5+ messages)
NFSv4 referrals - custom (non-2049) port numbers in fs_locations?
2023-11-14 2:07 UTC (9+ messages)
[PATCH 1/1] libtirpc: Add detection for new rpc_gss_sec members
2023-11-13 18:48 UTC (4+ messages)
[PATCH 0/3] Add getrandom() fallback, cleanup headers
2023-11-13 16:51 UTC (2+ messages)
nfs4_renew_state hogged CPU ... consider switching to WQ_UNBOUND
2023-11-13 16:01 UTC (2+ messages)
Examples for refer= in /etc/exports?
2023-11-13 15:48 UTC (10+ messages)
` BUG in exports(5), no example for refer= "
` Change "hostname" to "hostport" in text-based mountd downcall "
` No bugzilla account confirmation email from bugzilla.linux-nfs.org "
[PATCH v1 0/3] Eliminate the RQ_SPLICE_OK flag
2023-11-13 13:54 UTC (4+ messages)
` [PATCH v1 1/3] NFSD: Replace RQ_SPLICE_OK in nfsd_read()
` [PATCH v1 2/3] NFSD: Modify NFSv4 to use nfsd_read_splice_ok()
` [PATCH v1 3/3] SUNRPC: Remove RQ_SPLICE_OK
[PATCH] NFSD: Remove nfsd_drc_gc() tracepoint
2023-11-13 13:45 UTC
[PATCH v1 0/7] Switch NFS server CQs to use soft IRQ
2023-11-13 13:43 UTC (8+ messages)
` [PATCH v1 1/7] svcrdma: Eliminate allocation of recv_ctxt objects in backchannel
` [PATCH v1 2/7] svcrdma: Clean up use of rdma->sc_pd->device in Receive paths
` [PATCH v1 3/7] svcrdma: Pre-allocate svc_rdma_recv_ctxt objects
` [PATCH v1 4/7] svcrdma: Switch Receive CQ to soft IRQ
` [PATCH v1 5/7] svcrdma: Clean up use of rdma->sc_pd->device
` [PATCH v1 6/7] svcrdma: Move the svcxprt_rdma::sc_pd field
` [PATCH v1 7/7] svcrdma: Move Send CQ to SOFTIRQ context
[PATCH v4 0/3] convert write_threads, write_version and write_ports to netlink commands
2023-11-12 20:22 UTC (9+ messages)
` [PATCH v4 1/3] NFSD: convert write_threads to netlink command
[PATCH] nfsd: fix file memleak on client_opens_relaese
2023-11-10 21:55 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox