linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-21 02:10:48 to 2025-08-11 13:34:40 UTC [more...]

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-11 13:34 UTC  (23+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()

[PATCH v2] ext4: Using kmalloc_array() for array space allocation
 2025-08-11 12:58 UTC 

[PATCH] ext4: Using vmalloc_array() for array space allocation
 2025-08-11 12:35 UTC 

[PATCH] ext4: fix hole length calculation overflow in non-extent inodes
 2025-08-11  6:45 UTC 

[PATCH v4 00/11] Add more tests for multi fs block atomic writes
 2025-08-10 13:42 UTC  (12+ messages)
` [PATCH v4 01/11] common/rc: Add _min() and _max() helpers
` [PATCH v4 02/11] common/rc: Add a helper to run fsx on a given file
` [PATCH v4 03/11] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v4 04/11] generic: Add atomic write test using fio crc check verifier
` [PATCH v4 05/11] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v4 06/11] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v4 07/11] generic: Stress fsx with atomic writes enabled
` [PATCH v4 08/11] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v4 09/11] ext4: Atomic writes stress test for bigalloc using fio crc verifier
` [PATCH v4 10/11] ext4: Atomic writes test for bigalloc using fio crc verifier on multiple files
` [PATCH v4 11/11] ext4: Atomic write test for extent split across leaf nodes

[PATCH v3 00/13] Add more tests for multi fs block atomic writes
 2025-08-10  9:41 UTC  (56+ messages)
` [PATCH v3 02/13] common/rc: Fix fsx for ext4 with bigalloc
` [PATCH v3 04/13] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v3 05/13] generic/1226: Add atomic write test using fio crc check verifier
` [PATCH v3 06/13] generic/1227: Add atomic write test using fio verify on file mixed mappings
` [PATCH v3 07/13] generic/1228: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v3 08/13] generic/1229: Stress fsx with atomic writes enabled
` [PATCH v3 09/13] generic/1230: Add sudden shutdown tests for multi block atomic writes
` [PATCH v3 10/13] ext4/061: Atomic writes stress test for bigalloc using fio crc verifier
` [PATCH v3 11/13] ext4/062: Atomic writes test for bigalloc using fio crc verifier on multiple files
` [PATCH v3 12/13] ext4/063: Atomic write test for extent split across leaf nodes
` [PATCH v3 13/13] ext4/064: Add atomic write tests for journal credit calculation

Ext4 iomap warning during btrfs/136 (yes, it's from btrfs test cases)
 2025-08-09 22:06 UTC  (6+ messages)

[syzbot] [ext4?] possible deadlock in ext4_readpage_inline (2)
 2025-08-08 18:02 UTC 

[PATCHv2] ext2fs: fix fast symlink blocks check
 2025-08-08  8:04 UTC 

[PATCH v1 0/5] PM: Reduce spurious wakeups
 2025-08-08  2:12 UTC  (9+ messages)
` [PATCH v1 1/5] epoll: Make epoll_wait sleep freezable
` [PATCH v1 2/5] select/poll: Make "
` [PATCH v1 3/5] pipe: Add TASK_FREEZABLE to read and open sleeps
` [PATCH v1 4/5] fuse: Add TASK_FREEZABLE to device read operations
` [PATCH v1 5/5] jbd2: Add TASK_FREEZABLE to kjournald2 thread

[PATCH 1/2] ext4: Fix fsmap end of range reporting with bigalloc
 2025-08-07 19:58 UTC  (4+ messages)
` [PATCH 2/2] ext4: Fix reserved gdt blocks handling in fsmap

[PATCH] ext4: don't try to clear the orphan_present feature block device is r/o
 2025-08-07 16:22 UTC 

[PATCH v3 3/7] iomap: optional zero range dirty folio processing
 2025-08-07  4:58 UTC  (13+ messages)

[PATCH] ext2fs: fix fast symlink blocks check
 2025-08-06 23:23 UTC  (2+ messages)

[BUG] ext4: mballoctor issue observed in fs/ext4/mballoc.c ext4_mb_regular_allocator on kernel 6.6
 2025-08-06 14:46 UTC 

[PATCH 0/1] fs: ext4: use GFP_KERNEL to GFP_NOFS to avoid deadlock
 2025-08-06  2:28 UTC  (2+ messages)
` [PATCH 1/1] fs: ext4: change "

[PATCH AUTOSEL 6.16] ext4: limit the maximum folio order
 2025-08-05 13:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16-5.4] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr

[PATCH] generic/765: modify some steps to fix test
 2025-08-05  9:55 UTC  (2+ messages)

[PATCH v2] xfs: disallow atomic writes on DAX
 2025-08-05  4:32 UTC  (3+ messages)

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-04 10:12 UTC  (9+ messages)

[PATCH AUTOSEL 5.15 14/15] ext2: Handle fiemap on empty files to prevent EINVAL
 2025-08-03 21:22 UTC 

[PATCH AUTOSEL 6.1 14/16] ext2: Handle fiemap on empty files to prevent EINVAL
 2025-08-03 21:21 UTC 

[PATCH AUTOSEL 6.6 20/23] ext2: Handle fiemap on empty files to prevent EINVAL
 2025-08-03 21:20 UTC 

[PATCH 0/4] fs: Remove redundant __GFP_NOWARN
 2025-08-03 10:22 UTC  (2+ messages)
` [PATCH 3/4] ext4: "

[tytso-ext4:dev] BUILD SUCCESS 261a2abe20b034c5383a1474133bad3110291ece
 2025-08-01 16:23 UTC 

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[GIT PULL] ext4 changes for 6.17-rc1
 2025-07-31 17:54 UTC  (2+ messages)

[PATCHSET] fuse2fs: more bug fixes
 2025-07-31 14:47 UTC  (6+ messages)
` [PATCH 18/8] fuse2fs: fix logging redirection
` [PATCH 19/8] fuse2fs: don't record every errno in the superblock as an fs failure
` [PATCH 20/8] fuse2fs: fix punching post-EOF blocks during truncate
` [PATCH 21/8] fuse2fs: fix block parameter truncation on 32-bit

[PATCH -next] ext4: add an update to i_disksize in ext4_block_page_mkwrite
 2025-07-31 14:05 UTC 

[PATCH 1/3] ext4: replace strcmp with direct comparison for '.' and '..'
 2025-07-30 15:02 UTC  (3+ messages)
` [PATCH 2/3] ext4: use memcpy() instead of strcpy()

[PATCH 3/3] ext4: refactor the inline directory conversion and new directory codepaths
 2025-07-30 15:01 UTC  (4+ messages)

[PATCH] ext4: prevent module unload while filesystem is in use
 2025-07-30  9:55 UTC  (2+ messages)

[PATCH] ext4: Use IS_ERR_OR_NULL() helper function
 2025-07-30  9:42 UTC  (3+ messages)

[PATCH v1] fs: Prevent spurious wakeups with TASK_FREEZABLE
 2025-07-29  4:22 UTC  (3+ messages)

[PATCH] Fixed commit: Fixes Sphinx warnings about duplicate reference labels in Documentation/filesystems/ext4/atomic_writes.rst
 2025-07-29  1:40 UTC  (2+ messages)

[PATCH] docs: ext4: fix duplicate Sphinx labels in atomic_writes.rst
 2025-07-29  1:03 UTC  (2+ messages)

[GIT PULL] udf and ext2 changes for 6.17-rc1
 2025-07-28 23:40 UTC  (2+ messages)

[PATCH] fs/ext4: remove unused variable 'de' in ext4_init_new_dir()
 2025-07-28 15:41 UTC 

[syzbot] Monthly ext4 report (Jul 2025)
 2025-07-27 10:41 UTC 

[tytso-ext4:dev] BUILD SUCCESS 099b847ccc6c1ad2f805d13cfbcc83f5b6d4bc42
 2025-07-26 11:24 UTC 

[PATCH] ext4: fix crash on test_mb_mark_used kunit tests
 2025-07-26  3:09 UTC  (6+ messages)

[PATCH v3 00/17] ext4: better scalability for ext4 block allocation
 2025-07-26  0:50 UTC  (19+ messages)
` [PATCH v3 01/17] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH v3 15/17] ext4: convert free groups order lists to xarrays

[PATCH -next] ext4: fix crash on test_new_blocks_simple kunit tests
 2025-07-25 11:02 UTC  (2+ messages)

[PATCH v16 00/42] DEPT(DEPendency Tracker)
 2025-07-25  2:09 UTC  (2+ messages)

I have one idea to improve ext4 filesystem efficientcy
 2025-07-24 12:53 UTC  (2+ messages)

[PATCH RFC] ext4: fallback unaligned part of dio to buffered IO
 2025-07-23  5:44 UTC  (2+ messages)

[PATCH] bcachefs: remove extraneous ; after statements
 2025-07-22 18:27 UTC  (2+ messages)

[syzbot] [bcachefs?] INFO: task hung in do_rmdir (6)
 2025-07-22 18:06 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS a8a47fa84cc2168b2b3bd645c2c0918eed994fc0
 2025-07-22 14:49 UTC 

[LTP] [PATCH 1/1] ioctl_ficlone03.c: Support test on more filesystems
 2025-07-22 13:50 UTC  (3+ messages)

[PATCH] ext4: bail out when EXT4_INLINE_DATA_FL lacks system.data xattr
 2025-07-22  5:53 UTC  (2+ messages)

[PATCH] ext4: remove useless if check
 2025-07-21 20:09 UTC 

[PATCH 2/5] fuse2fs: stop aliasing stderr with ff->err_fp
 2025-07-21 17:01 UTC  (6+ messages)

[syzbot] [ext4?] kernel BUG in ext4_update_inline_data
 2025-07-21 13:51 UTC  (6+ messages)
` [PATCH] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr

[PATCH v4] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
 2025-07-21  3:08 UTC  (2+ messages)

[PATCH v3] ext4: clear extent index structure after file delete
 2025-07-21  2:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).