messages from 2026-03-03 10:35:17 to 2026-03-06 15:25:29 UTC [more...]
[PATCH] ext4: avoid infinite loops caused by data conflicts
2026-03-06 15:25 UTC (8+ messages)
` [PATCH v3] ext4: avoid infinite loops caused by residual data
` [PATCH v4] "
` [PATCH v5] "
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-06 13:28 UTC (25+ 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 "
[linux-next:master] [ext4] 81d2e13a57: ltp.fanotify22.fail
2026-03-06 12:19 UTC (2+ messages)
` [LTP] "
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-03-06 11:45 UTC (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[PATCH e2fsprogs] e2fsck: preen inline data no attr
2026-03-06 11:16 UTC (2+ messages)
[PATCH v1] jbd2: check transaction state before stopping handle
2026-03-06 10:00 UTC (6+ messages)
[PATCH v3] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
2026-03-06 9:55 UTC (2+ messages)
[PATCH v4 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
2026-03-06 8:56 UTC (5+ messages)
` [PATCH v4 1/4] jbd2: add jinode dirty range accessors
` [PATCH v4 2/4] ext4: use jbd2 jinode dirty range accessor
` [PATCH v4 3/4] ocfs2: "
` [PATCH v4 4/4] jbd2: store jinode dirty range in PAGE_SIZE units
[PATCH v3 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
2026-03-06 5:44 UTC (5+ messages)
` [PATCH v3 4/4] jbd2: store jinode dirty range in PAGE_SIZE units
[BUG] kernel BUG in ext4_do_writepages
2026-03-06 5:42 UTC
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-03-05 19:25 UTC (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN
2026-03-05 17:38 UTC (3+ messages)
` [PATCH v2 2/2] resize: fix memory leak when exiting normally
[PATCH 0/32] fs: Move metadata bh tracking from address_space
2026-03-05 16:42 UTC (55+ messages)
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()
` [PATCH 09/32] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [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 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 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
2026-03-05 14:21 UTC (4+ messages)
[PATCH] ext4: rralloc - (former rotalloc) improved round-robin allocation policy
2026-03-05 2:47 UTC (11+ messages)
[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 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 (83+ 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 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [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 069/110] 9p: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro
[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)
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