public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-26 15:41:57 to 2025-09-09 09:14:20 UTC [more...]

[WIP RFC PATCH v2 00/10] i_state accessors + I_WILL_FREE removal
 2025-09-09  9:13 UTC  (7+ messages)
` [PATCH v2 01/10] fs: expand dump_inode()
` [PATCH v2 02/10] fs: hide ->i_state handling behind accessors
` [PATCH v2 03/10] bcachefs: use the new ->i_state accessors
` [PATCH v2 04/10] btrfs: "
` [PATCH v2 05/10] ext4: "
` [PATCH v2 07/10] ocfs2: "

[PATCH v5 00/11] Add more tests for multi fs block atomic writes
 2025-09-09  9:04 UTC  (51+ messages)
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper
` [PATCH v5 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v5 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v5 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v5 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v5 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v5 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v5 10/12] ext4: test atomic write and ioend codepaths with bigalloc
` [PATCH v5 11/12] ext4: Test atomic writes allocation and write "

[PATCH 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
 2025-09-09  3:15 UTC  (4+ messages)
` [PATCH 1/3] ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
` [PATCH 2/3] ext4: add support for 32-bit default reserved uid and gid values
` [PATCH 3/3] ext4: implemet new ioctls to set and get superblock parameters

[syzbot] [mm?] [ext4?] WARNING in ext4_init_orphan_info
 2025-09-08 19:52 UTC  (2+ messages)

[Bug 220535] New: ext4 __jbd2_log_wait_for_space soft lockup and CPU stuck for 134s
 2025-09-08 13:11 UTC  (6+ messages)
` [Bug 220535] "

[PATCH 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-08 13:01 UTC  (3+ messages)
` [PATCH 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH v2] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-08  7:58 UTC  (2+ messages)

[PATCH -next] ext4: add an update to i_disksize in ext4_block_page_mkwrite
 2025-09-06 12:27 UTC  (9+ messages)

[PATCH RFC 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-06  4:23 UTC  (10+ messages)
` [PATCH RFC 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH RFC 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[WIP RFC PATCH] fs: retire I_WILL_FREE
 2025-09-05 14:07 UTC  (3+ messages)

[PATCH 0/2] Some more misc fsmap fixes
 2025-09-05  8:14 UTC  (3+ messages)
` [PATCH 1/2] ext4: Correctly handle queries for metadata mappings
` [PATCH 2/2] fsmap: use blocksize units instead of cluster units

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-09-04 19:28 UTC 

[PATCH v3 RESEND] ext4: clear extent index structure after file delete
 2025-09-04 12:45 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_es_cache_extent (3)
 2025-09-04  9:44 UTC 

[syzbot] [ext4?] INFO: task hung in lock_two_directories (4)
 2025-09-03 12:50 UTC  (2+ messages)
` [syzbot] [exfat?] "

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-02 21:16 UTC  (74+ messages)
` [PATCH v2 02/54] fs: add an icount_read helper
  ` (subset) "
` [PATCH v2 03/54] fs: rework iput logic
        ` [PATCH] fs: revamp iput()
` [PATCH v2 15/54] fs: maintain a list of pinned inodes
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup
` [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir
` [PATCH v2 18/54] fs: change evict_inodes to use iput instead of evict directly
` [PATCH v2 19/54] fs: hold a full ref while the inode is on a LRU
` [PATCH v2 20/54] fs: disallow 0 reference count inodes
` [PATCH v2 22/54] fs: convert i_count to refcount_t
` [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab
` [PATCH v2 26/54] fs: use igrab in insert_inode_locked
` [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH v2 39/54] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH v2 43/54] fs: change inode_is_dirtytime_only to use refcount
` [PATCH v2 46/54] ext4: remove reference to I_FREEING in orphan.c
` [PATCH v2 47/54] pnfs: use i_count refcount to determine if the inode is going away
` [PATCH v2 48/54] fs: remove some spurious I_FREEING references in inode.c
` [PATCH v2 49/54] xfs: remove reference to I_FREEING|I_WILL_FREE
` [PATCH v2 50/54] ocfs2: do not set I_WILL_FREE
` [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE
` [PATCH v2 52/54] fs: remove I_REFERENCED
` [PATCH v2 53/54] fs: remove I_LRU_ISOLATING flag
` [PATCH v2 54/54] fs: add documentation explaining the reference count rules for inodes
` [syzbot ci] Re: fs: rework inode reference counting
` (subset) [PATCH v2 00/54] "

[syzbot] [ext4?] INFO: task hung in ext4_read_bh
 2025-09-02 17:24 UTC 

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-02 14:39 UTC  (13+ messages)

[PATCHv4 0/8]
 2025-09-02  5:23 UTC  (13+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it
` [PATCHv4 4/8] block: simplify direct io validity check
` [PATCHv4 5/8] iomap: "
` [PATCHv4 6/8] block: remove bdev_iter_is_aligned
` [PATCHv4 7/8] blk-integrity: use simpler alignment check
` [PATCHv4 8/8] iov_iter: remove iov_iter_is_aligned

[PATCH] ext4: Fail unaligned direct IO write with EINVAL
 2025-09-02  1:35 UTC  (2+ messages)

debugfs, e2fsck, dumpe2fs on corrupted ~11 TB partition - all tools filling 16 GB of memory until getting ended
 2025-08-30 11:29 UTC 

[syzbot] [exfat?] [ext4?] WARNING in __rt_mutex_slowlock_locked
 2025-08-30  6:15 UTC  (3+ messages)

[PATCH] docs: fix spelling and grammar in atomic_writes
 2025-08-29 22:32 UTC  (2+ messages)

[PATCH 1/2] libext2fs: use F_GETFL, not F_GETFD, in unixfd_open
 2025-08-28 14:46 UTC  (2+ messages)
` [PATCH 2/2] libext2fs: don't look for O_EXCL in the F_GETFL output

[Bug 220506] New: INFO: task sync:4678 blocked for more than 248 seconds
 2025-08-28 13:18 UTC  (3+ messages)
` [Bug 220506] "

[PATCH] ext4: Increase IO priority of fastcommit
 2025-08-28  1:14 UTC  (3+ messages)

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2025-08-27 17:07 UTC  (2+ messages)
` [Bug 217965] "

e2image reading from pipe
 2025-08-27 16:48 UTC 

[syzbot] [block?] [ext4?] [btrfs?] INFO: rcu detected stall in sys_mount (8)
 2025-08-27 13:07 UTC 

[PATCH] ext4: remove obsolete EXT3 config options
 2025-08-27 12:02 UTC  (2+ messages)

[PATCH] jbd2: Increase IO priority of checkpoint
 2025-08-27 11:53 UTC  (6+ messages)
  ` [External] "

[syzbot] Monthly ext4 report (Aug 2025)
 2025-08-27  8:15 UTC 


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