messages from 2026-03-26 00:39:28 to 2026-03-26 20:48:47 UTC [more...]
A comparison of the new nfsd iomodes (and an experimental one)
2026-03-26 20:48 UTC (4+ messages)
[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
2026-03-26 20:11 UTC (8+ messages)
` [PATCH v3 2/8] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
2026-03-26 19:41 UTC (5+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "
[PATCH 00/19] libfuse: Add support for synchronous init
2026-03-26 19:32 UTC (6+ messages)
` [PATCH 12/19] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
[PATCH] fuse: fix inode initialization race
2026-03-26 19:14 UTC (17+ messages)
` "
` "
` "
[PATCH] [PATCH v2] virtiofs: Strengthen FUSE protocol validation for server responses
2026-03-26 18:47 UTC (2+ messages)
[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
2026-03-26 18:20 UTC (4+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds
` [RFC PATCH v2 3/3] selftest: add tests for OPENAT2_EMPTY_PATH and allowed_upgrades
[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50µs noise spikes on isolated PREEMPT_RT cores
2026-03-26 18:12 UTC (5+ messages)
[PATCH v1] mm: fix writeback regression for strictlimit BDIs
2026-03-26 17:58 UTC (5+ messages)
[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
2026-03-26 17:55 UTC (8+ messages)
` [PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v5 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v5 3/7] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v5 4/7] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v5 5/7] NFSD: Track svc_export in nfs4_stid
` [PATCH v5 6/7] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v5 7/7] NFSD: Close cached file handles when revoking export state
[PATCH] bpf: add bpf_real_inode() kfunc
2026-03-26 17:02 UTC (2+ messages)
[Lsf-pc] [LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-03-26 16:37 UTC (15+ messages)
[PATCH v3 0/6] initramfs: test and improve cpio hex header validation
2026-03-26 16:39 UTC (8+ messages)
` [PATCH v3 1/6] initramfs_test: add fill_cpio() format parameter
` [PATCH v3 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v3 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations
[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
2026-03-26 16:21 UTC (5+ messages)
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()
[PATCH] cachefiles: Fix excess dput() after end_removing()
2026-03-26 16:04 UTC (7+ messages)
` [PATCH v2] "
[PATCH] fuse: when copying a folio delay the mark dirty until the end
2026-03-26 15:44 UTC (4+ messages)
` [LTP] "
` "
[PATCH v2 00/17] Introduce SCMI Telemetry FS support
2026-03-26 15:35 UTC (7+ messages)
` [PATCH v2 05/17] firmware: arm_scmi: Add Telemetry protocol support
` [PATCH v2 07/17] firmware: arm_scmi: Use new Telemetry traces
[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
2026-03-26 15:32 UTC (5+ messages)
` [PATCH] "
[PATCH v4 0/2] pidfds: add coredump_code field to pidfd_info
2026-03-26 14:42 UTC (2+ messages)
[RFC PATCH] fdinfo: Option for public fdinfo
2026-03-26 14:42 UTC (6+ messages)
[PATCH V9 0/8] dax: prepare for famfs
2026-03-26 14:33 UTC (6+ messages)
` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
[RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
2026-03-26 14:22 UTC (2+ messages)
` (subset) "
[PATCH v4 0/2] udf: Fix race between file type conversion and writeback
2026-03-26 14:22 UTC (5+ messages)
` [PATCH v3 1/2] mpage: Provide variant of mpage_writepages() with own optional folio handler
` [PATCH v3 2/2] udf: Fix race between file type conversion and writeback
[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-03-26 14:19 UTC (29+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH] netfs: Fix the handling of stream->front by removing it
2026-03-26 14:19 UTC (2+ messages)
trivial ->setattr cleanups
2026-03-26 14:18 UTC (2+ messages)
[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-26 14:14 UTC (3+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-26 14:06 UTC (44+ messages)
` [PATCH 01/42] ext4: Use inode_has_buffers()
` [PATCH 02/42] gfs2: Don't zero i_private_data
` [PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/42] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/42] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/42] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 09/42] udf: Switch to generic_buffers_fsync()
` [PATCH 10/42] minix: "
` [PATCH 11/42] bfs: "
` [PATCH 12/42] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 16/42] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 17/42] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 18/42] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/42] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 20/42] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 21/42] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 23/42] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 24/42] hugetlbfs: Stop using i_private_data
` [PATCH 25/42] aio: Stop using i_private_data and i_private_lock
` [PATCH 26/42] fs: Remove i_private_data
` [PATCH 27/42] kvm: Use private inode list instead of i_private_list
` [PATCH 28/42] fs: Drop osync_buffers_list()
` [PATCH 29/42] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 30/42] fs: Move metadata bhs tracking to a separate struct
` [PATCH 31/42] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 32/42] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 34/42] ext2: Track metadata bhs in fs-private inode part
` [PATCH 35/42] affs: "
` [PATCH 36/42] bfs: "
` [PATCH 37/42] fat: "
` [PATCH 38/42] udf: "
` [PATCH 39/42] minix: "
` [PATCH 40/42] ext4: "
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space
[ANNOUNCE] util-linux v2.42-rc1
2026-03-26 14:01 UTC (4+ messages)
` unshare regression in 2.42-rc1
support multiple block devices per file system for block-style layouts
2026-03-26 12:37 UTC (11+ messages)
` [PATCH 1/7] exportfs: split out the ops for layout-based block device access
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices
[PATCH v2] udf: Fix race between file type conversion and writeback
2026-03-26 12:29 UTC (3+ messages)
[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
2026-03-26 12:09 UTC (10+ messages)
` [RFC 1/1] "
[PATCH v2] ext4: do not check fast symlink during orphan recovery
2026-03-26 11:57 UTC (2+ messages)
[PATCH 0/5] exfat: convert to iomap
2026-03-26 11:50 UTC (6+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 2/5] exfat: add iomap direct I/O support
` [PATCH 3/5] exfat: add iomap buffered "
` [PATCH 4/5] exfat: add support for multi-cluster allocation
` [PATCH 5/5] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek
[PATCH v3 00/11] ext4: refactor partial block zero-out for iomap conversion
2026-03-26 11:10 UTC (12+ messages)
` [PATCH v3 01/11] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v3 02/11] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v3 03/11] ext4: factor out journalled block zeroing range
` [PATCH v3 04/11] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v3 05/11] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v3 06/11] ext4: remove handle parameters from zero partial block functions
` [PATCH v3 07/11] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v3 08/11] ext4: move zero partial block range functions out of active handle
` [PATCH v3 09/11] ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
` [PATCH v3 10/11] ext4: move pagecache_isize_extended() out of active handle
` [PATCH v3 11/11] ext4: zero post-EOF partial block before appending write
[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
2026-03-26 10:46 UTC (5+ messages)
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA
[PATCH v2 00/10] ext4: refactor partial block zero-out for iomap conversion
2026-03-26 8:53 UTC (2+ messages)
[PATCH v4] sysctl: fix uninitialized variable in proc_do_large_bitmap
2026-03-26 7:48 UTC (2+ messages)
[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-26 6:20 UTC (5+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
2026-03-26 3:18 UTC (7+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
[RFC] Proposal: provenance_time (ptime) — a settable timestamp for cross-filesystem migration
2026-03-26 2:29 UTC (3+ messages)
[PATCH v5] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-26 1:53 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