messages from 2026-02-01 08:42:48 to 2026-02-03 14:21:04 UTC [more...]
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-02-03 14:20 UTC (10+ messages)
` [Lsf-pc] "
[PATCH] fs: add porting notes about readlink_copy()
2026-02-03 14:17 UTC (2+ messages)
[PATCH v6 00/16] ntfs filesystem remake
2026-02-03 14:17 UTC (36+ messages)
` [PATCH v6 01/16] Revert "fs: Remove NTFS classic"
` [PATCH v6 02/16] Documentation: filesystems: update NTFS driver documentation
` [PATCH v6 03/16] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH v6 04/16] ntfs: update in-memory, on-disk structures and headers
` [PATCH v6 05/16] ntfs: update super block operations
` [PATCH v6 07/16] ntfs: update directory operations
` [PATCH v6 08/16] ntfs: update file operations
` [PATCH v6 09/16] ntfs: update iomap and address space operations
` [PATCH v6 10/16] ntfs: update attrib operations
` [PATCH v6 11/16] ntfs: update runlist handling and cluster allocator
` [PATCH v6 12/16] ntfs: add reparse and ea operations
` [PATCH v6 14/16] ntfs3: remove legacy ntfs driver support
` [PATCH v6 15/16] ntfs: add Kconfig and Makefile
` [PATCH v6 16/16] MAINTAINERS: update ntfs filesystem entry
[PATCH v3 0/2] Add traces and file attributes for fs-verity
2026-02-03 14:16 UTC (4+ messages)
[PATCH v3 0/3] symlink length caching
2026-02-03 14:13 UTC (4+ messages)
[PATCH V3] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
2026-02-03 14:02 UTC (3+ messages)
[PATCH 0/1] fs/iomap: Describle @private in iomap_readahead()
2026-02-03 13:25 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
2026-02-03 13:14 UTC (27+ messages)
` [PATCH -next v2 01/22] ext4: make ext4_block_zero_page_range() pass out did_zero
` [PATCH -next v2 02/22] ext4: make ext4_block_truncate_page() return zeroed length
` [PATCH -next v2 03/22] ext4: only order data when partially block truncating down
` [PATCH -next v2 04/22] ext4: factor out journalled block zeroing range
` [PATCH -next v2 05/22] ext4: stop passing handle to ext4_journalled_block_zero_range()
` [PATCH -next v2 06/22] ext4: don't zero partial block under an active handle when truncating down
` [PATCH -next v2 07/22] ext4: move ext4_block_zero_page_range() out of an active handle
` [PATCH -next v2 08/22] ext4: zero post EOF partial block before appending write
` [PATCH -next v2 09/22] ext4: add a new iomap aops for regular file's buffered IO path
` [PATCH -next v2 10/22] ext4: implement buffered read iomap path
` [PATCH -next v2 11/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v2 12/22] ext4: implement buffered write iomap path
` [PATCH -next v2 13/22] ext4: implement writeback "
` [PATCH -next v2 14/22] ext4: implement mmap "
` [PATCH -next v2 15/22] iomap: correct the range of a partial dirty clear
` [PATCH -next v2 16/22] iomap: support invalidating partial folios
` [PATCH -next v2 17/22] ext4: implement partial block zero range iomap path
` [PATCH -next v2 18/22] ext4: do not order data for inodes using buffered "
` [PATCH -next v2 19/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v2 20/22] ext4: disable online defrag when inode using "
` [PATCH -next v2 21/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v2 22/22] ext4: introduce a mount option for iomap buffered I/O path
[linux-next:master] [fs] 313c47f4fe: BUG:kernel_hang_in_test_stage
2026-02-03 12:57 UTC (5+ messages)
[PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
2026-02-03 10:28 UTC (3+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-02-03 9:56 UTC (9+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
NFSv4 + FUSE xattr user namespace regression/change?
2026-02-03 9:28 UTC (7+ messages)
[PATCH V2] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
2026-02-03 9:16 UTC (3+ messages)
[PATCH v3] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-02-03 8:58 UTC (3+ messages)
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-02-03 7:40 UTC (18+ messages)
` [PATCH v3 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking
` [PATCH v3 3/6] xfs: add per-inode AG prediction map and dirty-AG bitmap
` [PATCH v3 4/6] xfs: tag folios with AG number during buffered write via iomap attach hook
` [PATCH v3 5/6] xfs: add per-AG writeback workqueue infrastructure
` [PATCH v3 6/6] xfs: offload writeback by AG using per-inode dirty bitmap and per-AG workers
[PATCH v3 0/3] kNFSD Signed Filehandles
2026-02-03 7:11 UTC (9+ messages)
` [PATCH v3 1/3] NFSD: Add a key for signing filehandles
` [PATCH v3 2/3] NFSD/export: Add sign_fh export option
` [PATCH v3 3/3] NFSD: Sign filehandles
fsverity speedup and memory usage optimization v5
2026-02-03 5:36 UTC (23+ messages)
` [PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c
` [PATCH 04/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 05/11] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info
[PATCH] fsverity: add missing fsverity_free_info()
2026-02-03 5:32 UTC (2+ messages)
[PATCH] fsverity: remove inode from fsverity_verification_ctx
2026-02-03 5:29 UTC (2+ messages)
[PATCH v2] hfsplus: fix s_fs_info leak on mount setup failure
2026-02-03 4:38 UTC (3+ messages)
[PATCH] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
2026-02-03 2:46 UTC (4+ messages)
[PATCH next] fuse: Fix 'min: signedness error' in fuse_wr_pages()
2026-02-03 1:05 UTC (2+ messages)
[PATCH v3] hfsplus: pretend special inodes as regular files
2026-02-02 21:50 UTC (7+ messages)
[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
2026-02-02 21:37 UTC (23+ messages)
` [PATCH 1/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 4/9] drivers/cxl,dax: add dax driver mode selection for dax regions
` [PATCH 5/9] cxl/core/region: move pmem region driver logic into pmem_region
` [PATCH 6/9] cxl/core/region: move dax region device logic into dax_region.c
` [PATCH 8/9] cxl/core: Add dax_kmem_region and sysram_region drivers
Orphan filesystems after mount namespace destruction and tmpfs "leak"
2026-02-02 20:03 UTC (4+ messages)
[PATCH] iomap: handle iterator position advancing beyond current mapping
2026-02-02 18:34 UTC (7+ messages)
[syzbot] [hfs?] INFO: task hung in worker_thread (6)
2026-02-02 18:05 UTC
[PATCH v2] docs: filesystems: ensure proc pid substitutable is complete
2026-02-02 16:49 UTC (2+ messages)
[PATCH v7 0/2] init/initramfs.c: make initramfs support pivot_root
2026-02-02 14:52 UTC (2+ messages)
[PATCH v2 0/4] fs: add immutable rootfs
2026-02-02 16:22 UTC (4+ messages)
[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
2026-02-02 14:14 UTC (2+ messages)
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2026-02-02 13:04 UTC (19+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH v2] ext4: do not check fast symlink during orphan recovery
2026-02-02 12:51 UTC (2+ messages)
[PATCH] fuse: send forget req when lookup outarg is invalid
2026-02-02 12:00 UTC
ANNOUNCE: nfs-utils-2.8.5 released
2026-02-02 11:45 UTC
[PATCH 0/3] Add the ability to mount filesystems during initramfs expansion
2026-02-02 7:38 UTC (2+ messages)
` [EXT] [systemd-devel] "
[PATCH] dma-buf: add SB_I_NOEXEC flag to dmabuf pseudo-filesystem
2026-02-02 6:29 UTC (2+ messages)
[viro-vfs:work.coda 1/4] fs/coda/dir.c:471:1: warning: unused label 'bad'
2026-02-02 0:19 UTC
[viro-vfs:work.coda 1/4] fs/coda/dir.c:471:1: warning: label 'bad' defined but not used
2026-02-01 22:54 UTC
[PATCH] fs/super: fix s_fs_info leak when setup_bdev_super() fails
2026-02-01 11:50 UTC (4+ messages)
` [syzbot ci] "
[viro-vfs:for-wsamuel2 40/40] drivers/usb/gadget/function/f_fs.c:2089:13: warning: conflicting types for 'ffs_data_reset'
2026-02-01 11:20 UTC
[viro-vfs:for-wsamuel2 40/40] drivers/usb/gadget/function/f_fs.c:660:3: error: call to undeclared function 'ffs_data_reset'; ISO C99 and later do not support implicit function declarations
2026-02-01 10:16 UTC
[viro-vfs:for-wsamuel2 40/40] drivers/usb/gadget/function/f_fs.c:660:17: error: implicit declaration of function 'ffs_data_reset'; did you mean 'ffs_data_get'?
2026-02-01 8:42 UTC
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