messages from 2025-07-16 00:57:17 to 2025-07-17 16:56:03 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-17 16:56 UTC (16+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
[PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space
2025-07-17 15:55 UTC (19+ messages)
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-17 15:47 UTC (13+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [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] hfs: don't use BUG() when we can continue
2025-07-17 15:32 UTC (9+ messages)
` [PATCH (REPOST)] "
` [PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
` [PATCH v3] "
[PATCH v5 00/15] kunit: Introduce UAPI testing framework
2025-07-17 13:49 UTC (18+ messages)
` [PATCH v5 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v5 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v5 03/15] kbuild: doc: add label for userprogs section
` [PATCH v5 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v5 05/15] init: add nolibc build support
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v5 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v5 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v5 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v5 10/15] kunit: Always descend into kunit directory during build
` [PATCH v5 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v5 12/15] kunit: Introduce UAPI testing framework
` [PATCH v5 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v5 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v5 15/15] kunit: uapi: Validate usability of /proc
[PATCH] fs/aio: Use unsigned int instead of plain unsigned
2025-07-17 12:54 UTC (3+ messages)
[PATCH v2 0/5] add static PMD zero page support
2025-07-17 12:07 UTC (21+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH v2 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH v2 3/5] mm: add static PMD zero page
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
[bug report] A filesystem abnormal mount issue
2025-07-17 11:49 UTC (5+ messages)
[PATCH v1 0/9] mm: vm_normal_page*() improvements
2025-07-17 8:39 UTC (16+ messages)
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v1 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v1 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v1 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v1 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH v5 0/5] fuse: use iomap for buffered writes + writeback
2025-07-17 7:55 UTC (2+ messages)
[syzbot] [overlayfs?] WARNING in ovl_listxattr
2025-07-17 7:47 UTC
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-07-17 7:13 UTC (3+ messages)
[RFC PATCH] fuse: modification of FUSE passthrough call sequence
2025-07-17 6:16 UTC (6+ messages)
[PATCH] fs: Remove obsolete logic in i_size_read/write
2025-07-17 5:05 UTC (8+ messages)
[PATCH v5 0/3] Add support for long task name
2025-07-17 4:23 UTC (8+ messages)
` [PATCH v5 1/3] exec: Remove obsolete comments
` [PATCH v5 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
Compressed files & the page cache
2025-07-17 3:18 UTC (8+ messages)
[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
2025-07-17 1:38 UTC (20+ messages)
` [PATCH v7 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v7 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v7 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v7 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v7 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v7 6/7] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v7 7/7] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
[f2fs-dev] Compressed files & the page cache
2025-07-17 1:04 UTC (2+ messages)
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-17 0:42 UTC (10+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-16 23:06 UTC (13+ messages)
[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-16 19:36 UTC (3+ messages)
` [PATCH v3 09/10] "
[RFC] vfs: security: Parse dev_name before calling security_sb_mount
2025-07-16 17:12 UTC (12+ messages)
[PATCH] fs/proc: Use inode_get_dev() for device numbers in procmap_query
2025-07-16 20:39 UTC (3+ messages)
[PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
2025-07-16 14:27 UTC (23+ messages)
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-07-16 12:57 UTC (13+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
[PATCH v6 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-16 12:50 UTC (7+ messages)
` [PATCH v6 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v6 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v6 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v6 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v6 5/5] ext4: support uncached buffered I/O
[PATCH] MAINTAINERS: add block and fsdevel lists to iov_iter
2025-07-16 12:47 UTC (3+ messages)
[PATCH] fanotify: support custom default close response
2025-07-16 10:31 UTC (9+ messages)
[PATCH v3 00/21] ovl: narrow regions protected by i_rw_sem
2025-07-16 9:09 UTC (30+ messages)
` [PATCH v3 01/21] ovl: simplify an error path in ovl_copy_up_workdir()
` [PATCH v3 04/21] ovl: narrow the locked region "
` [PATCH v3 08/21] ovl: simplify gotos in ovl_rename()
` [PATCH v3 09/21] ovl: narrow locking "
` [PATCH v3 11/21] ovl: narrow locking in ovl_cleanup_index()
` [PATCH v3 12/21] ovl: narrow locking in ovl_workdir_create()
` [PATCH v3 13/21] ovl: narrow locking in ovl_indexdir_cleanup()
` [PATCH v3 14/21] ovl: narrow locking in ovl_workdir_cleanup_recurse()
` [PATCH v3 15/21] ovl: change ovl_workdir_cleanup() to take dir lock as needed
` [PATCH v3 16/21] ovl: narrow locking on ovl_remove_and_whiteout()
` [PATCH v3 18/21] ovl: narrow locking in ovl_whiteout()
` [PATCH v3 21/21] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
[PATCH v3] afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
2025-07-16 9:02 UTC
[PATCH v4 0/1] eventpoll: Fix priority inversion problem
2025-07-16 8:34 UTC (5+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock
[PATCH next] fs: tighten a sanity check in file_attr_to_fileattr()
2025-07-16 8:22 UTC (2+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-07-16 7:33 UTC (7+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
[PATCH 0/4] smb/server: various clean-ups
2025-07-16 6:59 UTC (3+ messages)
[PATCH v4 3/3] fanotify: introduce event response identifier
2025-07-16 6:25 UTC (2+ messages)
Do we need an opt-in for file systems use of hw atomic writes?
2025-07-16 5:50 UTC (3+ messages)
parent_lock/unlock (Was: [PATCH 01/20] ovl: simplify an error path in ovl_copy_up_workdir())
2025-07-16 3:55 UTC (2+ messages)
[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-16 3:23 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).