messages from 2025-02-04 22:49:30 to 2025-02-20 14:52:31 UTC [more...]
Is it possible to make ext4 images reproducible even after filesystem operations ?
2025-02-20 14:52 UTC (4+ messages)
[PATCH] ext4: introduce linear search for dentries
2025-02-20 14:46 UTC (8+ messages)
` [PATCH -v2] "
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-20 11:51 UTC (24+ messages)
` [PATCH v8 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v8 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v8 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v8 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v8 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v8 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v8 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v8 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v8 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v8 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v8 11/20] mm: Allow compound zone device pages
` [PATCH v8 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v8 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v8 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v8 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v8 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v8 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v8 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping
[PATCH v1] ext4: add test case 061 for ext3 to ext4 conversion
2025-02-20 9:58 UTC
[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
2025-02-20 9:56 UTC (3+ messages)
` [RFC 4/5] check,common/config: Add support for central fsconfig
[PATCH v2 00/11] large atomic writes for xfs with CoW
2025-02-20 7:48 UTC (13+ messages)
` [PATCH v2 01/11] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v2 02/11] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 03/11] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v2 04/11] iomap: Support CoW-based atomic writes
` [PATCH v2 05/11] iomap: Lift blocksize restriction on "
` [PATCH v2 06/11] xfs: Reflink CoW-based atomic write support
` [PATCH v2 07/11] xfs: iomap "
` [PATCH v2 08/11] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v2 09/11] xfs: Commit CoW-based atomic writes atomically
` [PATCH v2 10/11] xfs: Update atomic write max size
` [PATCH v2 11/11] xfs: Allow block allocator to take an alignment hint
[PATCH v1 0/3] Add mount and remount related tests
2025-02-19 15:04 UTC (14+ messages)
` [PATCH v1 1/3] xfs/539: Skip noattr2 remount option on v5 filesystems
` [PATCH v1 2/3] common/xfs: Add a new helper function to check v5 XFS
` [PATCH v1 3/3] xfs: Add a testcase to check remount with noattr2 on a v5 xfs
[PATCH] jbd2: fix off-by-one while erasing journal
2025-02-19 12:29 UTC (3+ messages)
[PATCH RFC v2 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-02-19 5:04 UTC (13+ messages)
` [PATCH RFC v2 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH RFC v2 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH RFC v2 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH RFC v2 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH RFC v2 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH RFC v2 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH RFC v2 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH RFC v2 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH RFC v2 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH RFC v2 10/12] mm: Remove devmap related functions and page table bits
` [PATCH RFC v2 11/12] mm: Remove callers of pfn_t functionality
` [PATCH RFC v2 12/12] mm/memremap: Remove unused devmap_managed_key
[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-17 19:58 UTC (24+ messages)
` [PATCH v7 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v7 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v7 11/20] mm: Allow compound zone device pages
` [PATCH v7 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v7 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v7 14/20] rmap: Add support for PUD sized mappings to rmap
` [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v7 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v7 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v7 20/20] device/dax: Properly refcount device dax pages when mapping
[next-20250212] FStests generic/451 on EXT4 FS resulting in kernel OOPs
2025-02-16 18:02 UTC
[tytso-ext4:test 13/15] fs/ext4/extents.c:4780 ext4_fallocate() warn: inconsistent returns '&inode->i_rwsem'
2025-02-16 15:07 UTC
[syzbot] [ocfs2?] [ext4?] WARNING in __find_get_block (2)
2025-02-16 6:11 UTC
[tytso-ext4:dev] BUILD SUCCESS 9e28059d56649a7212d5b3f8751ec021154ba3dd
2025-02-15 16:39 UTC
[PATCH] ext4: Remove references to bh->b_page
2025-02-14 10:45 UTC (2+ messages)
[PATCH] ext2: Remove reference to bh->b_page
2025-02-14 10:44 UTC (2+ messages)
[tytso-ext4:test] BUILD REGRESSION e5a9a1fce162be14c6f1ac325faac48b1a7dea9e
2025-02-14 6:08 UTC
[tytso-ext4:dev] BUILD REGRESSION ab00acfcfc62ade16f642841d8807816b27b8944
2025-02-14 6:08 UTC
[next-20250212] FStests generic/451 on EXT4 FS resulting in kernel OOPs
2025-02-13 18:52 UTC (3+ messages)
[PATCH v5 00/10] ext4: clean up and refactor fallocate
2025-02-13 16:00 UTC (2+ messages)
[PATCH v2] jbd2: Avoid long replay times due to high number or revoke blocks
2025-02-13 16:00 UTC (2+ messages)
[PATCH v2 0/3] Minor cleanups to ext4 and jbd2
2025-02-13 16:00 UTC (2+ messages)
[PATCH] ext4: goto right label 'out_mmap_sem' in ext4_setattr()
2025-02-13 14:29 UTC (5+ messages)
[tytso-ext4:test 14/15] fs/ext4/namei.c:1602:13: error: no member named 's_encoding_flags' in 'struct super_block'
2025-02-13 8:51 UTC
[tytso-ext4:dev 15/15] include/linux/fs.h:1268:12: error: 'struct super_block' has no member named 's_encoding_flags'
2025-02-13 8:19 UTC
[syzbot] [ext4?] WARNING in __ext4_iget
2025-02-11 16:15 UTC
[PATCH v2 0/7] ext4: correct behaviors under errors=remount-ro mode
2025-02-11 14:31 UTC (5+ messages)
` [PATCH v2 4/7] ext4: add more ext4_emergency_state() checks around sb_rdonly()
` [PATCH v2 5/7] ext4: correct behavior under errors=remount-ro mode
[RESEND PATCH] ext4: Use str_plural() instead of PLURAL() macro
2025-02-11 10:51 UTC (2+ messages)
[PATCH 0/2] jbd2: Fix two annoyances in jbd2
2025-02-11 3:14 UTC (5+ messages)
` [PATCH 1/2] jbd2: Remove wrong sb->s_sequence check
` [PATCH 2/2] jbd2: Do not try to recover wiped journal
[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-02-10 22:34 UTC (12+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
[syzbot] [ext4?] [net?] general protection fault in __dev_set_rx_mode
2025-02-10 17:04 UTC
[PATCH v2 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
2025-02-10 16:47 UTC (5+ messages)
` [PATCH v2 1/2] ext4: introduce ITAIL helper
` [PATCH v2 2/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
[PATCH v2] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
2025-02-10 14:23 UTC (12+ messages)
[PATCH] ext4: Verify fast symlink length
2025-02-10 13:50 UTC (6+ messages)
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-09 23:35 UTC (23+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
[syzbot] [ext4?] WARNING in inode_set_cached_link
2025-02-08 18:23 UTC (3+ messages)
[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
2025-02-08 17:05 UTC (9+ messages)
[RESEND PATCH 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
2025-02-08 1:52 UTC (8+ messages)
` [RESEND PATCH 1/2] ext4: introduce ITAIL helper
` [RESEND PATCH 2/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
[PATCH] jbd2: remove redundant function jbd2_journal_has_csum_v2or3_feature
2025-02-07 4:11 UTC (2+ messages)
[PATCH] ext4: remove redundant function ext4_has_metadata_csum
2025-02-07 4:11 UTC (2+ messages)
[PATCH][next] ext4: avoid dozens of -Wflex-array-member-not-at-end warnings
2025-02-07 1:35 UTC (4+ messages)
[PATCH] ext4: pass strlen() of the symlink instead of i_size to inode_set_cached_link()
2025-02-06 9:44 UTC (5+ messages)
[syzbot] [ext4?] INFO: task hung in ext4_evict_ea_inode (3)
2025-02-05 21:10 UTC
Inquiry about ext4 atomic write
2025-02-05 17:56 UTC
Inquiry about ext4 atomic write
2025-02-05 12:43 UTC
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).