linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 09:05:56 to 2025-10-28 17:22:38 UTC [more...]

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-28 17:22 UTC  (9+ messages)
` [RFC PATCH V3 1/7] mm/slab: allow specifying freepointer offset when using constructor
` [RFC PATCH V3 2/7] ext4: specify the free pointer offset for ext4_inode_cache
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 4/7] mm/slab: use stride to access slabobj_ext
` [RFC PATCH V3 5/7] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH 1/2] ext4: fix up copying of mount_opts in superblock tuning ioctls
 2025-10-28 13:32 UTC  (3+ messages)
` [PATCH 2/2] ext4: fix string copying in parse_apply_sb_mount_options()

[PATCH] ext4/048: Fix hangup due to no free inodes
 2025-10-28 11:34 UTC  (4+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-28  9:42 UTC  (23+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier

[PATCH] jbd2: fix the inconsistency between checksum and data in memory for journal sb
 2025-10-28  6:47 UTC 

[PATCHv4 0/8]
 2025-10-27 17:12 UTC  (5+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH 1/4] ext4: remove useless code in ext4_map_create_blocks
 2025-10-27 12:23 UTC  (4+ messages)
` [PATCH 2/4] ext4: rename EXT4_GET_BLOCKS_PRE_IO
` [PATCH 3/4] ext4: cleanup for ext4_map_blocks
` [PATCH 4/4] ext4: order mode should not take effect for DIO

[PATCH 04/10] ext4: Use folio_next_pos()
 2025-10-27  7:54 UTC  (3+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-27  7:40 UTC  (34+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 08/25] ext4: support large block size in ext4_readdir()
` [PATCH 09/25] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
` [PATCH 11/25] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH 12/25] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH 13/25] ext4: support large block size in ext4_mb_init_cache()
` [PATCH 14/25] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH 15/25] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH 16/25] ext4: support large block size in ext4_mpage_readpages()
` [PATCH 17/25] ext4: support large block size in ext4_block_write_begin()
` [PATCH 18/25] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH 19/25] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH 20/25] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH 21/25] ext4: make online defragmentation support large block size
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS
` [PATCH 23/25] jbd2: "
` [PATCH 24/25] ext4: add checks for large folio incompatibilities "
` [PATCH 25/25] ext4: enable block size larger than page size

[PATCH AUTOSEL 6.17-5.10] fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
 2025-10-25 15:58 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17-6.1] ext4: increase IO priority of fastcommit

[PATCH] jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
 2025-10-25  7:26 UTC 

[PATCH] jbd2: store more accurate errno in superblock when possible
 2025-10-25  3:33 UTC  (3+ messages)

filemap_* writeback interface cleanups v2
 2025-10-24 12:13 UTC  (14+ 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_flush_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_fdatawrite_range_kick to filemap_flush_range

[PATCH v2] mm: do not install PMD mappings when handling a COW fault
 2025-10-24 10:22 UTC 

[PATCH] mm: do not install PMD mappings when handling a COW fault
 2025-10-24  7:47 UTC  (2+ messages)

[PATCH] fs/jbd2: use a weaker annotation in journal handling
 2025-10-24  7:39 UTC 

[PATCH] jbd2: assign different lock_class_key for different filesystem
 2025-10-23  7:59 UTC  (12+ messages)
              ` [PATCH v2] jbd2: allocate lock_class_key for jbd2_handle dynamically

Possible regression in pin_user_pages_fast() behavior after commit 7ac67301e82f ("ext4: enable large folio for regular file")
 2025-10-23  7:34 UTC  (9+ messages)

[PATCH] fuse2fs: updates for message reporting journal is not supported
 2025-10-23  0:21 UTC  (8+ messages)

[PATCH] ext4: xattr: fix null pointer deref in ext4_raw_inode()
 2025-10-22  9:32 UTC 

Zwrot
 2025-10-22  8:11 UTC 

[PATCH 6/8] common/filter: fix _filter_file_attributes to handle xfs file flags
 2025-10-21 14:47 UTC  (3+ messages)

[PATCHSET] fuse2fs: round 6 bug fixes
 2025-10-21 13:22 UTC  (5+ messages)
` [PATCH 17/16] fuse2fs: recheck support after replaying journal
` [PATCH 18/16] fuse2fs: make norecovery behavior consistent with the kernel
` [PATCH 19/16] fuse2fs: mount norecovery if main block device is readonly

[PATCH 6.1 0/8] Backporting CVE-2025-38073 fix patch
 2025-10-21 10:16 UTC  (13+ messages)
` [PATCH 6.1 1/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6.1 2/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 6.1 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 6.1 4/8] fs: factor out a direct_write_fallback helper
` [PATCH 6.1 5/8] direct_write_fallback(): on error revert the ->ki_pos update from buffered write
` [PATCH 6.1 6/8] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 6.1 7/8] block: fix race between set_blocksize and read paths
` [PATCH 6.1 8/8] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-20  9:43 UTC  (5+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state

[PATCH v2] ext4: refresh inline data size before write operations
 2025-10-20  6:09 UTC 

[PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
 2025-10-19 16:23 UTC  (4+ messages)

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:38 UTC  (36+ 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

[PATCH] ext4: fix inline data overflow when xattr value is empty
 2025-10-19  1:04 UTC  (2+ messages)

[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)


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).