messages from 2024-12-18 10:21:00 to 2025-01-07 03:44:49 UTC [more...]
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 3:42 UTC (24+ 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 0/7] ext4: Convert truncated extent data to inline data
2025-01-07 2:58 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()
` [PATCH 7/7] ext4: Store truncated large files as inline data
[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
2025-01-07 2:01 UTC (12+ messages)
[PATCH 1/3] ext4: Fix an error handling path in ext4_mb_init_cache()
2025-01-06 19:16 UTC (6+ 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()
[RFC PATCH 0/2] fallocate: introduce FALLOC_FL_FORCE_ZERO flag
2025-01-06 18:06 UTC (8+ messages)
` [RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
` [RFC PATCH 2/2] ext4: add FALLOC_FL_FORCE_ZERO support
[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 0/5] ext4: fix issues caused by data write-back failures
2025-01-06 14:32 UTC (14+ messages)
` [PATCH 1/5] ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()
` [PATCH 2/5] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH 3/5] ext4: abort journal on data writeback failure if in data_err=abort mode
` [PATCH 4/5] ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
` [PATCH 5/5] ext4: pack holes in ext4_inode_info
[PATCH] tune2fs: do not update quota when not needed
2025-01-06 10:10 UTC (6+ messages)
` [PATCH v2] "
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-06 6:43 UTC (25+ messages)
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
"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 (3+ messages)
[PATCH 0/6] Minor cleanups to jbd2
2025-01-03 14:44 UTC (13+ 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
"kernel BUG corrupted in ext4_writepages" in Linux kernel version 6.13.0-rc2
2025-01-03 7:31 UTC
[syzbot] [ext4?] [ocfs2?] WARNING in __jbd2_log_wait_for_space
2025-01-03 3:46 UTC
[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (4)
2024-12-30 20:06 UTC
CVE-2024-50191: ext4: don't set SB_RDONLY after filesystem errors
2024-12-30 9:06 UTC (5+ messages)
[PATCH 5.10/5.15 1/1] ext4: fix timer use-after-free on failed mount
2024-12-26 9:32 UTC
[syzbot] [ext4?] possible deadlock in ext4_readpage_inline
2024-12-25 6:58 UTC
[PATCH 0/6] Fix and cleanups to ext4 namei.c
2024-12-24 12:16 UTC (23+ messages)
` [PATCH 1/6] ext4: add missing brelse for bh2 in ext4_dx_add_entry
` [PATCH 2/6] ext4: remove unneeded bits mask in dx_get_block()
` [PATCH 3/6] ext4: remove unneeded forward declaration in namei.c
` [PATCH 4/6] ext4: remove unneeded check in get_dx_countlimit
` [PATCH 5/6] ext4: remove unused input "inode" in ext4_find_dest_de
` [PATCH 6/6] ext4: calculate rec_len of ".." with correct name length 2
[syzbot] [ext4?] kernel BUG in deactivate_slab (2)
2024-12-23 20:14 UTC
remove _supported_fs
2024-12-23 8:38 UTC (7+ messages)
` [PATCH 3/4] ext-common: create a new test directory for ext* common tests
[syzbot] [ext4?] INFO: task hung in find_inode_fast (4)
2024-12-23 1:23 UTC
[RESEND PATCH] ext4: Use str_plural() instead of PLURAL() macro
2024-12-20 19:27 UTC
[PATCH v2] fallocate: Add support for fixed goal extent allocations
2024-12-20 7:17 UTC (2+ messages)
[PATCH v5 00/10] ext4: clean up and refactor fallocate
2024-12-20 1:16 UTC (11+ messages)
` [PATCH v5 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v5 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v5 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v5 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v5 05/10] ext4: refactor ext4_zero_range()
` [PATCH v5 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v5 07/10] ext4: refactor ext4_insert_range()
` [PATCH v5 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v5 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v5 10/10] ext4: move out common parts "
qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
2024-12-19 23:33 UTC (9+ messages)
[syzbot] Monthly ext4 report (Dec 2024)
2024-12-19 18:40 UTC
[syzbot] [ext4?] possible deadlock in start_this_handle (5)
2024-12-19 18:05 UTC
[PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-19 15:57 UTC (7+ messages)
` [PATCH v2 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH v2 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH v2 3/3] xfs_io: add extsize command support
[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data
2024-12-19 12:14 UTC
[PATCH v4 00/10] ext4: clean up and refactor fallocate
2024-12-19 7:19 UTC (13+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 05/10] ext4: refactor ext4_zero_range()
` [PATCH v4 10/10] ext4: move out common parts into ext4_fallocate()
[PATCH] fallocate: Add support for fixed goal extent allocations
2024-12-19 7:17 UTC (4+ messages)
[PATCH 0/3] Minor cleanups to ext4 and jbd2
2024-12-18 11:37 UTC (7+ messages)
` [PATCH 1/3] ext4: remove unused ext4 journal callback
` [PATCH 2/3] jbd2: remove unused transaction->t_private_list
` [PATCH 3/3] ext4: remove unneeded forward declaration
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).