linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 23:07:15 to 2025-07-18 01:05:36 UTC [more...]

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

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-17 23:47 UTC  (37+ 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 v3 00/17] ext4: better scalability for ext4 block allocation
 2025-07-17 22:28 UTC  (24+ 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 05/17] ext4: utilize multiple global goals to reduce contention
` [PATCH v3 06/17] ext4: get rid of some obsolete EXT4_MB_HINT flags
` [PATCH v3 07/17] ext4: fix typo in CR_GOAL_LEN_SLOW comment
` [PATCH v3 08/17] ext4: convert sbi->s_mb_free_pending to atomic_t
` [PATCH v3 09/17] ext4: merge freed extent with existing extents before insertion
` [PATCH v3 10/17] ext4: fix zombie groups in average fragment size lists
` [PATCH v3 11/17] ext4: fix largest free orders lists corruption on mb_optimize_scan switch
` [PATCH v3 12/17] ext4: factor out __ext4_mb_scan_group()
` [PATCH v3 13/17] ext4: factor out ext4_mb_might_prefetch()
` [PATCH v3 14/17] ext4: factor out ext4_mb_scan_group()
` [PATCH v3 15/17] ext4: convert free groups order lists to xarrays
` [PATCH v3 16/17] ext4: refactor choose group to scan group
` [PATCH v3 17/17] ext4: implement linear-like traversal across order xarrays

[PATCHSET] fuse2fs: more bug fixes
 2025-07-17 22:01 UTC  (8+ messages)
` [PATCH 11/8] fuse2fs: fix race condition in op_destroy
` [PATCH 12/8] fuse2fs: fix races in statfs
` [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 v3 00/13] Add more tests for multi fs block atomic writes
 2025-07-17 16:35 UTC  (23+ 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 03/13] common/rc: Add a helper to run fsx on a given file
` [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] ext4: clear extent index structure after file delete
 2025-07-17 13:28 UTC 

[PATCH] ext2fs: fix fast symlink blocks check
 2025-07-17  6:51 UTC 

[PATCH] ext4: check fast symlink for ea_inode correctly
 2025-07-17  1:36 UTC 

[PATCH v6 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-16 12:50 UTC  (7+ messages)
` [PATCH v6 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v6 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v6 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v6 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v6 5/5] ext4: support uncached buffered I/O

[PATCH 0/1] ext4: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
 2025-07-16  7:05 UTC  (14+ messages)
` [PATCH 1/1] Add FALLOC_FL_ALLOCATE_RANGE to the set of supported fallocate mode flags. This change improves code clarity and maintains by explicitly showing this flag in the "
  ` [PATCH 1/1] ext4: add FALLOC_FL_ALLOCATE_RANGE to "
        ` [PATCH v2 0/1] "
          ` [PATCH v2 1/1] "
        ` Re: [PATCH "
        ` [PATCH v3 0/1] "
          ` [PATCH v3] "

[tytso-ext4:pu] BUILD SUCCESS e3045167514456a5eee2dc394893244b7c3b66b0
 2025-07-16  3:43 UTC 

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-16  3:23 UTC  (8+ messages)
` [PATCH v5 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v5 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v5 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v5 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v5 5/5] ext4: support uncached buffered I/O

[tytso-ext4:dev] BUILD SUCCESS b12f423d598fd874df9ecfb2436789d582fda8e6
 2025-07-16  1:57 UTC 

[Bug 220342] New: After file delete, extent index structure remains unchanged
 2025-07-15 13:41 UTC  (3+ messages)
` [Bug 220342] "

[PATCH -next] ext4: fix the compile error of EXT4_MAX_PAGECACHE_ORDER macro
 2025-07-15 12:52 UTC  (4+ messages)

[syzbot] [ext4?] WARNING in bdev_getblk
 2025-07-15 10:36 UTC  (6+ messages)

Issue with ext4 filesystem corruption when writing to a file after disk exhaustion
 2025-07-15  3:42 UTC  (10+ messages)

[PATCH v4 00/11] ext4: fix insufficient credits when writing back large folios
 2025-07-14 17:46 UTC  (5+ messages)
` [PATCH v4 11/11] ext4: limit the maximum folio order

[PATCH v1] ext4: remove unused EXT_STATS macro from ext4_extents.h
 2025-07-14 17:46 UTC  (2+ messages)

[PATCH v2 00/16] ext4: better scalability for ext4 block allocation
 2025-07-14  7:00 UTC  (21+ messages)
` [PATCH v2 01/16] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH v2 02/16] ext4: remove unnecessary s_mb_last_start
` [PATCH v2 03/16] ext4: remove unnecessary s_md_lock on update s_mb_last_group

[PATCH] ext4: verify dirent offset in ext4_readdir()
 2025-07-14  3:38 UTC  (5+ messages)

[tytso-ext4:pu 9/35] fs/ext4/mballoc.c:3760:29-30: WARNING kmalloc is used to allocate this memory at line 3725 (fwd)
 2025-07-14  1:25 UTC  (2+ messages)

[tytso-ext4:pu] BUILD REGRESSION a3404072989e188560fb86c1116ef76bcb8a5c4d
 2025-07-13  8:21 UTC 

[tytso-ext4:dev] BUILD SUCCESS c5da1f66940d8015cbf95c2501345c83eb6ba0ab
 2025-07-13  7:10 UTC 

[PATCH 1/3] ext4: replace strcmp with direct comparison for '.' and '..'
 2025-07-12 21:12 UTC  (4+ messages)
` [PATCH 2/3] ext4: use memcpy() instead of strcpy()
` [PATCH 3/3] ext4: refactor the inline directory conversion and new directory codepaths

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-12 10:57 UTC  (5+ messages)

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-07-11 21:38 UTC  (2+ messages)

[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-11 14:20 UTC  (5+ messages)

[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-11  9:34 UTC  (18+ messages)

[PATCH v2] ext4: inline: convert when mmap is called, not when page is written
 2025-07-11  4:52 UTC  (3+ messages)

[PATCH] ext4: bail out when EXT4_INLINE_DATA_FL lacks system.data xattr
 2025-07-10 17:58 UTC 

[PATCH RFC] ext4: fallback unaligned part of dio to buffered IO
 2025-07-10  8:59 UTC 

[PATCH] ext4: fix inode use after free in ext4_end_io_rsv_work()
 2025-07-10  8:30 UTC  (3+ messages)

[PATCH 0/2] Convert fs/verity/ to use SHA-2 library API
 2025-07-09 20:29 UTC  (3+ messages)

[PATCH] e2scrub: reorder exit status check after calling lvremove
 2025-07-09 16:48 UTC  (2+ messages)

[PATCH v4 RESEND] ext4: Make sure BH_New bit is cleared in ->write_end handler
 2025-07-09  8:48 UTC 

[PATCH] f2fs: improve the performance of f2fs_lookup
 2025-07-09  2:42 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;
as well as URLs for NNTP newsgroup(s).