messages from 2025-06-17 15:45:29 to 2025-06-18 21:17:18 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-18 21:17 UTC (5+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH v2 00/16] pidfs: persistent info & xattrs
2025-06-18 20:53 UTC (17+ messages)
` [PATCH v2 01/16] pidfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v2 02/16] libfs: massage path_from_stashed() to allow custom stashing behavior
` [PATCH v2 03/16] libfs: massage path_from_stashed()
` [PATCH v2 04/16] pidfs: move to anonymous struct
` [PATCH v2 05/16] pidfs: persist information
` [PATCH v2 06/16] pidfs: remove unused members from struct pidfs_inode
` [PATCH v2 07/16] pidfs: remove custom inode allocation
` [PATCH v2 08/16] pidfs: remove pidfs_{get,put}_pid()
` [PATCH v2 09/16] pidfs: remove pidfs_pid_valid()
` [PATCH v2 10/16] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH v2 11/16] pidfs: make inodes mutable
` [PATCH v2 12/16] pidfs: support xattrs on pidfds
` [PATCH v2 13/16] selftests/pidfd: test extended attribute support
` [PATCH v2 14/16] "
` [PATCH v2 15/16] selftests/pidfd: test setattr support
` [PATCH v2 16/16] pidfs: add some CONFIG_DEBUG_VFS asserts
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-06-18 20:52 UTC (2+ messages)
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-18 20:04 UTC (46+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH RFC 13/29] mm/balloon_compaction: "
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
[PATCH RFC 0/7] pidfs: support extended attributes
2025-06-18 19:54 UTC (12+ messages)
` [PATCH RFC 1/7] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH RFC 2/7] pidfs: make inodes mutable
` [PATCH RFC 3/7] pidfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH RFC 4/7] pidfs: support xattrs on pidfds
` [PATCH RFC 5/7] selftests/pidfd: test extended attribute support
` [PATCH RFC 6/7] "
` [PATCH RFC 7/7] selftests/pidfd: test setattr support
[PATCH] fs/buffer: use min folio order to calculate upper limit in __getblk_slow()
2025-06-18 19:50 UTC (3+ messages)
[PATCH RFC 0/9] pidfs: support extended attributes
2025-06-18 19:40 UTC (5+ messages)
` [PATCH RFC 1/9] pidfs: keep pidfs dentry stashed once created
` [PATCH RFC 2/9] pidfs: remove pidfs_pid_valid()
[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
2025-06-18 19:17 UTC (8+ messages)
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()
[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-06-18 19:16 UTC
[PATCH] chmod.2: document fchmodat(AT_EMPTY_PATH)
2025-06-18 18:34 UTC
On possible data race in pollwake() / poll_schedule_timeout()
2025-06-18 17:08 UTC (3+ messages)
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-18 17:06 UTC (9+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH] fs: fix the missing export of vfs_statx() and vfs_fstatat()
2025-06-18 15:51 UTC (2+ messages)
[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
2025-06-18 15:40 UTC (5+ messages)
` [PATCH v9 00/17] "
[PATCH] fs_context: fix parameter name in infofc() macro
2025-06-18 15:31 UTC (3+ messages)
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-18 15:12 UTC (9+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support
warning on flushing page cache on block device removal
2025-06-18 15:09 UTC (10+ messages)
[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
2025-06-18 13:46 UTC (5+ messages)
` [PATCH v1 1/2] fuse: Add backing file option to lookup
` [PATCH v1 2/2] fuse: open/close backing file
[PATCH v1] exfat: add cluster chain loop check for dir
2025-06-18 13:38 UTC (6+ messages)
[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
2025-06-18 12:17 UTC (8+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
` does fuse need ->launder_folios, was: "
[PATCH] exfat: fdatasync flag should be same like generic_write_sync()
2025-06-18 11:11 UTC (6+ messages)
` 答复: "
[PATCH v2] fs/buffer: remove comment about hard sectorsize
2025-06-18 10:26 UTC (2+ messages)
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-18 9:31 UTC (4+ messages)
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
[RFC][PATCH] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-18 9:27 UTC (10+ messages)
[PATCH v1] fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio
2025-06-18 8:56 UTC (3+ messages)
[PATCH RFC v2 0/2] pidfs: keep pidfs dentry stashed once created
2025-06-18 8:40 UTC (3+ messages)
` [PATCH RFC v2 1/2] "
[PATCH] fs/buffer: fix comments to reflect logical block size
2025-06-18 7:57 UTC (3+ messages)
[syzbot] [ntfs3?] general protection fault in pick_link (2)
2025-06-18 7:31 UTC (9+ messages)
` [PATCH] fs: Prevent non-symlinks from entering pick link
` [PATCH V2] fs/ntfs3: cancle set bad inode after removing name fails
[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
2025-06-18 5:56 UTC (4+ messages)
` [PATCH for-next v3 2/2] fs: "
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
2025-06-18 5:51 UTC (5+ messages)
` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities
refactor the iomap writeback code v2
2025-06-18 4:43 UTC (20+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
[PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
2025-06-18 1:02 UTC (2+ messages)
[PATCH] landlock: opened file never has a negative dentry
2025-06-18 0:30 UTC (10+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
` [PATCH] don't duplicate vfs_open() in kernel_file_open()
` [PATCH] proc_fd_getattr(): don't bother with S_ISDIR() check
` [PATCH] secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file
` [bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()
[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
2025-06-17 23:10 UTC (7+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd
[PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
2025-06-17 22:23 UTC (12+ messages)
` need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
` [RFC PATCH] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec [was: Re: need SUNRPC TCP to receive into aligned pages]
[PATCHES] ceph d_name race fixes
2025-06-17 22:15 UTC (10+ messages)
` [PATCH 1/3] [ceph] parse_longname(): strrchr() expects NUL-terminated string
` [PATCH 2/3] prep for ceph_encode_encrypted_fname() fixes
` [PATCH 3/3] ceph: fix a race with rename() in ceph_mdsc_build_path()
[BUG] propagate_umount() breakage
2025-06-17 21:18 UTC (6+ messages)
` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)
` [PATCH][RFC] replace collect_mounts()/drop_collected_mounts() with safer variant
[RFC][PATCH v2] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-17 20:26 UTC
[PATCHES][CFR][CFT] securityfs cleanups and fixes
2025-06-17 19:49 UTC (8+ messages)
` [PATCH 01/10] securityfs: don't pin dentries twice, once is enough
` [PATCH 06/10] ima_fs: don't bother with removal of files in directory we'll be removing
` [PATCH 07/10] ima_fs: get rid of lookup-by-dentry stuff
` [PATCH 08/10] evm_secfs: clear securityfs interactions
refactor the iomap writeback code
2025-06-17 19:32 UTC (5+ messages)
` [PATCH 6/6] iomap: move all ioend handling to ioend.c
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-06-17 18:25 UTC (3+ messages)
[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
2025-06-17 17:31 UTC (10+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
[PATCH 6.15 453/780] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
2025-06-17 15:22 UTC (5+ messages)
` [PATCH 6.15 454/780] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 6.15 455/780] netfs: Fix the requests work item to not require a ref
` [PATCH 6.15 456/780] netfs: Fix wait/wake to be consistent about the waitqueue used
` [PATCH 6.15 461/780] netfs: Fix undifferentiation of DIO reads from unbuffered reads
md raid0 Direct IO DMA alignment
2025-06-17 16:36 UTC (2+ 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).