messages from 2026-08-30 04:19:19 to 2026-09-03 13:19:47 UTC [more...]
[PATCH v6 00/31] ext4: use iomap for regular file's buffered I/O path
2026-09-03 13:19 UTC (47+ messages)
` [PATCH v6 01/31] ext4: simplify size updating in ext4_setattr()
` [PATCH v6 02/31] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v6 03/31] ext4: skip ordered I/O wait when zeroing beyond i_disksize block
` [PATCH v6 04/31] ext4: set EXT4_MAP_NEW flag for delayed allocated blocks
` [PATCH v6 05/31] ext4: recheck extent status tree before block allocation
` [PATCH v6 06/31] ext4: fix orig_mlen initialization in ext4_map_blocks()
` [PATCH v6 07/31] ext4: allow ext4_map_blocks() to start its own transaction handle
` [PATCH v6 08/31] ext4: avoid unnecessary transaction in ext4_map_blocks() for unwritten extents
` [PATCH v6 09/31] ext4: skip block allocation for holes in the data submission path
` [PATCH v6 10/31] ext4: add iomap address space operations for buffered I/O
` [PATCH v6 11/31] ext4: implement buffered read path using iomap
` [PATCH v6 12/31] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v6 13/31] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH v6 14/31] ext4: implement buffered write path using iomap
` [PATCH v6 15/31] ext4: implement writeback "
` [PATCH v6 16/31] ext4: implement mmap "
` [PATCH v6 17/31] ext4: implement partial block zero range "
` [PATCH v6 18/31] ext4: drain writeback before removing extents on the iomap path
` [PATCH v6 19/31] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v6 20/31] ext4: disable online defrag when inode using "
` [PATCH v6 21/31] ext4: add EXT4_STATE_DISKSIZE_GROW_PENDING state bit and helpers
` [PATCH v6 22/31] ext4: submit and wait for pending disksize-grow I/O on writeback
` [PATCH v6 23/31] ext4: advance i_disksize to i_size upon disksize-grow I/O completion
` [PATCH v6 24/31] ext4: defer i_disksize update while DISKSIZE_GROW_PENDING is set
` [PATCH v6 25/31] ext4: submit and wait for disksize-grow I/O in fallocate paths
` [PATCH v6 26/31] ext4: clear DISKSIZE_GROW_PENDING on truncate or error
` [PATCH v6 27/31] ext4: set DISKSIZE_GROW_PENDING after zeroing unaligned EOF block
` [PATCH v6 28/31] ext4: add tracepoints for DISKSIZE_GROW_PENDING set, clear, and wait
` [PATCH v6 29/31] ext4: add tracepoints for EOF block zeroing and disksize-grow I/O
` [PATCH v6 30/31] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH v6 31/31] ext4: introduce a mount option for iomap buffered I/O path
[PATCH v2 0/8] Support Clang context analysis for ext2
2026-09-03 12:43 UTC (7+ messages)
[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
2026-09-03 12:12 UTC (8+ messages)
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
[RFC PATCH] mm/truncate: fix data loss when splitting fails in truncate_inode_partial_folio()
2026-09-03 12:08 UTC (2+ messages)
[PATCH] ext4: isolate s_orphan_lock from read-mostly fields
2026-09-03 10:25 UTC (3+ messages)
[PATCH] once_lite: Simplify condition handling and fix context analysis
2026-09-03 10:25 UTC (2+ messages)
[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
2026-09-03 2:16 UTC (24+ messages)
` [PATCH v3 1/8] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH v3 2/8] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH v3 3/8] fs: aio: Use acquire/release for ring->tail publication
` [PATCH v3 4/8] fs: Use acquire/release for fdtable resize synchronization
` [PATCH v3 5/8] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH v3 6/8] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH v3 7/8] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v3 8/8] ext4: Convert group-count barrier protocol to acquire/release
Possible regression: ext4 lsetxattr returns ENOSPC on malformed image since v7.3-rc1
2026-09-03 1:48 UTC (2+ messages)
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-03 1:42 UTC (4+ messages)
[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
2026-09-02 17:45 UTC (4+ messages)
` (subset) "
[PATCH] ext4, doc: remove unnecessary bracket
2026-09-02 17:31 UTC (4+ messages)
[PATCH V3] Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
2026-09-02 12:24 UTC (7+ messages)
` [PATCH v4] ext4: rewrite ext4_convert_inline_data_nolock to make it safer
` [PATCH v5] "
[PATCH] e2fsck: take flock(LOCK_EX) on whole-disk device during filesystem check
2026-09-02 12:17 UTC (6+ messages)
` [PATCH v2] "
[PATCH] jbd2: avoid false sharing with j_state_lock
2026-09-02 7:11 UTC (2+ messages)
[PATCH v2 00/12] Convert barrier pairs to acquire/release for better performance
2026-09-02 6:46 UTC (31+ messages)
` [PATCH v2 01/12] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH v2 02/12] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH v2 03/12] fs: aio: Use acquire/release for ring->tail publication
` [PATCH v2 04/12] fs: Use acquire/release for fdtable resize synchronization
` [PATCH v2 05/12] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH v2 06/12] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH v2 07/12] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v2 08/12] ext4: Convert group-count barrier protocol to acquire/release
` [PATCH v2 09/12] soreuseport: publish num_socks with acquire/release
` [PATCH v2 10/12] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH v2 11/12] 8021q: Fix data race when publishing vlan net_device pointers
` [PATCH v2 12/12] 8021q: publish vlan_devices_arrays entries with acquire/release
[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-02 5:31 UTC (4+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
2026-09-01 23:32 UTC (31+ messages)
` [PATCH v8 01/13] fstests: add _loop_image_create_clone() helper
` [PATCH v8 02/13] fstests: add _clone_mount_option() helper
` [PATCH v8 03/13] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v8 04/13] fstests: add _require_fanotify_function
` [PATCH v8 05/13] fstests: add _require_unique_f_fsid() helper
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v8 08/13] fstests: verify f_fsid for "
` [PATCH v8 09/13] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v8 10/13] fstests: verify IMA isolation on cloned filesystems
` [PATCH v8 11/13] fstests: verify exportfs file handles "
` [PATCH v8 12/13] fstests: add _change_metadata_uuid helper
` [PATCH v8 13/13] fstests: test UUID consistency for clones with metadata_uuid
[PATCH] ext4: skip extra isize expansion while unmounting
2026-09-01 9:55 UTC (2+ messages)
[PATCH 0/9] Remove FGP_NOFS
2026-09-01 5:55 UTC (32+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS
[syzbot] [ext4?] general protection fault in __bh_submit
2026-09-01 3:50 UTC
[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
2026-09-01 1:44 UTC (15+ messages)
` [PATCH 01/11] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 06/11] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH 07/11] ext4: Convert group-count barrier protocol to acquire/release
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (7+ 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