Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 20:50:16 to 2021-03-25 02:22:39 UTC [more...]

[PATCH] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-03-25  2:29 UTC 

[PATCH v4 0/5] Make UTF-8 encoding loadable
 2021-03-25  0:08 UTC  (6+ messages)
` [PATCH v4 1/5] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v4 2/5] fs: Check if utf8 encoding is loaded before calling utf8_unload()
` [PATCH v4 3/5] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v4 4/5] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v4 5/5] fs: unicode: Add utf8 module and a unicode layer

Block allocator improvements
 2021-03-24 23:19 UTC  (7+ messages)
` [PATCH v5 1/6] ext4: drop s_mb_bal_lock and convert protected fields to atomic
` [PATCH v5 2/6] ext4: add ability to return parsed options from parse_options
` [PATCH v5 3/6] ext4: add mballoc stats proc file
` [PATCH v5 4/6] ext4: add MB_NUM_ORDERS macro
` [PATCH v5 5/6] ext4: improve cr 0 / cr 1 group scanning
` [PATCH v5 6/6] ext4: add proc files to monitor new structures

[PATCH v3 0/4] Make UTF-8 encoding loadable
 2021-03-23 22:18 UTC  (14+ messages)
` [PATCH v3 1/5] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v3 2/5] fs: Check if utf8 encoding is loaded before calling utf8_unload()
` [PATCH v3 3/5] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v3 4/5] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v3 5/5] fs: unicode: Add utf8 module and a unicode layer

ext2_set_link()->ext2_put_page() question
 2021-03-23  0:49 UTC 

Block allocator improvements
 2021-03-22 17:25 UTC  (15+ messages)
` [PATCH v4 1/6] ext4: drop s_mb_bal_lock and convert protected fields to atomic
` [PATCH v4 2/6] ext4: add ability to return parsed options from parse_options
` [PATCH v4 3/6] ext4: add mballoc stats proc file
` [PATCH v4 4/6] ext4: add MB_NUM_ORDERS macro
` [PATCH v4 5/6] ext4: improve cr 0 / cr 1 group scanning
` [PATCH v4 6/6] ext4: add proc files to monitor new structures

[BUG && Question] question of SB_ACTIVE flag in ext4_orphan_cleanup()
 2021-03-22 17:25 UTC  (2+ messages)

generic/418 regression seen on 5.12-rc3
 2021-03-22 16:37 UTC  (6+ messages)

[GIT PULL] ext4 fixes for v5.12
 2021-03-22 15:12 UTC  (12+ messages)

[ext4:dev] BUILD SUCCESS 64395d950bc476106b39341e42ebfd4d2eb71d2c
 2021-03-22 14:07 UTC 

[PATCH] jbd2: avoid -Wempty-body warnings
 2021-03-22 10:21 UTC 

jbd2 task hung in jbd2_journal_commit_transaction
 2021-03-22  6:34 UTC  (10+ messages)

ext4: stop inode update before return
 2021-03-21  4:43 UTC 

[PATCH] ext4: add rename whiteout support for fast commit
 2021-03-21  4:39 UTC  (8+ messages)

[PATCH] ext4: fix potential error in ext4_do_update_inode
 2021-03-21  4:26 UTC  (3+ messages)

[PATCH] ext4: Fix timer use-after-free on failed mount
 2021-03-21  4:28 UTC  (2+ messages)

[PATCH v1 1/2] ext4: find old entry again if failed to rename whiteout
 2021-03-21  4:09 UTC  (6+ messages)
` [PATCH v1 2/2] ext4: Do not iput inode under running transaction in ext4_rename()

possible deadlock in start_this_handle (2)
 2021-03-20 10:02 UTC  (7+ messages)

[PATCH v2 0/2] Reconcile Encryption and Casefolding in Ext4
 2021-03-20  9:05 UTC  (4+ messages)
` [PATCH v2 1/2] ext4: Handle casefolding with encryption
` [PATCH v2 2/2] ext4: Optimize match for casefolded encrypted dirs

[syzbot] KCSAN: data-race in start_this_handle / start_this_handle
 2021-03-19 17:23 UTC  (8+ messages)

[PATCH] fs/ext2/: fix misspellings using codespell tool
 2021-03-19 10:28 UTC  (2+ messages)

Partnership
 2021-03-18 15:43 UTC 

[PATCH v3] Updated locking documentation for transaction_t
 2021-03-17 20:58 UTC  (2+ messages)

[PATCH 2/2] Updated locking documentation for journal_t
 2021-03-17 20:57 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2021-03-17  8:39 UTC 

[PATCH v2] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2021-03-17  8:36 UTC  (4+ messages)

[RFC] inode.i_opflags - Usage of two different locking schemes
 2021-03-16 17:14 UTC  (6+ messages)

[PATCH] ext4: dir: Remove unnecessary braces
 2021-03-16  5:29 UTC 

[syzbot] WARNING: ODEBUG bug in ext4_fill_super (3)
 2021-03-15 17:06 UTC  (2+ messages)

[RFC PATCH 0/3] block_dump: remove block dump
 2021-03-15  9:56 UTC  (9+ messages)
` [RFC PATCH 1/3] block_dump: remove block_dump feature in mark_inode_dirty()
` [RFC PATCH 2/3] block_dump: remove block_dump feature
` [RFC PATCH 3/3] block_dump: remove comments in docs

[PATCH v6 00/40] idmapped mounts
 2021-03-15  8:40 UTC  (10+ messages)
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 39/40] xfs: support idmapped mounts

[PATCH] ext4: do not try to set xattr into ea_inode if value is empty
 2021-03-11 15:50 UTC  (3+ messages)

[PATCH 0/2] fs-verity: fix error handling in ->end_enable_verity()
 2021-03-11 15:36 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix error handling in ext4_end_enable_verity()
` [PATCH 2/2] f2fs: fix error handling in f2fs_end_enable_verity()
  ` [f2fs-dev] "

[PATCHv2] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-11 13:01 UTC  (2+ messages)

[PATCH] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-11  5:57 UTC  (4+ messages)

[PATCH] filefrag: minor usability improvements
 2021-03-10 22:47 UTC 

Scrubbing filenames from meta-data dump of ext4 filesystems
 2021-03-10 17:11 UTC  (4+ messages)

[BUG] Possible bug of missing error return code in __ext4_journalled_writepage()
 2021-03-09  9:40 UTC 

[PATCH] e2image: add OPTIONS section to man page
 2021-03-09  8:35 UTC 

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-03-09  7:30 UTC  (6+ messages)

[PATCH v2] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-03-09  2:37 UTC  (3+ messages)

[PATCH] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-03-07 15:30 UTC  (2+ messages)

[PATCH 1/2] resize2fs: avoid allocating over the MMP block
 2021-03-07 14:49 UTC  (2+ messages)
` [PATCH 2/2] resize2fs: close the file system on errors or early exits

[ext4:dev] BUILD SUCCESS 73648622c60a7bd556d84a6cecd3b225eb39c1f8
 2021-03-07 14:37 UTC 

badblocks from e2fsprogs
 2021-03-05 15:55 UTC  (10+ messages)

[PATCH] ext4: fix bh ref count on error paths
 2021-03-05 14:39 UTC  (2+ messages)

[PATCH] fs/ext4: fix integer overflow in s_log_groups_per_flex
 2021-03-05 14:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ext4: Add checks to xattr code that we have appropriate reclaim context
 2021-03-05 14:29 UTC  (2+ messages)

[PATCH] ext4: shrink race window in ext4_should_retry_alloc()
 2021-03-05 14:27 UTC  (2+ messages)

[PATCH] block_dump: don't put the last refcount when marking inode dirty
 2021-03-05 13:24 UTC  (6+ messages)

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2021-03-05  9:48 UTC  (9+ messages)

[PATCH] misc: remove useless code in set_inode_xattr()
 2021-03-03 20:20 UTC  (3+ messages)

[PATCH v3 0/5] Improve group scanning in CR 0 and CR 1 passes
 2021-03-04  0:10 UTC  (6+ messages)
` [PATCH v3 4/5] ext4: improve cr 0 / cr 1 group scanning

[Bug 211971] New: Incorrect fix by e2fsck for blocks_count corruption
 2021-03-03 17:18 UTC  (3+ messages)
` [Bug 211971] "

[ext4] ef4eebad9c: fxmark.hdd_ext4_no_jnl_MWCL_1_bufferedio.works/sec -9.8% regression
 2021-03-03  2:56 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 34/47] ext4: don't try to processed freed blocks until mballoc is initialized
 2021-03-02 11:56 UTC 

[PATCH AUTOSEL 5.11 38/52] ext4: don't try to processed freed blocks until mballoc is initialized
 2021-03-02 11:55 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).