messages from 2025-06-18 11:30:27 to 2025-06-19 12:20:10 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-19 12:18 UTC (18+ 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] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-19 12:19 UTC (8+ messages)
[PATCH v3] fsnotify: initialize destroy_next to avoid KMSAN uninit-value warning
2025-06-19 12:16 UTC
[PATCH] selftests/landlock: Add tests for access through disconnected paths
2025-06-19 11:38 UTC (2+ messages)
[PATCH v2] fs/buffer: use min folio order to calculate upper limit in __getblk_slow()
2025-06-19 12:10 UTC
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-19 11:18 UTC (10+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH v2 9/9] ext4: "
[PATCH v2] statx.2: Add stx_atomic_write_unit_max_opt
2025-06-19 11:30 UTC (4+ messages)
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-19 11:13 UTC (10+ 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
[PATCH v5 0/5] Readahead tweaks for larger folios
2025-06-19 11:07 UTC (3+ messages)
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory
[PATCH v2] fsnotify: initialize destroy_next to avoid KMSAN uninit-value warning
2025-06-19 10:51 UTC
[RFC PATCH] fsnotify: initialize destroy_next to avoid KMSAN uninit-value warning
2025-06-19 10:41 UTC
[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
2025-06-19 10:33 UTC (10+ messages)
` [PATCH bpf-next 1/4] kernfs: Add __kernfs_xattr_get for RCU protected access
` [PATCH bpf-next 2/4] bpf: Introduce bpf_kernfs_read_xattr to read xattr of kernfs nodes
` [PATCH bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf_kernfs_read_xattr
[PATCH] fs/buffer: use min folio order to calculate upper limit in __getblk_slow()
2025-06-19 10:13 UTC (4+ messages)
[PATCH v2] fs/buffer: remove comment about hard sectorsize
2025-06-19 10:07 UTC (2+ messages)
On possible data race in pollwake() / poll_schedule_timeout()
2025-06-19 10:05 UTC (5+ messages)
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-06-19 10:04 UTC (4+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-19 9:49 UTC (7+ messages)
[PATCH V2] exfat: fdatasync flag should be same like generic_write_sync()
2025-06-19 9:34 UTC (2+ messages)
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (14+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
[brauner-vfs:work.pidfs.xattr] [pidfs] e3bfecb731: WARNING:possible_irq_lock_inversion_dependency_detected
2025-06-19 8:43 UTC (2+ messages)
[syzbot] [fs?] KMSAN: uninit-value in fsnotify_connector_destroy_workfn
2025-06-19 8:20 UTC
[PATCH 0/3] Folio conversions in extent-io-tests
2025-06-19 5:41 UTC (4+ messages)
` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-19 5:36 UTC (9+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCHv2 1/2] sched/wait: Add wait_event_state_exclusive()
2025-06-19 2:51 UTC (3+ messages)
` [PATCHv2 2/2] fuse: use freezable wait in fuse_get_req()
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-19 2:45 UTC (48+ 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()
[BUG][RFC] broken use of __lookup_mnt() in path_overmounted()
2025-06-19 2:35 UTC (3+ messages)
[PATCH v9 01/13] x86/um: nommu: elf loader for fdpic
2025-06-19 1:04 UTC
[PATCH] chmod.2: document fchmodat(AT_EMPTY_PATH)
2025-06-19 0:07 UTC (2+ messages)
[PATCH] f2fs: Fix __write_node_folio() conversion
2025-06-18 21:40 UTC (2+ messages)
` [f2fs-dev] "
[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 RFC 0/7] pidfs: support extended attributes
2025-06-18 19:54 UTC (9+ 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 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 00/10] convert the majority of file systems to mmap_prepare
2025-06-18 17:06 UTC (3+ messages)
` [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 (2+ messages)
warning on flushing page cache on block device removal
2025-06-18 15:09 UTC (10+ messages)
[PATCH v1 1/2] fuse: Add backing file option to lookup
2025-06-18 13:46 UTC (2+ messages)
[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 (7+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
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).