linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-31 16:01:47 to 2023-02-16 12:09:44 UTC [more...]

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

[PATCH v3 0/2] fix error flag covered by journal recovery
 2023-02-16  9:29 UTC  (10+ 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 v5 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-16  7:25 UTC  (5+ 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

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)

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

[PATCH v4 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-15  8:51 UTC  (7+ 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 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

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

[PATCH 00/21] Some bugfix and cleanup to mballoc
 2023-02-14  1:12 UTC  (46+ 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

[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 

e4defrag don't work really well
 2023-02-12 18:14 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] ext4: make kobj_type structures constant
 2023-02-09  3:18 UTC 

[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 v2] ext4: make dioread_nolock consistent in each mapping round
 2023-02-07 12:41 UTC 

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

[PATCH] ext4: extents: Modify the return value variable type and initialize the assignment
 2023-02-08 19:34 UTC 

[PATCH] ext4: ialloc: Remove variables defined more than once in a function
 2023-02-07 23:36 UTC 

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

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-02-03 21:00 UTC  (8+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v2 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH v2 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v2 7/7] f2fs: "

[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-02-03 18:19 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in ext4_evict_ea_inode
 2023-02-03 18:07 UTC  (3+ messages)

[PATCH 0/5] Fix a minor POSIX conformance problem
 2023-02-03 16:35 UTC  (16+ messages)
` [PATCH 1/5] truncate: Zero bytes after 'oldsize' if we're expanding the file
` [PATCH 2/5] ext4: "
` [PATCH 3/5] tmpfs: "
` [PATCH 4/5] afs: "
` [PATCH 5/5] btrfs: "
` [PATCH 6/5] generic: test ftruncate zeroes bytes after EOF

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-02-03 16:32 UTC  (2+ messages)

[PATCH] fscrypt: Copy the memcg information to the ciphertext page
 2023-02-03  6:29 UTC  (8+ messages)

[RFC PATCH v2 0/2] ext4, jbd2: journal cycled record transactions between each mounts
 2023-02-02 14:22 UTC  (3+ messages)
` [RFC PATCH v2 1/2] jbd2: cycled record log on clean journal logging area
` [RFC PATCH v2 2/2] ext4: add journal cycled recording support

[PATCH] debugfs: check first journal block type when a tail-to-head reversal occurs in logdump
 2023-02-02 14:20 UTC 

[syzbot] WARNING in ext4_expand_extra_isize_ea
 2023-02-02 13:09 UTC  (3+ messages)

[PATCH 0/5] fix error flag covered by journal recovery
 2023-02-01 19:26 UTC  (8+ messages)
` [PATCH 1/5] jbd2: introduce callback for recovery journal
` [PATCH 2/5] ext4: introudce helper for jounral recover handle
` [PATCH 3/5] ext4: fix error flag covered by journal recovery
` [PATCH 4/5] ext4: fix super block checksum error
` [PATCH 5/5] ext4: make sure fs error flag setted before clear journal error

[PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
 2023-02-01 17:42 UTC  (3+ messages)

[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
 2023-02-01 13:42 UTC  (4+ messages)
` [PATCH v3 05/10] fs: simplify ->listxattr() implementation

Bug: Buffer I/O error with an ext4 filesystem inside a file
 2023-02-01 10:37 UTC 

Faktoring
 2023-02-01  9:06 UTC 

[RFC PATCH 2/2] ext4: add journal cycled recording support
 2023-02-01  9:29 UTC  (2+ messages)

[e2fsprogs PATCH] lib/support: don't assume qsort_r() is always available on Linux
 2023-02-01  5:54 UTC  (2+ messages)

[PATCH] e4defrag: avoid potential buffer overflow caused by very long file names
 2023-02-01  5:24 UTC 

[PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
 2023-02-01  3:19 UTC  (2+ messages)

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-31 21:33 UTC  (4+ messages)
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler

[PATCH v4] fcntl: Add 32bit filesystem mode
 2023-01-31 16:12 UTC  (2+ messages)

[Bug 216981] New: Online resize of ext3 file system stuck
 2023-01-31 16:01 UTC  (2+ messages)
` [Bug 216981] Online file system resize stuck for ext3


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