messages from 2025-07-17 10:31:56 to 2025-07-30 13:16:12 UTC [more...]
[PATCH v3 3/7] iomap: optional zero range dirty folio processing
2025-07-30 13:19 UTC (7+ messages)
[PATCH v1 0/5] PM: Reduce spurious wakeups
2025-07-30 12:46 UTC (8+ 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] 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 v3 00/13] Add more tests for multi fs block atomic writes
2025-07-29 19:49 UTC (49+ messages)
` [PATCH v3 01/13] common/rc: Add _min() and _max() helpers
` [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
[PATCH v1] fs: Prevent spurious wakeups with TASK_FREEZABLE
2025-07-29 4:22 UTC (3+ messages)
[GIT PULL] ext4 changes for 6.17-rc1
2025-07-29 3:37 UTC
[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
[PATCHSET] fuse2fs: more bug fixes
2025-07-26 16:28 UTC (9+ messages)
` [PATCH 13/8] fuse2fs: fix ST_RDONLY setting
` [PATCH 14/8] libext2fs: fix data read corruption in ext2fs_file_read_inline_data
` [PATCH 15/8] libext2fs: fix data corruption when writing to inline data files
` [PATCH 16/8] fuse2fs: fix clean_block_middle when punching byte 0 of a block
` [PATCH 17/8] fuse2fs: fix punch-out range calculation in fuse2fs_punch_range
` [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
[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 (31+ messages)
` [PATCH v3 01/17] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH v3 02/17] ext4: separate stream goal hits from s_bal_goals for better tracking
` [PATCH v3 03/17] ext4: remove unnecessary s_mb_last_start
` [PATCH v3 04/17] ext4: remove unnecessary s_md_lock on update s_mb_last_group
` [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)
[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
2025-07-23 18:04 UTC (44+ messages)
` [PATCHSET RFC v3 1/3] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCH 01/22] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/22] fuse2fs: add iomap= mount option
` [PATCH 03/22] fuse2fs: implement iomap configuration
` [PATCH 04/22] fuse2fs: register block devices for use with iomap
` [PATCH 05/22] fuse2fs: always use directio disk reads with fuse2fs
` [PATCH 06/22] fuse2fs: implement directio file reads
` [PATCH 07/22] fuse2fs: use tagged block IO for zeroing sub-block regions
` [PATCH 08/22] fuse2fs: only flush the cache for the file under directio read
` [PATCH 09/22] fuse2fs: add extent dump function for debugging
` [PATCH 10/22] fuse2fs: implement direct write support
` [PATCH 11/22] fuse2fs: turn on iomap for pagecache IO
` [PATCH 12/22] fuse2fs: improve tracing for fallocate
` [PATCH 13/22] fuse2fs: don't zero bytes in punch hole
` [PATCH 14/22] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 15/22] fuse2fs: disable most io channel flush/invalidate in iomap pagecache mode
` [PATCH 16/22] fuse2fs: re-enable the block device pagecache for metadata IO
` [PATCH 17/22] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely
` [PATCH 18/22] fuse2fs: don't allow hardlinks for now
` [PATCH 19/22] fuse2fs: enable file IO to inline data files
` [PATCH 20/22] fuse2fs: set iomap-related inode flags
` [PATCH 21/22] fuse2fs: add strictatime/lazytime mount options
` [PATCH 22/22] fuse2fs: configure block device block size
` [PATCHSET RFC v3 2/3] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCH 1/1] fuse2fs: enable caching of iomaps
` [PATCHSET RFC v3 3/3] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCH 01/10] fuse2fs: allow O_APPEND and O_TRUNC opens
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: skip the gdt write in op_destroy if syncfs is working
` [PATCH 10/10] fuse2fs: implement statx
[PATCH v2] xfs: disallow atomic writes on DAX
2025-07-23 7:36 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 3/3] ext4: refactor the inline directory conversion and new directory codepaths
2025-07-21 23:15 UTC (3+ 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 (8+ messages)
` [PATCH] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
` [PATCH -v2] "
[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
[PATCH v2] ext4: clear extent index structure after file delete
2025-07-20 22:41 UTC (2+ messages)
[RFC v4 0/7] ext4: Add extsize support
2025-07-20 20:57 UTC (8+ messages)
` [RFC v4 1/7] ext4: add aligned allocation hint in mballoc
` [RFC v4 2/7] ext4: allow inode preallocation for aligned alloc
` [RFC v4 3/7] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v4 4/7] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v4 5/7] ext4: add extsize hint support
` [RFC v4 6/7] ext4: make extsize work with EOF allocations
` [RFC v4 7/7] ext4: add ext4_map_blocks_extsize() wrapper to handle overwrites
[PATCH] ext4: fix inode use after free in ext4_end_io_rsv_work()
2025-07-19 21:45 UTC (2+ messages)
[PATCH 1/3] ext4: replace strcmp with direct comparison for '.' and '..'
2025-07-19 21:45 UTC (2+ messages)
[PATCH] ext4: Refactor breaking condition for xattr_find_entry()
2025-07-19 21:45 UTC (2+ messages)
[PATCH v4 RESEND] ext4: Make sure BH_New bit is cleared in ->write_end handler
2025-07-19 21:45 UTC (2+ messages)
[tytso-ext4:dev] BUILD SUCCESS 45c7ca41de7e567d77b5cc5886817d8ffb3ea589
2025-07-19 4:01 UTC
[Bug 220342] New: After file delete, extent index structure remains unchanged
2025-07-18 12:30 UTC (2+ messages)
` [Bug 220342] "
[PATCH] ext4: clear extent index structure after file delete
2025-07-18 9:23 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).