messages from 2025-07-28 12:15:49 to 2025-07-30 13:16:09 UTC [more...]
[PATCH v3 0/7] iomap: zero range folio batch support
2025-07-30 13:19 UTC (10+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
[PATCH] fuse: remove unused 'inode' parameter in fuse_passthrough_open
2025-07-30 13:06 UTC
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-30 12:54 UTC (11+ messages)
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH v1 0/5] PM: Reduce spurious wakeups
2025-07-30 12:46 UTC (8+ messages)
` [PATCH v1 1/5] epoll: Make epoll_wait sleep freezable
` [PATCH v1 2/5] select/poll: Make "
` [PATCH v1 3/5] pipe: Add TASK_FREEZABLE to read and open sleeps
` [PATCH v1 4/5] fuse: Add TASK_FREEZABLE to device read operations
` [PATCH v1 5/5] jbd2: Add TASK_FREEZABLE to kjournald2 thread
[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-07-30 11:39 UTC (8+ messages)
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
[PATCH] idr: Fix the kernel-doc for idr_is_empty()
2025-07-30 11:34 UTC
[PATCH] iomap: Fix broken data integrity guarantees for O_SYNC writes
2025-07-30 10:28 UTC
[syzbot] [fuse?] [block?] KASAN: slab-use-after-free Read in disk_add_events
2025-07-30 8:37 UTC (7+ messages)
` syztest
[PATCH] fs: hidepid: Fixes hidepid non dumpable behavior
2025-07-30 8:22 UTC
[GIT PULL] sysctl changes for v6.17-rc1
2025-07-30 5:05 UTC (2+ messages)
[PATCH 5.4.y 0/3] Backport series: "permit write-sealed memfd read-only shared mappings"
2025-07-30 1:59 UTC (6+ messages)
` [PATCH 5.4.y 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH 5.4.y 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH 5.4.y 3/3] mm: perform the mapping_map_writable() check after call_mmap()
[PATCH 5.10.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
2025-07-30 1:53 UTC
[PATCH 5.15.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
2025-07-30 1:53 UTC
[PATCH 6.1.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
2025-07-30 1:52 UTC
[PATCH 6.6.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
2025-07-30 1:51 UTC
[PATCH 2/2] iomap: align writeback to RAID stripe boundaries
2025-07-30 0:52 UTC (6+ messages)
next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
2025-07-29 23:40 UTC (17+ messages)
[RFC] Another take at restarting FUSE servers
2025-07-29 23:38 UTC (2+ messages)
[PATCH v2 00/32] Live Update Orchestrator
2025-07-29 23:23 UTC (15+ messages)
` [PATCH v2 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v2 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v2 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 31/32] libluo: introduce luoctl
[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
2025-07-29 23:21 UTC (21+ messages)
` [PATCH v3] "
` [PATCH v4] hfs: update sanity check of the root record
[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
2025-07-29 23:21 UTC (41+ messages)
` [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
` [PATCH RFC 03/29] fs: add FS_XFLAG_VERITY for verity files
` [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
` [PATCH RFC 05/29] fsverity: add tracepoints
` [PATCH RFC 06/29] fsverity: report validation errors back to the filesystem
` [PATCH RFC 07/29] fsverity: pass super_block to fsverity_enqueue_verify_work
` [PATCH RFC 08/29] ext4: use a per-superblock fsverity workqueue
` [PATCH RFC 09/29] f2fs: "
` [PATCH RFC 10/29] btrfs: "
` [PATCH RFC 11/29] fsverity: remove system-wide workqueue
` [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers
` [PATCH RFC 13/29] iomap: integrate fs-verity verification into iomap's read path
` [PATCH RFC 14/29] xfs: add attribute type for fs-verity
` [PATCH RFC 15/29] xfs: add fs-verity ro-compat flag
` [PATCH RFC 16/29] xfs: add inode on-disk VERITY flag
` [PATCH RFC 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH RFC 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH RFC 19/29] xfs: disable direct read path for fs-verity files
` [PATCH RFC 20/29] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH RFC 21/29] xfs: add writeback and iomap reading of Merkel tree pages
` [PATCH RFC 22/29] xfs: add fs-verity support
` [PATCH RFC 23/29] xfs: add fs-verity ioctls
` [PATCH RFC 24/29] xfs: advertise fs-verity being available on filesystem
` [PATCH RFC 25/29] xfs: check and repair the verity inode flag state
` [PATCH RFC 26/29] xfs: fix scrub trace with null pointer in quotacheck
` [PATCH RFC 27/29] xfs: report verity failures through the health system
` [PATCH RFC 28/29] xfs: add fsverity traces
` [PATCH RFC 29/29] xfs: enable ro-compat fs-verity flag
[PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise
2025-07-29 22:17 UTC (3+ messages)
[syzbot] [fuse?] WARNING: refcount bug in process_one_work
2025-07-29 21:59 UTC
[syzbot] [fuse?] WARNING: refcount bug in process_scheduled_works
2025-07-29 21:58 UTC
[PATCH 1/2] md/raid0,raid4,raid5,raid6,raid10: fix bogus io_opt value
2025-07-29 21:49 UTC (3+ messages)
[GIT PULL] orangefs fixes for 6.17
2025-07-29 20:51 UTC
[PATCH] MAINTAINERS: update location of hfs&hfsplus trees
2025-07-29 19:12 UTC (2+ messages)
[PATCH 0/3] use vm_flags_t consistently
2025-07-29 18:39 UTC (5+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[GIT PULL 00/14 for v6.17] vfs 6.17
2025-07-29 18:15 UTC (37+ messages)
` [GIT PULL 05/14 for v6.17] vfs async dir
` [GIT PULL 09/14 for v6.17] vfs bpf
` [GIT PULL 02/14 for v6.17] vfs coredump
` [GIT PULL 06/14 for v6.17] vfs fallocate
` [GIT PULL 12/14 for v6.17] vfs fileattr
` [GIT PULL 11/14 for v6.17] vfs integrity
` [GIT PULL 14/14 for v6.17] vfs iomap
` [GIT PULL 01/14 for v6.17] vfs misc
` [GIT PULL 07/14 for v6.17] vfs mmap
` [GIT PULL 04/14 for v6.17] namespace updates
` [GIT PULL 03/14 for v6.17] overlayfs
` [GIT PULL 08/14 for v6.17] vfs pidfs
` [GIT PULL 10/14 for v6.17] vfs rust
` [GIT PULL 13/14 for v6.17] vfs super
[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
2025-07-29 15:52 UTC (7+ messages)
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-29 15:48 UTC (4+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[RFC PATCH 0/5] FDP file I/O
2025-07-29 14:51 UTC (6+ messages)
` [RFC PATCH 1/5] fs: add a new user_write_streams() callback
` [RFC PATCH 2/5] fs: add the interface to query user write streams
` [RFC PATCH 3/5] fs: add a write stream field to the inode
` [RFC PATCH 4/5] fs: propagate write stream
` [RFC PATCH 5/5] fs: add set and query "
[PATCHSET RFC v3 1/3] libfuse: allow servers to use iomap for better file IO performance
2025-07-29 14:22 UTC (10+ messages)
` [PATCH 08/14] libfuse: connect high level fuse library to fuse_reply_attr_iflags
[PATCH] block: Improve read ahead size for rotational devices
2025-07-29 12:27 UTC (3+ messages)
[syzbot] [fs?] KASAN: slab-use-after-free Read in driver_remove_file
2025-07-29 11:26 UTC
[syzbot] [fs?] kernel BUG in mpage_readahead
2025-07-29 11:24 UTC
[syzbot] [exfat?] KCSAN: data-race in fat32_ent_get / fat32_ent_put
2025-07-29 10:06 UTC (14+ messages)
` [PATCH] fat: Prevent the race of read/write the FAT16 and FAT32 entry
` [PATCH V2] fat: Prevent the race of read/write the "
[PATCH bpf-next 0/2] umd: Remove usermode driver framework
2025-07-29 7:37 UTC (7+ messages)
` [PATCH bpf-next 2/2] "
[PATCH v1] fs: Prevent spurious wakeups with TASK_FREEZABLE
2025-07-29 4:22 UTC (3+ messages)
[GIT PULL] fscrypt updates for 6.17
2025-07-29 1:12 UTC (2+ messages)
[GIT PULL] zonefs changes for 6.17-rc1
2025-07-29 0:13 UTC (2+ messages)
[GIT PULL] hfs/hfsplus changes for 6.17-rc1
2025-07-28 23:41 UTC (2+ messages)
[git pull][6.17] vfs.git 1/9: d_flags pile
2025-07-28 23:41 UTC (18+ messages)
` [git pull][6.17] vfs.git 2/9: simple_recursive_removal
` [git pull][6.17] vfs.git 3/9: rpc_pipefs
` [git pull][6.17] vfs.git 4/9: asm/param.h pile
` [git pull][6.17] vfs.git 5/9: securityfs
` [git pull][6.17] vfs.git 6/9: misc pile
` [git pull][6.17] vfs.git 7/9: ceph d_name fixes
` [git pull][6.17] vfs.git 8/9: CLASS(fd) followup
` [git pull][6.17] vfs.git 9/9: mount pile
[GIT PULL] ntfs3: bugfixes for 6.17
2025-07-28 23:41 UTC (2+ messages)
[GIT PULL] udf and ext2 changes for 6.17-rc1
2025-07-28 23:40 UTC (2+ messages)
[PATCH] hfs: fix general protection fault in hfs_find_init()
2025-07-28 20:00 UTC (3+ messages)
KASAN: slab-out-of-bounds in hfsplus_bnode_read+0x268/0x290
2025-07-28 17:32 UTC (3+ messages)
[GIT PULL] bcachefs changes for 6.17
2025-07-28 15:14 UTC
[PATCH] mm: Removing the card during write
2025-07-28 14:42 UTC (2+ messages)
[PATCH] mm: Removing the card during write operations blocks the I/O process when during the process Issue encountered: When formatting an SD card to ext4 using mkfs.ext4, if the card is ejected during the process, the formatting process blocks at balance_dirty_pages_ratelimited
2025-07-28 13:55 UTC
[PATCH v3 3/8] vfs: add ATTR_CTIME_SET flag
2025-07-28 12:15 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).