public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 22:26:51 to 2026-03-05 10:38:02 UTC [more...]

[PATCH] ext4: avoid infinite loops caused by data conflicts
 2026-03-05 10:38 UTC  (3+ messages)
` [PATCH v3] ext4: avoid infinite loops caused by residual data

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-05  9:57 UTC  (19+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-05  9:32 UTC  (3+ messages)

[PATCH] ext4: rralloc - (former rotalloc) improved round-robin allocation policy
 2026-03-05  2:47 UTC  (11+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-04 22:29 UTC  (5+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH v5 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-04 17:20 UTC  (3+ messages)
` [PATCH v5 1/2] jbd2: gracefully abort instead of panicking on unlocked buffer
` [PATCH v5 2/2] jbd2: gracefully abort on transaction state corruptions

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-04 14:14 UTC  (56+ messages)
` [PATCH 01/32] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 02/32] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 03/32] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 04/32] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()
` [PATCH 07/32] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 08/32] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 09/32] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 10/32] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 11/32] gfs2: Don't zero i_private_data
` [PATCH 12/32] hugetlbfs: Stop using i_private_data
` [PATCH 13/32] aio: Stop using i_private_data and i_private_lock
` [PATCH 14/32] fs: Remove i_private_data
` [PATCH 15/32] fs: Drop osync_buffers_list()
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 18/32] fs: Provide operation for fetching mapping_metadata_bhs
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 20/32] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 22/32] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 23/32] ext2: Track metadata bhs in fs-private inode part
` [PATCH 24/32] affs: "
` [PATCH 25/32] bfs: "
` [PATCH 26/32] fat: "
` [PATCH 27/32] udf: "
` [PATCH 28/32] minix: "
` [PATCH 29/32] ext4: "
` [PATCH 30/32] vfs: Drop mapping_metadata_bhs from address space
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list
` [PATCH 32/32] fs: Drop i_private_list from address_space
` [syzbot ci] Re: fs: Move metadata bh tracking "

[PATCH v4 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-04 14:14 UTC  (6+ messages)
` [PATCH v4 1/2] jbd2: gracefully abort instead of panicking on unlocked buffer
` [PATCH v4 2/2] jbd2: gracefully abort on transaction state corruptions

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (104+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[PATCH e2fsprogs] e2fsck: preen inline data no attr
 2026-03-04 13:56 UTC 

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH -next v3] ext4: test if inode's all dirty pages are submitted to disk
 2026-03-04 10:19 UTC  (2+ messages)

[PATCH] ext4: validate p_idx bounds in ext4_ext_correct_indexes
 2026-03-04  7:32 UTC 

[syzbot] Monthly ext4 report (Mar 2026)
 2026-03-03 23:42 UTC 

fscrypt API cleanups v3
 2026-03-03 22:35 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_es_cache_extent (4)
 2026-03-03 19:19 UTC  (2+ messages)

[PATCH 0/1] filefrag: fix fibmap error message
 2026-03-03 18:38 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] ext4: add sysfs attribute err_report_sec to control s_err_report timer
 2026-03-03 18:37 UTC  (3+ messages)

Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
 2026-03-03 13:19 UTC  (6+ messages)

[PATCH v3 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
 2026-03-03  9:01 UTC  (4+ messages)
` [PATCH v3 4/4] jbd2: store jinode dirty range in PAGE_SIZE units

[PATCH] ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
 2026-03-03  7:55 UTC  (3+ messages)

[PATCH v2] ext4: avoid infinite loops caused by data conflicts
 2026-03-03  7:47 UTC  (2+ messages)
` [syzbot ci] "

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (2+ messages)

[PATCH v3 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-03  6:16 UTC  (6+ messages)
` [PATCH v3 1/2] jbd2: gracefully abort instead of panicking on unlocked buffer
` [PATCH v3 2/2] jbd2: gracefully abort on transaction state corruptions

[PATCH] fsverity: add dependency on 64K or smaller pages
 2026-03-03  5:06 UTC  (2+ messages)

[PATCH v2] ext4: Minor fix for ext4_split_extent_zeroout()
 2026-03-03  1:55 UTC  (2+ messages)

[PATCH v2 0/2] jbd2: audit and convert J_ASSERT usage in
 2026-03-02 23:19 UTC  (3+ messages)
` [PATCH v2 2/2] jbd2: gracefully abort on transaction state corruptions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox