messages from 2025-08-03 21:23:12 to 2025-08-06 03:10:39 UTC [more...]
[PATCH v3 0/7] iomap: zero range folio batch support
2025-08-06 3:10 UTC (10+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
[PATCHv2 0/7] direct-io: even more flexible io vectors
2025-08-06 3:03 UTC (9+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting
` [PATCHv2 2/7] block: align the bio after building it
` [PATCHv2 3/7] block: simplify direct io validity check
` [PATCHv2 4/7] iomap: "
` [PATCHv2 5/7] block: remove bdev_iter_is_aligned
` [PATCHv2 6/7] blk-integrity: use simpler alignment check
` [PATCHv2 7/7] iov_iter: remove iov_iter_is_aligned
[PATCH v2] fs: always return zero on success from replace_fd()
2025-08-06 1:54 UTC (10+ messages)
[PATCH v4 0/4] procfs: make reference pidns more user-visible
2025-08-06 0:25 UTC (8+ messages)
` [PATCH v4 1/4] pidns: move is-ancestor logic to helper
` [PATCH v4 2/4] procfs: add "pidns" mount option
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH v4 4/4] selftests/proc: add tests for new pidns APIs
[PATCH 0/3] filemap_add_folio_nocharge()
2025-08-06 0:11 UTC (4+ messages)
` [PATCH 1/3] mm/filemap: add filemap_add_folio_nocharge()
` [PATCH 2/3] btrfs: use filemap_add_folio_nocharge() for extent_buffers
` [PATCH 3/3] mm: add vmstat for cgroup uncharged pages
[GIT PULL] bcachefs changes for 6.17
2025-08-05 22:41 UTC (3+ messages)
Should seed device be allowed to be mounted multiple times?
2025-08-05 22:20 UTC (3+ messages)
[PATCH v1 0/2] fuse: disallow dynamic inode blksize changes
2025-08-05 20:40 UTC (5+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] fuse: add blksize configuration at mount for non-fuseblk servers
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-08-05 19:12 UTC (4+ messages)
[PATCH RFC v2 0/8] ovl: Enable support for casefold filesystems
2025-08-05 18:40 UTC (13+ messages)
` [PATCH RFC v2 1/8] olv: Store casefold name for case-insentive dentries
` [PATCH RFC v2 2/8] ovl: Create ovl_strcmp() with casefold support
` [PATCH RFC v2 3/8] fs: Create sb_same_encoding() helper
` [PATCH RFC v2 4/8] ovl: Ensure that all mount points have the same encoding
` [PATCH RFC v2 5/8] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH RFC v2 6/8] ovl: Set inode S_CASEFOLD for casefolded dentries
` [PATCH RFC v2 7/8] ovl: Check casefold consistency in ovl stack
` [PATCH RFC v2 8/8] ovl: Drop restrictions for casefolded dentries
[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
2025-08-05 18:30 UTC (2+ messages)
` [PATCH 2/2] copy_file_range: limit size if in compat mode
[PATCH v2 00/32] Live Update Orchestrator
2025-08-05 18:24 UTC (18+ messages)
` [PATCH v2 10/32] liveupdate: luo_core: "
` [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] debugfs: fix mount options not being applied
2025-08-05 17:22 UTC (2+ messages)
[PATCH 1/5] Add manpage for open_tree(2)
2025-08-05 16:45 UTC (3+ messages)
[PATCH] MAINTAINERS: update location of hfs&hfsplus trees
2025-08-05 16:43 UTC (3+ messages)
[PATCH 0/5] add static huge zero folio support
2025-08-05 16:42 UTC (25+ messages)
` [PATCH 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH 3/5] mm: add static huge zero folio
` [PATCH 4/5] mm: add largest_zero_folio() routine
` [PATCH 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
[PATCH] hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()
2025-08-05 16:58 UTC
[PATCH] hfsplus: fix KMSAN: uninit-value in hfsplus_lookup()
2025-08-05 16:21 UTC (3+ messages)
[PATCH 0/3] use vm_flags_t consistently
2025-08-05 16:13 UTC (9+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-05 15:08 UTC (28+ messages)
` [PATCH v3 1/6] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v3 2/6] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v3 3/6] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v3 4/6] docs: transhuge: document process level THP controls
` [PATCH v3 5/6] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v3 6/6] selftests: prctl: introduce tests for disabling THPs except for madvise
Maintainers Summit 2025 Call for Topics
2025-08-05 14:43 UTC
[PATCH v2 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
2025-08-05 14:37 UTC (7+ messages)
` [PATCH v2 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v2 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v2 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
[PATCH v3] fs: always return zero on success from replace_fd()
2025-08-05 12:38 UTC
[PATCH v6 0/3] Add support for long task name
2025-08-05 11:13 UTC (7+ messages)
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
[PATCH 1/2] ext4: Fix fsmap end of range reporting with bigalloc
2025-08-05 8:30 UTC (2+ messages)
` [PATCH 2/2] ext4: Fix reserved gdt blocks handling in fsmap
[PATCH 0/7] direct-io: even more flexible io vectors
2025-08-05 6:57 UTC (29+ messages)
` [PATCH 1/7] block: check for valid bio while splitting
` [PATCH 2/7] block: align the bio after building it
` [PATCH 3/7] block: simplify direct io validity check
` [PATCH 4/7] iomap: "
` [PATCH 5/7] block: remove bdev_iter_is_aligned
` [PATCH 6/7] blk-integrity: use simpler alignment check
` [PATCH 7/7] iov_iter: remove iov_iter_is_aligned
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-08-05 3:58 UTC (5+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[PATCH] exfat: optimize allocation bitmap loading time
2025-08-05 1:06 UTC (5+ messages)
[PATCH v2] selftests/proc: Fix string literal warning in proc-maps-race.c
2025-08-04 22:56 UTC
[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
2025-08-04 22:00 UTC (18+ messages)
` [PATCH v3] "
` [PATCH v4] hfs: update sanity check of the root record
[PATCH] selftests/proc: Fix string literal warning in proc-maps-race.c
2025-08-04 21:48 UTC (3+ messages)
[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
2025-08-04 19:44 UTC
next-20250804 Unable to handle kernel execute from non-executable memory at virtual address idem_hash
2025-08-04 19:20 UTC
[PATCH v3] vfio/pci: print vfio-device syspath to fdinfo
2025-08-04 19:09 UTC (3+ messages)
[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
2025-08-04 17:32 UTC (4+ messages)
` [PATCH 0/2] RFC: Set backing file at lookup
` [PATCH 1/2] fuse: Allow backing file to be set at lookup (WIP)
` [PATCH 2/2] fuse: Add passthrough for mkdir and rmdir (WIP)
[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
2025-08-04 16:26 UTC (3+ messages)
` [RFC PATCH v1 08/10] mm: refactor clearing dirty stats into helper function
[PATCH v5 00/15] kunit: Introduce UAPI testing framework
2025-08-04 15:01 UTC (5+ messages)
[PATCH] eventpoll: Fix semi-unbounded recursion
2025-08-04 14:55 UTC (3+ messages)
copy_file_range return value on FUSE
2025-08-04 14:30 UTC (3+ messages)
` [fuse-devel] "
[GIT PULL 00/14 for v6.17] vfs 6.17
2025-08-04 14:24 UTC (6+ messages)
` [GIT PULL 09/14 for v6.17] vfs bpf
[PATCH trivial] init: Fix comment typo in do_mounts_initrd.c
2025-08-04 13:53 UTC (2+ messages)
[PATCH] xarray: Remove redundant __GFP_NOWARN
2025-08-04 13:00 UTC
[PATCH 0/5] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-08-04 10:17 UTC (4+ messages)
` [PATCH 5/5] fuse: {io-uring} Allow reduced number of ring queues
[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
2025-08-04 11:34 UTC (4+ messages)
` [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF
[RFC v2 0/4] add static huge zero folio support
2025-08-04 10:41 UTC (10+ messages)
` [RFC v2 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
` [RFC v2 2/4] mm: add static huge zero folio
[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
2025-08-04 10:12 UTC (9+ messages)
[PATCH v3 00/21] ovl: narrow regions protected by i_rw_sem
2025-08-04 8:57 UTC (3+ messages)
` [PATCH v3 01/21] ovl: simplify an error path in ovl_copy_up_workdir()
[RFC] Another take at restarting FUSE servers
2025-08-04 8:45 UTC (6+ messages)
[PATCH] fs: correctly check for errors from replace_fd() in receive_fd_replace()
2025-08-04 8:38 UTC (2+ messages)
[PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
2025-08-04 6:51 UTC (6+ messages)
[PATCH AUTOSEL 5.4 1/9] hfs: fix slab-out-of-bounds in hfs_bnode_read()
2025-08-03 21:23 UTC (5+ messages)
` [PATCH AUTOSEL 5.4 2/9] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
` [PATCH AUTOSEL 5.4 3/9] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
` [PATCH AUTOSEL 5.4 4/9] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
` [PATCH AUTOSEL 5.4 8/9] hfs: fix not erasing deleted b-tree node issue
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).