public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 20:50:11 to 2026-03-05 19:25:52 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH 0/2] nfs: delegated attribute fixes
 2026-03-05 18:53 UTC  (3+ messages)
` [PATCH 1/2] nfs: fix utimensat() for atime with delegated timestamps
` [PATCH 2/2] nfs: update inode ctime after removexattr operation

[PATCH] Revert "nfsrahead: enable event-driven mountinfo monitoring"
 2026-03-05 16:42 UTC  (5+ messages)

[PATCH 0/4] rpc.mountd CVE-2025-12801 announcement
 2026-03-05 15:59 UTC  (5+ messages)
` [PATCH 1/4] mountd: Minor refactor of get_rootfh()
` [PATCH 2/4] mountd: Separate lookup of the exported directory and the mount path
` [PATCH 3/4] support: Add a mini-library to extract and apply RPC credentials
` [PATCH 4/4] Fix access checks when mounting subdirectories in NFSv3

[PATCH v2 0/8] Fix various races in xprtrdma
 2026-03-05 14:52 UTC  (10+ messages)
` [PATCH v2 1/8] xprtrdma: Decrement re_receiving on the early exit paths
` [PATCH v2 2/8] xprtrdma: Close sendctx get/put race that can block a transport
` [PATCH v2 3/8] xprtrdma: Avoid 250 ms delay on backlog wakeup
` [PATCH v2 4/8] xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot
` [PATCH v2 5/8] xprtrdma: Decouple frwr_wp_create from frwr_map
` [PATCH v2 6/8] xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor
` [PATCH v2 7/8] xprtrdma: Scale receive batch size with credit window
` [PATCH v2 8/8] xprtrdma: Post receive buffers after RPC completion

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-05 14:25 UTC  (21+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH v2 1/1] pNFS: Serialize SCSI PR registration to avoid reservation conflicts
 2026-03-05 14:18 UTC  (2+ messages)

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-05 11:43 UTC  (12+ messages)
` [PATCH v7 1/5] net/handshake: Store the key serial number on completion
` [PATCH v7 2/5] net/handshake: Define handshake_req_keyupdate
` [PATCH v7 3/5] net/handshake: Support KeyUpdate message types
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v7 5/5] nvmet-tcp: "

[bug report] Most blktests block/ failed with "Timed out while waiting for udev queue to empty."
 2026-03-05  8:40 UTC 

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-03-05  1:24 UTC  (2+ messages)

Regression: Missing check in nfsd_permission() causes -ENOLCK No locks available
 2026-03-04 23:03 UTC  (6+ messages)
    ` Bug#1128861: "

[PATCH v7 0/2] nfs-utils: signed filehandle support
 2026-03-04 15:40 UTC  (3+ messages)
` [PATCH v7 1/2] exportfs: Add support for export option sign_fh
` [PATCH v7 2/2] nfsdctl/rpc.nfsd: Add support for passing encrypted filehandle key

[PATCH v2 0/4] net: replace deprecated simple_strto* parsers with kstrto*
 2026-03-04 15:28 UTC  (3+ messages)

[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-04 15:15 UTC  (26+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-04 15:01 UTC  (25+ messages)
` [RFC PATCH 01/17] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
` [RFC PATCH 02/17] vfs: Implement a FIEMAP callback
` [RFC PATCH 03/17] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 04/17] Add a function to kmap one page of a multipage bio_vec
` [RFC PATCH 05/17] netfs: Add some tools for managing bvecq chains
` [RFC PATCH 06/17] afs: Use a bvecq to hold dir content rather than folioq
` [RFC PATCH 07/17] netfs: Add a function to extract from an iter into a bvecq
` [RFC PATCH 08/17] cifs: Use a bvecq for buffering instead of a folioq
` [RFC PATCH 09/17] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [RFC PATCH 10/17] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [RFC PATCH 11/17] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [RFC PATCH 12/17] netfs: Remove netfs_alloc/free_folioq_buffer()
` [RFC PATCH 13/17] netfs: Remove netfs_extract_user_iter()
` [RFC PATCH 14/17] iov_iter: Remove ITER_FOLIOQ
` [RFC PATCH 15/17] netfs: Remove folio_queue and rolling_buffer
` [RFC PATCH 16/17] netfs: Check for too much data being read
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] SUNRPC: xdr.h: fix all kernel-doc warnings
 2026-03-04 14:27 UTC  (4+ messages)

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (110+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 023/110] ceph: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 106/110] drm/amdgpu: "
` [PATCH v2 107/110] dma-buf: "
` [PATCH v2 108/110] net: "
` [PATCH v2 109/110] uprobes: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[PATCH 1/1] pNFS: Serialize SCSI PR registration to avoid reservation conflicts
 2026-03-04 13:11 UTC  (5+ messages)

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH v2] sunrpc: simplify dprintk() macros and cleanup redundant debug guards
 2026-03-03 14:07 UTC 

[PATCH] xprtrdma: Close sendctx get/put race that can block a transport
 2026-03-02 22:24 UTC 


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