messages from 2025-06-09 16:20:02 to 2025-06-19 08:59:19 UTC [more...]
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (12+ 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 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (31+ 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 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH 0/2] Postpone memcg reclaim to return-to-user path
2025-06-19 8:04 UTC (5+ messages)
` [PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
` [PATCH 2/2] jbd2: mark the transaction context with the scope PF_MEMALLOC_ACFORCE context
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-18 17:06 UTC (48+ 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 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH 0/4] Slurp (squash) ext4 subdocs
2025-06-18 16:53 UTC (6+ messages)
` [PATCH 1/4] Documentation: ext4: Slurp included subdocs in high-level overview docs
` [PATCH 2/4] Documentation: ext4: Slurp included subdocs in global structures docs
` [PATCH 3/4] Documentation: ext4: Slurp included subdocs in dynamic "
` [PATCH 4/4] Documentation: ext4: Reduce toctree depth
[PATCH 5.15 0/2] fix LTP regression in fanotify22
2025-06-18 15:30 UTC (5+ messages)
` [PATCH 5.15 1/2] ext4: make 'abort' mount option handling standard
` [PATCH 5.15 2/2] ext4: avoid remount errors with 'abort' mount option
[PATCH v2] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-06-17 12:43 UTC
[PATCH] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-06-17 11:31 UTC
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-17 2:25 UTC (21+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
[PATCH] fuse2fs: clean up the lockfile handling
2025-06-16 15:06 UTC
[PATCH v2] fscrypt: don't use problematic non-inline crypto accelerators
2025-06-15 4:51 UTC
[PATCHSET] fuse2fs: more bug fixes
2025-06-14 17:35 UTC (10+ messages)
` [PATCH 1/3] libext2fs: fix spurious warnings from fallocate
` [PATCH 2/3] fuse2fs: fix error bailout in op_create
` [PATCH 3/3] fuse2fs: catch positive errnos coming from libext2fs
` [PATCH 4/3] libext2fs: fix bounding error in the extent fallocate code
[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
2025-06-13 17:44 UTC (16+ messages)
` [RFC[RAP] V2] "
[PATCH] ext2: Handle fiemap on empty files to prevent EINVAL
2025-06-13 22:59 UTC (7+ messages)
` [PATCH v2] "
[PATCH] fscrypt: don't use hardware offload Crypto API drivers
2025-06-13 14:42 UTC (10+ messages)
Discrepancy between mkfs.ext4 man page and code on lazy_journal_init default
2025-06-13 2:31 UTC (3+ messages)
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-12 22:50 UTC (13+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
ext4 metadata corruption - snapshot related?
2025-06-12 14:43 UTC
[PATCH] Documentation: ext4: atomic_writes: Remove cross-reference labels
2025-06-12 12:22 UTC (9+ messages)
[PATCH 0/4] ext4: better scalability for ext4 block allocation
2025-06-12 11:30 UTC (11+ messages)
` [PATCH 1/4] ext4: add ext4_try_lock_group() to skip busy groups
[PATCH v2 0/6] ext4: fix insufficient credits when writing back large folios
2025-06-11 11:16 UTC (7+ messages)
` [PATCH v2 1/6] ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
` [PATCH v2 2/6] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v2 3/6] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v2 4/6] ext4: correct the reserved credits for extent conversion
` [PATCH v2 5/6] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH v2 6/6] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
[PATCH 0/2] Add xfs test coverage for ro external dev mounts
2025-06-10 3:37 UTC (6+ messages)
` [PATCH 1/2] xfs: add mount test for read only rt devices
` [PATCH 2/2] ext4/002: make generic to support xfs
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).