Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-08-17 03:40:09 to 2026-08-30 04:19:36 UTC [more...]

[PATCH 0/9] Remove FGP_NOFS
 2026-08-30  4:18 UTC  (10+ 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

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-08-29 14:51 UTC  (3+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()

[PATCH] fs/ext4: fix ABBA deadlock in ext4_rmdir()
 2026-08-29  9:53 UTC  (7+ messages)

[PATCH] e2fsck: take flock(LOCK_EX) on whole-disk device during filesystem check
 2026-08-28 21:30 UTC  (12+ messages)
      ` [PATCH v2] "

[BUG] WARNING in ext4_journalled_invalidate_folio
 2026-08-28 14:30 UTC  (2+ messages)

[PATCH 6.1] ext4: don't enable DAX on new encrypted files
 2026-08-28  1:46 UTC  (3+ messages)

[PATCH 5.10] ext4: don't enable DAX on new encrypted files
 2026-08-28  1:46 UTC  (3+ messages)

[PATCH 5.15] ext4: don't enable DAX on new encrypted files
 2026-08-28  1:46 UTC  (3+ messages)

[PATCH 6.12] ext4: don't enable DAX on new encrypted files
 2026-08-28  1:46 UTC  (3+ messages)

[PATCH 6.6] ext4: don't enable DAX on new encrypted files
 2026-08-28  1:46 UTC  (3+ messages)

[PATCH v3] ext4: don't report delalloc data as a hole on indirect-mapped inodes
 2026-08-27 12:39 UTC  (4+ messages)

[PATCH v2] ext4: don't report delalloc data as a hole on indirect-mapped inodes
 2026-08-27 11:20 UTC  (3+ messages)

[PATCH] Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
 2026-08-27  8:50 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH V3] "

[RFC PATCH] ext4: cacheline-align inode cache to avoid false sharing
 2026-08-27  7:51 UTC  (2+ messages)

[PATCH v2] man2/fallocate.2: add doc for FALLOC_FL_WRITE_ZEROES
 2026-08-27  1:28 UTC  (7+ messages)

[PATCH] ext4: don't report delalloc data as a hole on indirect-mapped inodes
 2026-08-26 16:55 UTC  (3+ messages)

[PATCH] ext4: skip extra isize expansion while unmounting
 2026-08-26 13:20 UTC  (4+ messages)

[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
 2026-08-26  9:54 UTC  (26+ messages)
` [PATCH 01/11] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH 02/11] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 05/11] pidfs: Use test_bit_acquire() for attr flag tests
` [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 08/11] soreuseport: publish num_socks with acquire/release
` [PATCH 09/11] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH 10/11] 8021q: publish vlan_devices_arrays entries with acquire/release
` [PATCH 11/11] can: isotp: publish tx.state with smp_store_release()

[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-25 17:24 UTC  (25+ messages)
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
` [PATCH v2 04/21] buffer: read the folio's mapping directly in buffer_set_crypto_ctx()
` [PATCH v2 08/21] adfs: check for a directory write error with buffer_write_io_error()
` [PATCH v2 10/21] omfs: check for an inode "
` [PATCH v2 11/21] exfat: check for a directory "
` [PATCH v2 12/21] fat: check for a metadata "
` [PATCH v2 16/21] gfs2: "
` [PATCH v2 17/21] jbd2: report journal write errors with BH_Write_EIO
` [PATCH v2 18/21] jbd2: say what jbd2_freeze_jh_data()'s assertion is actually checking
` [PATCH v2 19/21] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH v2 20/21] buffer: stop touching BH_Uptodate on write completion
` [PATCH v2 21/21] buffer: clear BH_Write_EIO when a write succeeds, not when one starts

[RFC PATCH 0/2] quota: opt-in strict enforcement of project quota hard limits
 2026-08-25 15:28 UTC  (2+ messages)

[PATCH] ext4: validate extent root during fast commit replay
 2026-08-25 17:48 UTC  (3+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (18+ messages)

Error loading journal when using ext4 with fast_commit and calling fsync on unlinked file inside directory (if system crashes)
 2026-08-24 11:53 UTC 

[PATCH -next v5 00/32] ext4: use iomap for regular file's buffered I/O path
 2026-08-22  8:54 UTC  (36+ messages)
` [PATCH -next v5 10/32] ext4: skip block allocation for holes in the data submission path
` [PATCH -next v5 16/32] ext4: implement writeback path using iomap
` [PATCH -next v5 17/32] ext4: implement mmap "
` [PATCH -next v5 19/32] ext4: tolerate unexpected holes in ext4_convert_unwritten_extents()
` [PATCH -next v5 23/32] ext4: submit and wait for pending disksize-grow I/O on writeback
` [PATCH -next v5 24/32] ext4: advance i_disksize to i_size upon disksize-grow I/O completion
` [PATCH -next v5 25/32] ext4: defer i_disksize update while DISKSIZE_GROW_PENDING is set
` [PATCH -next v5 26/32] ext4: submit and wait for disksize-grow I/O in fallocate paths
` [PATCH -next v5 27/32] ext4: clear DISKSIZE_GROW_PENDING on truncate or error
` [PATCH -next v5 29/32] ext4: add tracepoints for DISKSIZE_GROW_PENDING set, clear, and wait
` [PATCH -next v5 30/32] ext4: add tracepoints for EOF block zeroing and disksize-grow I/O
` [PATCH -next v5 31/32] ext4: partially enable iomap for the buffered I/O path of regular files

[PATCH] ext4: Avoid entering writeback paths during fastcommit replay
 2026-08-21 11:58 UTC  (4+ messages)

[PATCH RESEND] ext4: Avoid entering writeback paths during fastcommit replay
 2026-08-21  7:41 UTC  (4+ messages)

[GIT PULL] ext4 changes for 7.3-rc1
 2026-08-20 20:43 UTC  (2+ messages)

[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-08-20 16:44 UTC  (13+ messages)
` [PATCH v15 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v15 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v15 18/25] xfs: make xfs_free_eofblocks() work with fsverity inodes
` [PATCH v15 19/25] xfs: add fs-verity support

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-08-20 16:12 UTC  (3+ messages)
` [patch 06/38] calibrate: Rework delay timer calibration

[RFC] ext4: orphan tracking after a failed truncate
 2026-08-20 15:18 UTC  (6+ messages)

[PATCH] ext4: fix discard work use-after-free on failed mount
 2026-08-20 12:12 UTC  (4+ messages)

[PATCH] man2/fallocate.2: add doc for FALLOC_FL_WRITE_ZEROES
 2026-08-20  8:22 UTC  (5+ messages)

[PATCH 0/3] ext4: Fix credit estimates for extent tree modifications
 2026-08-19 15:14 UTC  (10+ messages)
` [PATCH 3/3] ext4: Fix estimate extent index blocks in ext4_ext_index_trans_blocks()

[PATCH] jbd2: don't advance j_fc_off before the buffer is recorded
 2026-08-19 12:04 UTC  (3+ messages)

[PATCH] ext4: reject delalloc to nodelalloc before applying remount options
 2026-08-18 21:13 UTC  (4+ messages)

[PATCH] ext4: fix fast commit replay failing on a read-only mount
 2026-08-18 14:10 UTC  (2+ messages)

[PATCH 1/1] ext4: drop extra ea_inode ref in cached-block reuse path
 2026-08-18 14:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/8] Support Clang context analysis for ext2
 2026-08-18  9:58 UTC  (2+ messages)

[PATCH] ext4/064: add regression test for delalloc remount leak
 2026-08-18  6:53 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 7.3
 2026-08-18  3:57 UTC  (2+ messages)

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-08-17 16:05 UTC  (3+ messages)

[PATCH v2] ext4: drop extra ea_inode ref in cached-block reuse path
 2026-08-17 15:29 UTC  (5+ messages)
` [PATCH] ext4: compensate ea_inode refs and free block on new xattr block write error
      ` [PATCH] ext4: compensate ea_inode refs and free block on new xattr block write error\

[RESEND PATCH] jbd2:remove unnecessary finish_wait call in jbd2_journal_wait_updates
 2026-08-17  3:40 UTC  (2+ messages)


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