public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-04 15:27:20 to 2024-01-24 12:00:12 UTC [more...]

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-24 11:59 UTC  (23+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class

[PATCH AUTOSEL 6.1 08/14] ext4: enable dioread_nolock as default for bs < ps case
 2024-01-24  5:56 UTC  (7+ messages)
` [PATCH AUTOSEL 6.1 11/14] ext4: fix inconsistent between segment fstrim and full fstrim
` [PATCH AUTOSEL 6.1 12/14] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 6.1 13/14] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 6.1 14/14] ext4: avoid online resizing failures due to oversized flex bg

[PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code
 2024-01-23 15:25 UTC  (10+ messages)
` [PATCH 1/9] udf: Remove GFP_NOFS from dir iteration code
` [PATCH 2/9] udf: Avoid GFP_NOFS allocation in udf_symlink()
` [PATCH 3/9] udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
` [PATCH 4/9] udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
` [PATCH 5/9] ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()
` [PATCH 6/9] ext2: Drop GFP_NOFS use in ext2_get_blocks()
` [PATCH 7/9] ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
` [PATCH 8/9] quota: Set nofs allocation context when acquiring dqio_sem
` [PATCH 9/9] quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_sem

[inline_data] ext4: Stale flags before sync when convert to non-inline
 2024-01-23  5:56 UTC  (2+ messages)

[PATCH 18/82] ext4: Refactor intentional wrap-around calculation
 2024-01-23  0:27 UTC  (2+ messages)
` [PATCH 51/82] ext4: Refactor intentional wrap-around test

[PATCH] ext4: correct best extent lstart adjustment logic
 2024-01-22 12:33 UTC 

[PATCH] ext4: forbid commit inconsistent quota data when errors=remount-ro
 2024-01-22 11:50 UTC  (2+ messages)

[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-01-19 18:47 UTC  (11+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
` [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
` [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
` [PATCH v3 08/10] f2fs: "
` [PATCH v3 09/10] ubifs: "
` [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops

[PATCH] ext4: add a hint for block bitmap corrupt state in mb_groups
 2024-01-19 14:33 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2024-01-19  0:08 UTC  (3+ messages)

[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-01-18 18:58 UTC  (13+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
` [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
` [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
` [PATCH v3 08/10] f2fs: "
` [PATCH v3 09/10] ubifs: "
` [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops

[PATCH] ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()
 2024-01-18  6:25 UTC 

[PATCH v2 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
 2024-01-18  4:25 UTC  (2+ messages)
` [PATCH v2 2/2] ext4: improve error msg for ext4_mb_seq_groups_show

[PATCH 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
 2024-01-18  4:22 UTC  (5+ messages)
` [PATCH 2/2] ext4: distinguish different error "

Subject: [PATCH next] ext4: super: Use clamp() instead of clamp_val() to bound timestamps
 2024-01-17 22:47 UTC 

e2scrub finds corruption immediately after mounting
 2024-01-17 22:20 UTC  (13+ messages)

[e2fsprogs] resize2fs 1.47.0 creates unclean orphan file
 2024-01-17 13:34 UTC 

Protecting lost+found from rmdir by directory owner?
 2024-01-17  5:28 UTC  (3+ messages)

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2024-01-16 19:02 UTC  (2+ messages)
` [f2fs-dev] "

[syzbot] [ext4?] INFO: task hung in find_inode_fast (2)
 2024-01-16 15:57 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 5/8] ext4: fix inconsistent between segment fstrim and full fstrim
 2024-01-16  1:08 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 6/8] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 4.19 7/8] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 4.19 8/8] ext4: avoid online resizing failures due to oversized flex bg

[PATCH AUTOSEL 5.4 6/9] ext4: fix inconsistent between segment fstrim and full fstrim
 2024-01-16  1:08 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 7/9] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 5.4 8/9] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 5.4 9/9] ext4: avoid online resizing failures due to oversized flex bg

[PATCH AUTOSEL 5.10 6/9] ext4: fix inconsistent between segment fstrim and full fstrim
 2024-01-16  1:07 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 7/9] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 5.10 8/9] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 5.10 9/9] ext4: avoid online resizing failures due to oversized flex bg

[PATCH AUTOSEL 5.15 08/11] ext4: fix inconsistent between segment fstrim and full fstrim
 2024-01-16  1:07 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 09/11] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 5.15 10/11] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 5.15 11/11] ext4: avoid online resizing failures due to oversized flex bg

[PATCH AUTOSEL 6.6 10/19] ext4: enable dioread_nolock as default for bs < ps case
 2024-01-16  1:05 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 11/19] ext4: treat end of range as exclusive in ext4_zero_range()
` [PATCH AUTOSEL 6.6 16/19] ext4: fix inconsistent between segment fstrim and full fstrim
` [PATCH AUTOSEL 6.6 17/19] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 6.6 18/19] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 6.6 19/19] ext4: avoid online resizing failures due to oversized flex bg

[PATCH AUTOSEL 6.7 11/21] ext4: enable dioread_nolock as default for bs < ps case
 2024-01-16  1:03 UTC  (6+ messages)
` [PATCH AUTOSEL 6.7 12/21] ext4: treat end of range as exclusive in ext4_zero_range()
` [PATCH AUTOSEL 6.7 18/21] ext4: fix inconsistent between segment fstrim and full fstrim
` [PATCH AUTOSEL 6.7 19/21] ext4: unify the type of flexbg_size to unsigned int
` [PATCH AUTOSEL 6.7 20/21] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH AUTOSEL 6.7 21/21] ext4: avoid online resizing failures due to oversized flex bg

[PATCH] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
 2024-01-16  1:02 UTC  (2+ messages)

[PATCH v2 0/4] xfstests: test custom crypto data unit size
 2024-01-14 12:57 UTC  (5+ messages)
` [PATCH v2 4/4] generic: add test for "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-01-12  3:40 UTC  (2+ messages)
` [syzbot] "

[tytso-ext4:dev] BUILD SUCCESS 68da4c44b994aea797eb9821acb3a4a36015293e
 2024-01-12  1:13 UTC 

EXT4-fs: Intermitent segfault with memory corruption
 2024-01-11 18:59 UTC  (2+ messages)

[linus:master] [jbd2] 8a4fd33d87: stress-ng.utime.ops_per_sec -42.3% regression
 2024-01-11 14:01 UTC 

[GIT PULL] ext4 update for 6.8-rc1
 2024-01-11  2:24 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.8
 2024-01-10 20:38 UTC  (2+ messages)

direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
 2024-01-10 11:57 UTC  (9+ messages)

[PATCHSET] e2scrub: fix some problems
 2024-01-10  5:58 UTC  (3+ messages)
` [PATCH 4/2] debian: don't restart e2scrub_all when upgrading package
` [RFC PATCH 6/2] e2scrub: skip filesystems that don't have journals

[PATCH v6] ext4: improve trim efficiency
 2024-01-10  1:55 UTC  (5+ messages)
  ` [External] "

[syzbot] Monthly ext4 report (Jan 2024)
 2024-01-09 18:20 UTC 

[PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
 2024-01-09  9:40 UTC  (5+ messages)
` [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work

[PATCH v2 0/4] ext4: fix WARN_ON in alloc_flex_gd()
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH] fs/ext4: Allow for the last group to be marked as trimmed
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH] ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH v2 0/5] jbd2: Add errseq to detect writeback
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH] ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
 2024-01-09  2:53 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
 2024-01-09  2:53 UTC  (3+ messages)

[PATCH v2 0/2] Document handing of unwritten bh in ext4_block_zero_page_range()
 2024-01-09  2:53 UTC  (2+ messages)

[PATCH] ext4: Enable dioread_nolock as default for bs < ps case
 2024-01-09  2:53 UTC  (2+ messages)

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2024-01-07  2:56 UTC  (5+ messages)
` [Bug 217965] "

rename ext4 corrupting kernels on kernel.org?
 2024-01-06 18:58 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 3d1aa1169c45aba9d589be1eb4b131f26f0a663c
 2024-01-06 16:09 UTC 

[PATCH v3 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent
 2024-01-05 11:17 UTC  (10+ messages)
` [PATCH v3 1/6] ext4: refactor ext4_da_map_blocks()
` [PATCH v3 2/6] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH v3 3/6] ext4: correct the hole length returned by ext4_map_blocks()
` [PATCH v3 4/6] ext4: add a hole extent entry in cache after punch
` [PATCH v3 5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [PATCH v3 6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-01-05 10:31 UTC  (12+ messages)
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api

[PATCH v3 0/9] Some random cleanups to mballoc
 2024-01-05  9:21 UTC  (10+ messages)
` [PATCH v3 1/9] ext4: remove unused return value of __mb_check_buddy
` [PATCH v3 2/9] ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
` [PATCH v3 3/9] ext4: remove unneeded return value of ext4_mb_release_context
` [PATCH v3 4/9] ext4: remove unused ext4_allocation_context::ac_groups_considered
` [PATCH v3 5/9] ext4: remove unused return value of ext4_mb_release
` [PATCH v3 6/9] ext4: remove unused return value of ext4_mb_release_inode_pa
` [PATCH v3 7/9] ext4: remove unused return value of ext4_mb_release_group_pa
` [PATCH v3 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
` [PATCH v3 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox