public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-01 06:45:23 to 2025-04-14 01:47:50 UTC [more...]

[PATCH v2 0/3] Add support for -q <n> unconditional loop
 2025-04-13 21:48 UTC  (6+ messages)
` [PATCH v2 1/3] tests/selftest: Add a new pseudo flaky test
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
` [PATCH v2 3/3] check: Improve pass/fail metrics and section config output

generic_permission() optimization
 2025-04-13 17:29 UTC  (10+ messages)

[GIT PULL] ext4 bug fixes for v6.15-rc2
 2025-04-13 15:16 UTC  (2+ messages)

[PATCH] ext4: filesystems without casefold feature cannot be mounted
 2025-04-13 12:50 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in __ext4_check_dir_entry (3)
 2025-04-12 14:12 UTC  (2+ messages)

6.12 stuck jbd2 kernel task
 2025-04-11 22:58 UTC 

[PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y
 2025-04-11 18:14 UTC 

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-04-11 16:16 UTC 

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-10 17:38 UTC  (17+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
` [PATCH v2 2/8] fs/buffer: try to use folio lock for pagecache lookups
` [PATCH v2 3/8] fs/buffer: introduce __find_get_block_nonatomic()
` [PATCH v2 4/8] fs/ocfs2: use sleeping version of __find_get_block()
` [PATCH v2 5/8] fs/jbd2: "
` [PATCH v2 6/8] fs/ext4: "
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
` [PATCH v2 8/8] mm: add migration buffer-head debugfs interface

[PATCH v4 0/6] Minor cleanups in common/
 2025-04-10 16:29 UTC  (15+ messages)
` [PATCH v4 1/6] generic/749: Remove redundant sourcing of common/rc
` [PATCH v4 2/6] generic/367: Remove redundant sourcing of common/config
` [PATCH v4 3/6] check: Remove redundant _test_mount in check
` [PATCH v4 4/6] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v4 5/6] common/config: Introduce _exit wrapper around exit command
` [PATCH v4 6/6] common: exit --> _exit

[PATCH RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption
 2025-04-10 14:55 UTC  (3+ messages)

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-04-10  9:35 UTC  (16+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()

[PATCH v6 00/12] large atomic writes for xfs
 2025-04-10  8:58 UTC  (29+ messages)
` [PATCH v6 01/12] fs: add atomic write unit max opt to statx
` [PATCH v6 02/12] xfs: add helpers to compute log item overhead
  ` [PATCH v6.1 "
  ` [PATCH v6.1 RFC 02.1/12] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v6 03/12] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v6 04/12] xfs: allow block allocator to take an alignment hint
` [PATCH v6 05/12] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 06/12] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/12] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v6 08/12] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v6 09/12] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 10/12] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v6 12/12] xfs: update atomic write limits

[PATCH] ext4: fix off-by-one error in do_split
 2025-04-09 10:42 UTC  (4+ messages)

[PATCH v3 0/6] Minor cleanups in common/
 2025-04-09  7:07 UTC  (17+ messages)
` [PATCH v3 1/6] generic/749: Remove redundant sourcing of common/rc
` [PATCH v3 2/6] generic/367: Remove redundant sourcing if common/config
` [PATCH v3 3/6] check: Remove redundant _test_mount in check
` [PATCH v3 4/6] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v3 5/6] common/config: Introduce _exit wrapper around exit command
` [PATCH v3 6/6] common: exit --> _exit

[PATCH] common/rc: fix dumping of corrupt ext* filesystems
 2025-04-08 19:52 UTC  (2+ messages)

Help with Real-world Usage of ID-Mapped Mounts with Docker on Ubuntu 24.04
 2025-04-08 19:17 UTC 

[PATCH v2 0/5] Minor cleanups in common/
 2025-04-08 16:25 UTC  (26+ messages)
` [PATCH v2 1/5] generic/749: Remove redundant sourcing of common/rc
` [PATCH v2 2/5] check: Remove redundant _test_mount in check
` [PATCH v2 3/5] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v2 4/5] common/config: Introduce _exit wrapper around exit command
` [PATCH v2 5/5] common: exit --> _exit

[PATCH 6.12 411/423] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:52 UTC 

[PATCH 6.1 199/204] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:52 UTC 

[PATCH 6.13 484/499] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:51 UTC 

[PATCH 6.6 262/268] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:51 UTC 

[PATCH 5.15 273/279] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:50 UTC 

[PATCH 6.14 716/731] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:50 UTC 

[PATCH 5.10 221/227] ext4: fix OOB read when checking dotdot dir
 2025-04-08 10:49 UTC 

[syzbot] [ext4?] [overlayfs?] WARNING in file_seek_cur_needs_f_lock
 2025-04-08  6:17 UTC  (6+ messages)

Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
 2025-04-07 23:00 UTC  (10+ messages)

[PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 18:58 UTC  (2+ messages)

[RFC PATCH v2 0/4] remove buffer heads from ext2
 2025-04-07 16:54 UTC  (5+ messages)

[PATCH 0/3] mm: move migration work around to buffer-heads
 2025-04-04 15:55 UTC  (15+ messages)
` [PATCH 1/3] mm/migrate: add might_sleep() on __migrate_folio()
` [PATCH 2/3] fs/buffer: avoid races with folio migrations on __find_get_block_slow()

[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
 2025-04-04 14:31 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH AUTOSEL 5.4 08/14] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 09/14] ext4: ignore xattrs past end

[PATCH AUTOSEL 5.10 09/15] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 10/15] ext4: ignore xattrs past end

[PATCH AUTOSEL 5.15 10/16] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 11/16] ext4: ignore xattrs past end

[PATCH AUTOSEL 6.1 11/18] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 12/18] ext4: ignore xattrs past end

[PATCH AUTOSEL 6.6 17/26] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 19/26] ext4: ignore xattrs past end

[PATCH AUTOSEL 6.12 30/47] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:05 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 32/47] ext4: ignore xattrs past end

[PATCH AUTOSEL 6.13 30/49] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 32/49] ext4: ignore xattrs past end

[PATCH AUTOSEL 6.14 33/54] ext4: protect ext4_release_dquot against freezing
 2025-04-03 19:01 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 36/54] ext4: ignore xattrs past end

[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
 2025-04-03 10:14 UTC  (2+ messages)
` [Bug 61601] "

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-03  7:55 UTC  (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "


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