messages from 2026-05-12 07:20:27 to 2026-05-13 20:34:16 UTC [more...]
improve the swap_activate interface
2026-05-13 20:34 UTC (43+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h
[PATCH net v2 2/4] crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
2026-05-13 20:16 UTC (3+ messages)
[PATCH 1/1] xfs: fix overlapping extents returned for pNFS LAYOUTGET
2026-05-13 17:28 UTC (6+ messages)
[PATCH] NFSv4/flexfiles: reject zero filehandle version count
2026-05-13 16:26 UTC
[PATCH v2] Revert "NFSD: Defer sub-object cleanup in export put callbacks"
2026-05-13 14:09 UTC (2+ messages)
[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
2026-05-13 13:11 UTC (3+ messages)
[PATCH] sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()
2026-05-13 9:28 UTC
Question on (file) layout recall
2026-05-13 9:04 UTC
Increase default NFSv4 server size "max_block_size" to 4MB
2026-05-13 8:37 UTC (6+ messages)
` Increase FreeBSD NFSv4 nfsd buffer size? "
REGRESSION: NFSv4: mkdir returns EEXIST after NFS4ERR_DELAY-then-success;
2026-05-13 7:18 UTC (3+ messages)
` [PATCH] NFSv4: clear exception state on successful mkdir retry
[PATCH resend] pNFS/filelayout: fix cheking if a layout is striped
2026-05-13 6:58 UTC
[PATCH v7 0/3] mm: improve write performance with RWF_DONTCACHE
2026-05-13 3:01 UTC (9+ messages)
` [PATCH v7 1/3] mm: preserve PG_dropbehind flag during folio split
` [PATCH v7 2/3] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v7 3/3] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
[PATCH] Revert "NFSD: Defer sub-object cleanup in export put callbacks"
2026-05-13 1:55 UTC (9+ messages)
[PATCH 00/38] lockd: Convert NLMv3 server-side procedures to xdrgen
2026-05-12 18:14 UTC (39+ messages)
` [PATCH 01/38] lockd: Stop warning on nlm__int__drop_reply in !V4 cast_status
` [PATCH 02/38] lockd: Correct kernel-doc status descriptions for NLMv4 GRANTED
` [PATCH 03/38] lockd: Drop locks_init_lock() from nlm4_lock_to_lockd_lock()
` [PATCH 04/38] lockd: Translate nlm__int__deadlock in __nlm4svc_proc_lock_msg()
` [PATCH 05/38] lockd: Do not monitor when looking up the LOCK_MSG callback host
` [PATCH 06/38] Documentation: Add the RPC language description of NLM version 3
` [PATCH 07/38] lockd: Rename struct nlm_cookie to lockd_cookie
` [PATCH 08/38] lockd: Rename struct nlm_lock to lockd_lock
` [PATCH 09/38] lockd: Rename struct nlm_args to lockd_args
` [PATCH 10/38] lockd: Rename struct nlm_res to lockd_res
` [PATCH 11/38] lockd: Rename struct nlm_reboot to lockd_reboot
` [PATCH 12/38] lockd: Rename struct nlm_share to lockd_share
` [PATCH 13/38] lockd: Use xdrgen XDR functions for the NLMv3 NULL procedure
` [PATCH 14/38] lockd: Use xdrgen XDR functions for the NLMv3 TEST procedure
` [PATCH 15/38] lockd: Use xdrgen XDR functions for the NLMv3 LOCK procedure
` [PATCH 16/38] lockd: Use xdrgen XDR functions for the NLMv3 CANCEL procedure
` [PATCH 17/38] lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK procedure
` [PATCH 18/38] lockd: Use xdrgen XDR functions for the NLMv3 GRANTED procedure
` [PATCH 19/38] lockd: Refactor nlmsvc_callback()
` [PATCH 20/38] lockd: Use xdrgen XDR functions for the NLMv3 TEST_MSG procedure
` [PATCH 21/38] lockd: Use xdrgen XDR functions for the NLMv3 LOCK_MSG procedure
` [PATCH 22/38] lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_MSG procedure
` [PATCH 23/38] lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_MSG procedure
` [PATCH 24/38] lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_MSG procedure
` [PATCH 25/38] lockd: Use xdrgen XDR functions for the NLMv3 TEST_RES procedure
` [PATCH 26/38] lockd: Use xdrgen XDR functions for the NLMv3 LOCK_RES procedure
` [PATCH 27/38] lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_RES procedure
` [PATCH 28/38] lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_RES procedure
` [PATCH 29/38] lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_RES procedure
` [PATCH 30/38] lockd: Use xdrgen XDR functions for the NLMv3 SM_NOTIFY procedure
` [PATCH 31/38] lockd: Convert NLMv3 server-side undefined procedures to xdrgen
` [PATCH 32/38] lockd: Use xdrgen XDR functions for the NLMv3 SHARE procedure
` [PATCH 33/38] lockd: Use xdrgen XDR functions for the NLMv3 UNSHARE procedure
` [PATCH 34/38] lockd: Use xdrgen XDR functions for the NLMv3 NM_LOCK procedure
` [PATCH 35/38] lockd: Use xdrgen XDR functions for the NLMv3 FREE_ALL procedure
` [PATCH 36/38] lockd: Remove C macros that are no longer used
` [PATCH 37/38] lockd: Remove dead code from fs/lockd/xdr.c
` [PATCH 38/38] lockd: Unify cast_status
[PATCH 0/4] nfs: remove the fileid field from struct nfs_inode
2026-05-12 16:12 UTC (5+ messages)
` [PATCH 1/4] nfs: store the full NFS fileid in inode->i_ino
` [PATCH 2/4] nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64
` [PATCH 3/4] nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
` [PATCH 4/4] nfs: remove fileid field from struct nfs_inode
Suggestions to drastically reduce Linux nfsd I/O latency on BTRFS?
2026-05-12 14:52 UTC (3+ messages)
try_break_deleg() and atomic_open()
2026-05-12 10:52 UTC (4+ messages)
page: | 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