Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-10 13:44:36 to 2023-02-28 03:41:43 UTC [more...]

[PATCH v2 00/20] Some bugfix and cleanup to mballoc
 2023-02-28 11:42 UTC  (5+ messages)
` [PATCH v2 01/20] ext4: set goal start correctly in ext4_mb_normalize_request
` [PATCH v2 02/20] ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
` [PATCH v2 04/20] ext4: correct calculation of s_mb_preallocated
` [PATCH v2 05/20] ext4: correct start of used group pa for debug in ext4_mb_use_group_pa

[PATCH v3 0/2] fix error flag covered by journal recovery
 2023-02-28  2:24 UTC  (18+ 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

Locking issue with directory renames
 2023-02-28  1:58 UTC  (5+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-28  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] MAINTAINERS: update fscrypt git repo
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/5] Add the test_dummy_encryption key on-demand
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
 2023-02-27 14:49 UTC  (6+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem

[PATCH v4 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-02-27 12:19 UTC  (14+ 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] fs/buffer.c: use b_folio for fsverity work
 2023-02-24 23:25 UTC 

[PATCH] fs/buffer.c: use b_folio for fscrypt work
 2023-02-24 23:25 UTC 

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2023-02-24 22:36 UTC  (2+ messages)

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

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super
 2023-02-24 19:48 UTC 

[PATCH v2] lib/ext2fs: add some msg for io error
 2023-02-24  7:38 UTC  (3+ messages)

[PATCH] ext4: allow concurrent unaligned dio overwrites
 2023-02-24  4:40 UTC  (2+ messages)

[PATCH] ext4: fix RENAME_WHITEOUT handling for inline directories
 2023-02-23 19:55 UTC  (4+ messages)

[PATCH] lib/ext2fs: add some msg for io error
 2023-02-23  8:48 UTC 

[PATCH 0/7] A few patches to improve ext4 balloc
 2023-02-23  4:04 UTC  (11+ messages)
` [PATCH 1/7] ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitmap_nowait
` [PATCH 2/7] ext4: correct validation check of inode table in ext4_valid_block_bitmap
` [PATCH 3/7] ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clusters
` [PATCH 4/7] ext4: remove unnecessary check in ext4_bg_num_gdb_nometa
` [PATCH 5/7] ext4: remove stale comment in ext4_init_block_bitmap
` [PATCH 6/7] ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap_nowait
` [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters

[PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems
 2023-02-22 15:29 UTC  (6+ messages)

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

[PATCH 0/3] ext4: fsmap: Improve key validation
 2023-02-22 13:12 UTC  (4+ messages)
` [PATCH 1/3] ext4: fsmap: Fix crash caused by poor "
` [PATCH 2/3] ext4: fsmap: Consolidate fsmap_head checks
` [PATCH 3/3] ext4: fsmap: Remove duplicated initialization

[PATCH v2] docs: ext4: modify the group desc size to 64
 2023-02-22  4:18 UTC  (2+ messages)

Bug: Buffer I/O error with an ext4 filesystem inside a file
 2023-02-21 16:48 UTC  (2+ messages)

[PATCH] docs: ext4: modify the group desc size to 64
 2023-02-21 16:33 UTC  (2+ messages)

[PATCH 0/4] Remove unused group parameter in bitmap checksum
 2023-02-21 20:30 UTC  (5+ messages)
` [PATCH 1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify
` [PATCH 2/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
` [PATCH 3/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_verify
` [PATCH 4/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_set

[GIT PULL] fscrypt updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

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

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

[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] 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 00/21] Some bugfix and cleanup to mballoc
 2023-02-17  7:19 UTC  (49+ 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

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

[PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
 2023-02-16 17:07 UTC  (14+ messages)

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

Backup/restore of fscrypt files and directories
 2023-02-16  0:54 UTC  (5+ 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  (3+ messages)

[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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).