messages from 2025-10-10 14:18:21 to 2025-10-18 16:16:15 UTC [more...]
[PATCH] ext4: fix inline data overflow when xattr value is empty
2025-10-18 16:16 UTC
[PATCH] fuse2fs: open read-only when image is not writable
2025-10-17 23:32 UTC (2+ messages)
[PATCHSET 4/6] fuse2fs: use fuseblk mode
2025-10-17 23:30 UTC (6+ messages)
` [PATCH 1/2] fuse2fs: mount norecovery if main block device is readonly
[PATCH] fuse2fs: open read-only when ro option and image non-writable
2025-10-17 23:28 UTC (6+ messages)
[PATCH] fuse2fs: updates for message reporting journal is not supported
2025-10-17 23:25 UTC (4+ messages)
[PATCH v7 00/11] Add more tests for multi fs block atomic writes
2025-10-17 22:52 UTC (13+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 16:09 UTC (33+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
Possible regression in pin_user_pages_fast() behavior after commit 7ac67301e82f ("ext4: enable large folio for regular file")
2025-10-17 13:30 UTC (2+ messages)
[PATCH] fuse2fs: reopen filesystem read-write for read-only journal recovery
2025-10-16 20:16 UTC (5+ messages)
[syzbot] [ext4?] WARNING in ext4_write_inode (3)
2025-10-16 17:36 UTC
[PATCHSET] fuse2fs: round 6 bug fixes
2025-10-16 15:43 UTC (17+ messages)
` [PATCH 01/16] debian/rules: remove extra pkg-config
` [PATCH 02/16] libext2fs: use F_GETFL, not F_GETFD, in unixfd_open
` [PATCH 03/16] libext2fs: don't look for O_EXCL in the F_GETFL output
` [PATCH 04/16] libext2fs: fix ind_punch recursive block computation
` [PATCH 05/16] libext2fs: the unixfd IO manager shouldn't close its fd
` [PATCH 06/16] fuse2fs: update manpage
` [PATCH 07/16] fuse2fs: quiet down EXT2_ET_RO_FILSYS errors
` [PATCH 08/16] fuse2fs: free global_fs after a failed ext2fs_close call
` [PATCH 09/16] fuse2fs: fix memory corruption when parsing mount options
` [PATCH 10/16] fuse2fs: fix fssetxattr flags updates
` [PATCH 11/16] fuse2fs: fix default acls propagating to non-dir children
` [PATCH 12/16] fuse2fs: don't update atime when reading executable file content
` [PATCH 13/16] fuse2fs: fix in_file_group missing the primary process gid
` [PATCH 14/16] fuse2fs: work around EBUSY discard returns from dm-thinp
` [PATCH 15/16] fuse2fs: check free space when creating a symlink
` [PATCH 16/16] fuse2fs: spot check clean journals
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (27+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [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
[tytso-ext4:dev] BUILD SUCCESS c065b6046b3493a878c2ceb810aed845431badb4
2025-10-15 23:40 UTC
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-15 22:06 UTC (19+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 11/14] overlayfs: use the new ->i_state accessors
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile
[GIT PULL] ext4 bug fixes for 6.18-rc2
2025-10-15 15:07 UTC (2+ messages)
[PATCH v4] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
2025-10-15 2:44 UTC (4+ messages)
[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
2025-10-15 2:44 UTC (2+ messages)
[PATCH] ext4, doc: fix and improve directory hash tree description
2025-10-15 2:44 UTC (2+ messages)
[PATCH] ext4: free orphan info with kvfree
2025-10-15 2:44 UTC (2+ messages)
filemap_* writeback interface cleanups
2025-10-14 20:45 UTC (48+ 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 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_flush to filemap_fdatawrite_kick
[syzbot] [crypto?] KMSAN: uninit-value in fscrypt_crypt_data_unit
2025-10-14 14:58 UTC
Forwarded: [PATCH] ext4: reject inline data flag when i_extra_isize is zero
2025-10-14 13:41 UTC
ext4 writeback performance issue in 6.12
2025-10-14 10:13 UTC (8+ messages)
[PATCH] block: enable per-cpu bio cache by default
2025-10-14 2:38 UTC (11+ messages)
` [External] "
[PATCH] ext4: remove obsolete EXT3 config options
2025-10-14 1:36 UTC (3+ messages)
[PATCH v4 00/12] ext4: optimize online defragment
2025-10-13 10:36 UTC (14+ 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] 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 v3 00/12] ext4: optimize online defragment
2025-10-11 1:20 UTC (4+ messages)
` [PATCH v3 09/12] ext4: introduce mext_move_extent()
[PATCHSET 1/2] fuse2fs: round 5 bug fixes
2025-10-10 15:30 UTC (3+ messages)
` [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)
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).