linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-03 13:04:38 to 2025-10-13 02:59:04 UTC [more...]

filemap_* writeback interface cleanups
 2025-10-13  2:58 UTC  (7+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper

[PATCH v4 00/12] ext4: optimize online defragment
 2025-10-13  1:51 UTC  (13+ messages)
` [PATCH v4 01/12] ext4: correct the checking of quota files before moving extents
` [PATCH v4 02/12] ext4: introduce seq counter for the extent status entry
` [PATCH v4 03/12] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH v4 04/12] ext4: pass out extent seq counter when mapping blocks
` [PATCH v4 05/12] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH v4 06/12] ext4: add mext_check_validity() to do basic check
` [PATCH v4 07/12] ext4: refactor mext_check_arguments()
` [PATCH v4 08/12] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH v4 09/12] ext4: introduce mext_move_extent()
` [PATCH v4 10/12] ext4: switch to using the new extent movement method
` [PATCH v4 11/12] ext4: add large folios support for moving extents
` [PATCH v4 12/12] ext4: add two trace points "

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-13  1:51 UTC  (14+ messages)
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb

[PATCH] fs: ext4: fix uninitialized symbols
 2025-10-12 19:07 UTC  (6+ messages)
  ` [PATCH v2] "

[tytso-ext4:dev] BUILD SUCCESS 971843c511c3c2f6eda96c6b03442913bfee6148
 2025-10-11 20:58 UTC 

[PATCH] block: enable per-cpu bio cache by default
 2025-10-11  1:43 UTC  (3+ messages)

[PATCH v3 00/12] ext4: optimize online defragment
 2025-10-11  1:20 UTC  (16+ messages)
` [PATCH v3 01/12] ext4: correct the checking of quota files before moving extents
` [PATCH v3 02/12] ext4: introduce seq counter for the extent status entry
` [PATCH v3 03/12] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH v3 04/12] ext4: pass out extent seq counter when mapping blocks
` [PATCH v3 05/12] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH v3 06/12] ext4: add mext_check_validity() to do basic check
` [PATCH v3 07/12] ext4: refactor mext_check_arguments()
` [PATCH v3 08/12] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH v3 09/12] ext4: introduce mext_move_extent()
` [PATCH v3 10/12] ext4: switch to using the new extent movement method
` [PATCH v3 11/12] ext4: add large folios support for moving extents
` [PATCH v3 12/12] ext4: add two trace points "

[PATCH] fuse2fs: reopen filesystem read-write for read-only journal recovery
 2025-10-10 21:47 UTC 

ext4 writeback performance issue in 6.12
 2025-10-10 17:23 UTC  (14+ messages)

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-10 15:51 UTC  (34+ messages)
` [PATCH v7 01/14] fs: move wait_on_inode() from writeback.h to fs.h
` [PATCH v7 02/14] fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 04/14] Coccinelle-based conversion to use ->i_state accessors
` [PATCH v7 05/14] Manual conversion to use ->i_state accessors of all places not covered by coccinelle
` [PATCH v7 06/14] btrfs: use the new ->i_state accessors
` [PATCH v7 07/14] ceph: "
` [PATCH v7 08/14] smb: "
` [PATCH v7 09/14] f2fs: "
` [PATCH v7 10/14] gfs2: "
` [PATCH v7 11/14] overlayfs: "
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile

[PATCHSET 1/2] fuse2fs: round 5 bug fixes
 2025-10-10 15:30 UTC  (5+ messages)
` [PATCH 05/12] fuse2fs: free global_fs after a failed ext2fs_close call
` [PATCH 06/12] fuse2fs: fix memory corruption when parsing mount options

[PATCH] fuse2fs: revert change of storing boolean options in bytes instead of ints
 2025-10-10 15:17 UTC  (2+ messages)

[PATCH] Fix: ext4: add sanity check for inode inline write range
 2025-10-10 11:31 UTC  (6+ messages)

[PATCH] ext4: Make error code in __ext4fs_dirhash() consistent
 2025-10-10  9:52 UTC 

[PATCH v2] ext4: synchronize free block counter when detecting corruption
 2025-10-10  7:38 UTC 

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
 2025-10-09 14:58 UTC  (5+ messages)

[PATCH v2 00/13] ext4: optimize online defragment
 2025-10-09 12:24 UTC  (31+ messages)
` [PATCH v2 02/13] ext4: correct the checking of quota files before moving extents
` [PATCH v2 03/13] ext4: introduce seq counter for the extent status entry
` [PATCH v2 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH v2 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH v2 06/13] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH v2 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH v2 08/13] ext4: refactor mext_check_arguments()
` [PATCH v2 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH v2 10/13] ext4: introduce mext_move_extent()
` [PATCH v2 11/13] ext4: switch to using the new extent movement method
` [PATCH v2 12/13] ext4: add large folios support for moving extents
` [PATCH v2 13/13] ext4: add two trace points "

LBS support for ext4
 2025-10-09  8:38 UTC  (2+ messages)

[PATCH v4] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-10-09  2:11 UTC  (2+ messages)

[PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
 2025-10-08 22:09 UTC  (3+ messages)
` [PATCH 10/10] libext2fs: add posix advisory locking to the unix IO manager

[PATCHSET 6/6] fuse2fs: better tracking of writable state
 2025-10-08 22:04 UTC  (3+ messages)
` [PATCH 3/3] fuse2fs: enable the shutdown ioctl

[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-08 15:29 UTC  (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[syzbot] [ext4?] INFO: task hung in find_inode_fast (4)
 2025-10-08 13:07 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in vfs_rmdir (2)
 2025-10-08  5:52 UTC  (2+ messages)
` [syzbot] [exfat] "

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (17+ messages)
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH] ext4: free orphan info with kvfree
 2025-10-07 13:49 UTC 

[PATCH] ext4: verify orphan file size is not too big
 2025-10-07 12:41 UTC  (3+ messages)

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-10-07 11:07 UTC  (6+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-07  9:58 UTC  (9+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

Project Estimating
 2025-10-06 16:06 UTC 

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-10-06 10:30 UTC  (2+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (2+ messages)

[GIT PULL] ext4 updates for 6.18-rc1
 2025-10-03 21:32 UTC  (2+ messages)

[Bug 220623] New: Possible deadlock, system hangs on suspend
 2025-10-03 15:13 UTC  (3+ messages)
` [Bug 220623] "

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-03 14:04 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).