[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-13 23:31 UTC (45+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 02/26] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v6 03/26] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v6 04/26] fs/dax: Refactor wait for dax idle page
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"
e2fsck max blocks for huge non-extent file
2025-01-13 19:26 UTC (3+ messages)
[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
2025-01-13 16:46 UTC (10+ messages)
` [RFC 1/5] tests/selftest: Add a new pseudo flaky test
` [RFC 2/5] check: Add -q <n> option to support unconditional looping
` [RFC 3/5] check: Improve pass/fail metrics and section config output
` [RFC 4/5] check,common/config: Add support for central fsconfig
` [RFC 5/5] configs: Add a couple of xfs and ext4 configuration templates
[PATCH] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
2025-01-13 15:39 UTC (8+ messages)
[PATCH] jbd2: use rhashtable for revoke records during replay
2025-01-13 15:31 UTC (2+ messages)
[PATCH] ext4: convert i_fc_lock to spinlock
2025-01-13 14:16 UTC (3+ messages)
` [PATCH v7 9/9] ext4: hold s_fc_lock while during fast commit
[syzbot] [ext4?] possible deadlock in wait_transaction_locked (2)
2025-01-12 23:44 UTC
Do sparse files save HDD-space and are the blocks in random order?
2025-01-11 8:16 UTC
[PATCH] ext4: Fix potential null dereference in ext4 kunit test
2025-01-10 9:24 UTC
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 6:56 UTC (39+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[syzbot] [ext4?] [udf?] [block?] kernel BUG in set_blocksize (2)
2025-01-09 18:50 UTC
[PATCH 0/5] ext4: fix issues caused by data write-back failures
2025-01-09 2:45 UTC (10+ messages)
` [PATCH 3/5] ext4: abort journal on data writeback failure if in data_err=abort mode
[RFC 0/4] mm: Remove pfn_t type
2025-01-08 19:36 UTC (10+ messages)
` [RFC 1/4] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [RFC 2/4] mm: Remove uses of PFN_DEV
` [RFC 3/4] mm: Remove callers of pfn_t functionality
` [RFC 4/4] mm: Remove include/linux/pfn_t.h
[PATCH 0/6] Minor cleanups to jbd2
2025-01-08 3:27 UTC (19+ messages)
` [PATCH 1/6] jbd2: remove unused h_jdata flag of handle
` [PATCH 2/6] jbd2: remove unused return value of jbd2_journal_cancel_revoke
` [PATCH 3/6] jbd2: remove unused return value of do_readahead
` [PATCH 4/6] jbd2: remove stale comment of update_t_max_wait
` [PATCH 5/6] jbd2: correct stale function name in comment
` [PATCH 6/6] jbd2: Correct stale comment of release_buffer_page
[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
2025-01-08 2:08 UTC (14+ messages)
[RFC PATCH 0/2] fallocate: introduce FALLOC_FL_FORCE_ZERO flag
2025-01-08 1:20 UTC (12+ messages)
` [RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
[PATCH e2fsprogs] e2image.8: add missing comma
2025-01-07 23:27 UTC (2+ messages)
KASAN: slab-use-after-free Read in ext4_search_dir
2025-01-07 17:27 UTC
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 11:29 UTC (14+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
[PATCH v2 0/5] Some cleanups and refactoring of the inline data code
2025-01-07 10:54 UTC (7+ messages)
` [PATCH v2 1/5] ext4: Remove a redundant return statement
` [PATCH v2 2/5] ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes
` [PATCH v2 3/5] ext4: Introduce a new helper function ext4_generic_write_inline_data()
` [PATCH v2 4/5] ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inline_data()
` [PATCH v2 5/5] ext4: Refactor out ext4_try_to_write_inline_data()
[PATCH 1/3] ext4: Fix an error handling path in ext4_mb_init_cache()
2025-01-07 8:09 UTC (7+ messages)
` [PATCH 2/3] ext4: Remove some useless assignments "
` [PATCH 3/3] ext4: Remove some dead code in the error handling path of ext4_mb_init_cache()
[syzbot] [ext4?] WARNING: locking bug in ext4_ioctl
2025-01-07 7:48 UTC (2+ messages)
[PATCH 0/7] ext4: Convert truncated extent data to inline data
2025-01-07 6:03 UTC (18+ messages)
` [PATCH 1/7] ext4: Modify ei->i_flags before calling ext4_mark_iloc_dirty()
` [PATCH 2/7] ext4: Remove a redundant return statement
` [PATCH 3/7] ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes
` [PATCH 4/7] ext4: Introduce a new helper function ext4_generic_write_inline_data()
` [PATCH 5/7] ext4: Refactor out ext4_da_write_inline_data_begin()
` [PATCH 6/7] ext4: Refactor out ext4_try_to_write_inline_data()
[RFC PATCH v1] ext2: remove buffer heads from quota handling
2025-01-06 18:03 UTC (2+ messages)
WARNING in jbd2_journal_update_sb_log_tail
2025-01-06 15:14 UTC (2+ messages)
[PATCH] tune2fs: do not update quota when not needed
2025-01-06 10:10 UTC (6+ messages)
` [PATCH v2] "
"WARNING in corrupted" in Linux kernel version 6.13.0-rc2
2025-01-04 1:56 UTC
"possible deadlock in corrupted" in Linux kernel version 5.15.169
2025-01-03 15:27 UTC (2+ messages)
page: next (older)
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).