public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-03 21:58:16 to 2023-02-19 20:48:37 UTC [more...]

[GIT PULL] fsverity updates for 6.3
 2023-02-19 20:48 UTC 

[GIT PULL] fscrypt updates for 6.3
 2023-02-19 20:37 UTC 

[tytso-ext4:dev] BUILD SUCCESS 2c2dec1e86cc43266e084a8782f91613d52eeddf
 2023-02-19 20:28 UTC 

[Bug 215879] New: EXT4-fs error - __ext4_find_entry:1612: inode #2: comm systemd: reading directory lblock 0
 2023-02-19 14:30 UTC  (2+ messages)
` [Bug 215879] "

[PATCH] ext4: fix inode tree inconsistency caused by ENOMEM
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: fix incorrect options show of original mount_opt and extend mount_opt2
 2023-02-19  5:40 UTC  (2+ messages)

[RFC PATCH v2] ext4: dio take shared inode lock when overwriting preallocated blocks
 2023-02-19  5:40 UTC  (5+ messages)

[PATCH v2] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2] ext4: fix task hung in ext4_xattr_delete_inode
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: init error handle resource before init group descriptors
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: remove dead code in updating backup sb
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH 1/1] fs/ext4/inode.c: Remove unnecessary variable initialization
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2 0/2] optimize ea_inode block expansion to fix panic
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH 0/7] ext4: Cleanup data=journal writeback path
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: Fix possible corruption when moving a directory
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v4 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-19  3:35 UTC  (9+ messages)
` [PATCH v4 1/2] ext4: fix inode tree inconsistency caused by ENOMEM in ext4_split_extent_at
` [PATCH v4 2/2] ext4: clear the verified flag of the modified leaf or idx if error

[PATCH v3 0/2] fix error flag covered by journal recovery
 2023-02-18  2:18 UTC  (16+ messages)
` [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error
` [PATCH v3 2/2] ext4: make sure fs error flag setted before clear journal error

[PATCH v4 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-02-18  1:33 UTC  (12+ messages)
` [PATCH v4 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v4 2/9] ext4: Refactor code related to freeing PAs
` [PATCH v4 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v4 4/9] ext4: Move overlap assert logic into a separate function
` [PATCH v4 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v4 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
` [PATCH v4 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v4 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v4 9/9] ext4: Remove the logic to trim inode PAs

[PATCH] ext4: make kobj_type structures constant
 2023-02-17 15:39 UTC  (2+ messages)

[PATCH] ext4: extents: Modify the return value variable type and initialize the assignment
 2023-02-17 14:40 UTC  (2+ messages)

[PATCH 0/2] e2fsprogs: avoid error information loss during journal replay
 2023-02-17 11:11 UTC  (5+ messages)
` [PATCH 1/2] e2fsck: save EXT2_ERROR_FS flag "
` [PATCH 2/2] tune2fs/fuse2fs/debugfs: save error information "

[PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems
 2023-02-17  9:04 UTC  (5+ messages)

[PATCH 00/21] Some bugfix and cleanup to mballoc
 2023-02-17  7:19 UTC  (50+ messages)
` [PATCH 01/21] ext4: set goal start correctly in ext4_mb_normalize_request
` [PATCH 02/21] ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
` [PATCH 03/21] ext4: avoid to use preallocated blocks "
` [PATCH 04/21] ext4: get correct ext4_group_info in ext4_mb_prefetch_fini
` [PATCH 05/21] ext4: correct calculation of s_mb_preallocated
` [PATCH 06/21] ext4: correct start of used group pa for debug in ext4_mb_use_group_pa
` [PATCH 07/21] ext4: protect pa->pa_free in ext4_discard_allocated_blocks
` [PATCH 08/21] ext4: add missed brelse in ext4_free_blocks_simple
` [PATCH 09/21] ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_metadata
` [PATCH 10/21] ext4: Remove unnecessary release when memory allocation failed in ext4_mb_init_cache
` [PATCH 11/21] ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp
` [PATCH 12/21] ext4: remove unnecessary check in ext4_mb_new_blocks
` [PATCH 13/21] ext4: remove dead check in mb_buddy_mark_free
` [PATCH 14/21] ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits
` [PATCH 15/21] ext4: use best found when complex scan of group finishs
` [PATCH 16/21] ext4: remove unnecessary exit_meta_group_info tag
` [PATCH 17/21] ext4: remove unnecessary count2 in ext4_free_data_in_buddy
` [PATCH 18/21] ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used
` [PATCH 19/21] ext4: remove repeat assignment to ac_f_ex
` [PATCH 20/21] ext4: remove comment code ext4_discard_preallocations
` [PATCH 21/21] ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple

e4defrag don't work really well
 2023-02-16 20:35 UTC  (5+ messages)

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-02-16 17:07 UTC  (15+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[PATCH v2] ext4: make dioread_nolock consistent in each mapping round
 2023-02-16 16:10 UTC  (3+ messages)
  ` [External] "

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-02-16 15:07 UTC  (3+ messages)
` [PATCH v6 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v6 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[PATCH v5 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-16 13:03 UTC  (6+ messages)
` [PATCH v5 1/2] ext4: fix inode tree inconsistency caused by ENOMEM in ext4_split_extent_at
` [PATCH v5 2/2] ext4: clear the verified flag of the modified leaf or idx if error

[PATCH] ext4: ialloc: Remove variables defined more than once in a function
 2023-02-16 12:56 UTC  (2+ messages)

[PATCH] ext4: fix RENAME_WHITEOUT handling for inline directories
 2023-02-16 12:09 UTC  (2+ messages)

Backup/restore of fscrypt files and directories
 2023-02-16  0:54 UTC  (5+ messages)

[PATCH] ext4: reject 1k block fs on the first block of disk
 2023-02-15 16:26 UTC  (7+ messages)

[PATCH RFC] ext4: allow concurrent unaligned dio overwrites
 2023-02-15 15:56 UTC  (3+ messages)

[Android 5.10] kernel BUG in ext4_free_blocks (2)
 2023-02-15 12:45 UTC 

[PATCH v2 0/6] fix error flag covered by journal recovery
 2023-02-15  1:14 UTC  (10+ messages)
` [PATCH v2 1/6] jbd2: introduce callback for recovery journal
` [PATCH v2 2/6] ext4: introudce helper for jounral recover handle
` [PATCH v2 3/6] jbd2: do extra handle when do journal recovery
` [PATCH v2 4/6] ext4: remove backup for super block when recovery journal
` [PATCH v2 5/6] ext4: fix super block checksum error
` [PATCH v2 6/6] ext4: make sure fs error flag setted before clear journal error

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_group_desc_csum
 2023-02-13 15:56 UTC  (2+ messages)

Prezentacja
 2023-02-13  9:15 UTC 

[PATCH 1/1] ext4: Don't show commit interval if it is zero
 2023-02-09 15:56 UTC  (2+ messages)

[PATCH] ext4: use ext4_fc_tl_mem in fast-commit replay path
 2023-02-09 15:56 UTC  (2+ messages)

[PATCH] ext4: improve xattr consistency checking and error reporting
 2023-02-09 15:56 UTC  (2+ messages)

[PATCH] ext4: Add default commit interval test
 2023-02-09  9:02 UTC  (2+ messages)

EXT4 IOPS degradation between 4.14 and 5.10
 2023-02-09  8:34 UTC  (9+ messages)

[PATCH 0/5] Add the test_dummy_encryption key on-demand
 2023-02-08 15:38 UTC  (7+ messages)
` [PATCH 1/5] fscrypt: add the test dummy encryption "
` [PATCH 2/5] ext4: stop calling fscrypt_add_test_dummy_key()
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
` [PATCH 5/5] fscrypt: clean up fscrypt_add_test_dummy_key()

[PATCH v3 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-08 13:12 UTC  (6+ messages)
` [PATCH v3 1/2] ext4: fix inode tree inconsistency caused by ENOMEM in ext4_split_extent_at
` [PATCH v3 2/2] ext4: restore len when ext4_ext_insert_extent failed

[e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts
 2023-02-08  6:58 UTC 

[PATCH] ext4: make dioread_nolock consistent in each mapping round
 2023-02-07  8:13 UTC  (2+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-03 22:01 UTC  (2+ messages)

[PATCH] fscrypt: support decrypting data from large folios
 2023-02-03 21:57 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