linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 19:40:49 to 2020-12-28 04:07:51 UTC [more...]

improved performance in case of data journaling
 2020-12-28  4:06 UTC  (6+ messages)

[PATCH] ext2: implement ->page_mkwrite
 2020-12-26 23:54 UTC  (4+ messages)
` [RFC PATCH] ext2: ext2_page_mkwrite() can be static

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2020-12-25  1:49 UTC  (7+ messages)

[GIT PULL] ext4 updates for v5.11-rc1
 2020-12-24 22:22 UTC  (2+ messages)

[PATCH v2 -next] ext4: use DEFINE_MUTEX() for mutex lock
 2020-12-24 13:22 UTC 

discard and data=writeback
 2020-12-24 10:53 UTC  (11+ messages)

memory leak in ext4_multi_mount_protect
 2020-12-24  9:55 UTC 

[PATCH -next] ext4: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-24  1:55 UTC  (2+ messages)

[ext4:dev] BUILD SUCCESS 5a3b590d4b2db187faa6f06adc9a53d6199fb1f9
 2020-12-23  6:20 UTC 

e2fsprogs: Add windows IO manager
 2020-12-22 18:15 UTC  (4+ messages)
` [PATCH 1/3] Add a Windows implementation of the "
` [PATCH 2/3] Code adaptation to use the Windows "
` [PATCH 3/3] Compile the io implementation according to os

general protection fault in ext4_commit_super
 2020-12-22 18:13 UTC  (3+ messages)

WARNING: ODEBUG bug in ext4_fill_super (2)
 2020-12-22 11:33 UTC  (2+ messages)

set_page_dirty vs truncate
 2020-12-21 14:58 UTC  (3+ messages)

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2020-12-20 15:39 UTC  (4+ messages)
` [PATCHv2 2/2] generic/496: Add whitelisted FS support for swapon test

WARNING in ext4_evict_inode
 2020-12-20  3:44 UTC 

[PATCH] libfs: Fix DIO mode aligment
 2020-12-19  4:31 UTC  (6+ messages)

[ext4:dev] BUILD SUCCESS 739c541bd3ea1f5943284542abb855116632a84b
 2020-12-18  6:35 UTC 

[RFC PATCH v3 00/61] Introduce parallel fsck to e2fsck pass1
 2020-12-18  1:27 UTC  (10+ messages)
` [RFC PATCH v3 02/61] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v3 31/61] e2fsck: split and merge invalid bitmaps
` [RFC PATCH v3 37/61] e2fsck: merge options after threads finish

[PATCH 5/8] vfs: Include origin of the SB error notification
 2020-12-18  1:06 UTC  (13+ messages)
` [PATCH 0/8] Superblock Notifications
  ` [PATCH 4/8] vfs: Add superblock notifications

[PATCH] ext4: Don't leak old mountpoint samples
 2020-12-17 21:15 UTC  (5+ messages)

[GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-rc1
 2020-12-17 20:21 UTC  (2+ messages)

[PATCH v3 00/12] e2fsprogs: improve case-insensitive fs
 2020-12-17 17:35 UTC  (13+ messages)
` [PATCH v3 01/12] tune2fs: Allow enabling casefold feature after fs creation
` [PATCH v3 02/12] tune2fs: Fix casefold+encrypt error message
` [PATCH v3 03/12] ext2fs: Add method to validate casefolded strings
` [PATCH v3 04/12] ext2fs: Implement faster CI comparison of strings
` [PATCH v3 05/12] e2fsck: Add new problem for encoded name check
` [PATCH v3 06/12] e2fsck: Fix entries with invalid encoded characters
` [PATCH v3 07/12] e2fsck: Support casefold directories when rehashing
` [PATCH v3 08/12] dict: Support comparison with context
` [PATCH v3 09/12] e2fsck: Detect duplicated casefolded direntries for rehash
` [PATCH v3 10/12] e2fsck: Add option to force encoded filename verification
` [PATCH v3 11/12] e2fsck.8.in: Document check_encoding extended option
` [PATCH v3 12/12] tests: f_bad_fname: Test fixes of invalid filenames and duplicates

[PATCH 0/8 v2 PARTIAL] ext4: Fix error handling
 2020-12-17 16:08 UTC  (17+ messages)
` [PATCH 1/8] ext4: Combine ext4_handle_error() and save_error_info()
` [PATCH 2/8] ext4: Drop sync argument of ext4_commit_super()
` [PATCH 3/8] ext4: Protect superblock modifications with a buffer lock
` [PATCH 4/8] ext4: Save error info to sb through journal if available
` [PATCH 5/8] ext4: Use sbi instead of EXT4_SB(sb) in ext4_update_super()
` [PATCH 6/8] ext4: Fix deadlock with fs freezing and EA inodes
` [PATCH 7/8] ext4: Fix superblock checksum failure when setting password salt
` [PATCH 8/8] ext4: Drop ext4_handle_dirty_super()

[PATCH RESEND 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-12-17 16:01 UTC  (11+ messages)
` [PATCH RESEND 4/8] ext4: add the gdt block of meta_bg to system_zone

[PATCH] ext4: fix -Wstringop-truncation warnings
 2020-12-17  7:00 UTC  (3+ messages)

[PATCH] fs: ext4: remove unnecessary wbc parameter from ext4_bio_write_page
 2020-12-17  6:25 UTC  (2+ messages)

[PATCH v2] ext4: avoid s_mb_prefetch to be zero in individual scenarios
 2020-12-17  6:14 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-17  3:47 UTC  (3+ messages)
` [PATCH 031/141] ext4: "

[ext4:dev] BUILD SUCCESS 9f08aedbfeebb4ac266c7f67ca5a412a53d43441
 2020-12-16 17:45 UTC 

[PATCH 00/12] ext4: Various fixes of ext4 handling of fs errors
 2020-12-16 10:24 UTC  (25+ messages)
` [PATCH 01/12] ext4: Don't remount read-only with errors=continue on reboot
` [PATCH 02/12] ext4: Remove redundant sb checksum recomputation
` [PATCH 03/12] ext4: Standardize error message in ext4_protect_reserved_inode()
` [PATCH 04/12] ext4: Make ext4_abort() use __ext4_error()
` [PATCH 05/12] ext4: Move functions in super.c
` [PATCH 06/12] ext4: Simplify ext4 error translation
` [PATCH 07/12] ext4: Defer saving error info from atomic context
` [PATCH 08/12] ext4: Combine ext4_handle_error() and save_error_info()
` [PATCH 09/12] ext4: Drop sync argument of ext4_commit_super()

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-12-16 10:22 UTC  (5+ messages)

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-12-16 10:22 UTC 

[PATCH 1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h
 2020-12-16  4:55 UTC  (4+ messages)
` [PATCH 2/2] jbd2: add a helper to find out number of fast commit blocks

[PATCH] ext4: Fix deadlock with fs freezing and EA inodes
 2020-12-16  4:53 UTC  (2+ messages)

[PATCH] ext4: add docs about fast commit idempotence
 2020-12-16  4:22 UTC  (2+ messages)

[PATCH] ext4: remove the unused EXT4_CURRENT_REV macro
 2020-12-16  4:12 UTC  (3+ messages)

[PATCH e2fsprogs] build: Add SYSLIBS to e4crypt linking
 2020-12-15 23:05 UTC 

[PATCH v2] create_inode: set xattrs to the root directory as well
 2020-12-15 18:38 UTC  (7+ messages)

[PATCH RESEND v2 00/12] e2fsprogs: improve case-insensitive fs
 2020-12-15 17:34 UTC  (21+ messages)
` [PATCH RESEND v2 01/12] tune2fs: Allow enabling casefold feature after fs creation
` [PATCH RESEND v2 02/12] tune2fs: Fix casefold+encrypt error message
` [PATCH RESEND v2 03/12] ext2fs: Add method to validate casefolded strings
` [PATCH RESEND v2 04/12] ext2fs: Implement faster CI comparison of strings
` [PATCH RESEND v2 05/12] e2fsck: add new problem for casefolded name check
` [PATCH RESEND v2 06/12] e2fsck: Fix entries with invalid encoded characters
` [PATCH RESEND v2 07/12] e2fsck: Support casefold directories when rehashing
` [PATCH RESEND v2 08/12] dict: Support comparison with context
` [PATCH RESEND v2 09/12] e2fsck: Detect duplicated casefolded direntries for rehash
` [PATCH RESEND v2 10/12] e2fsck: Add option to force encoded filename verification
` [PATCH RESEND v2 11/12] e2fsck.8.in: Document check_encoding extended option
` [PATCH RESEND v2 12/12] tests: f_bad_fname: Test fixes of invalid filenames and duplicates

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

[GIT PULL] fscrypt updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)
` [f2fs-dev] "

UBSAN: shift-out-of-bounds in ext4_fill_super
 2020-12-14 14:37 UTC  (8+ messages)

[PATCH] ext4: Fix an IS_ERR() vs NULL check
 2020-12-13 16:25 UTC  (3+ messages)

WARNING in ext4_xattr_set_entry
 2020-12-12 14:13 UTC 

[PATCH] misc: replace remaining loff_t with ext2_loff_t
 2020-12-12  9:58 UTC 

Get Back To Me
 2020-12-11 20:26 UTC 

[PATCH RFC 0/5] Add threading support to e2fsprogs
 2020-12-11 22:37 UTC  (7+ messages)
` [PATCH RFC 4/5] ext2fs: parallel bitmap loading
` [PATCH RFC 5/5] Enable threaded support for e2fsprogs' applications

[PATCH v2 00/15] Fast commits support for e2fsprogs
 2020-12-10 22:18 UTC  (17+ messages)
` [PATCH v2 01/15] ext2fs: move calculate_summary_stats to ext2fs lib
` [PATCH v2 02/15] e2fsck: add kernel endian-ness conversion macros
` [PATCH v2 03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck
` [PATCH v2 04/15] libext2fs: provide APIs to configure fast commit blocks
` [PATCH v2 05/15] e2fsprogs: make userspace tools number of fast commits blocks aware
` [PATCH v2 06/15] ext2fs: add new APIs needed for fast commits
` [PATCH v2 07/15] e2fsck: add function to rewrite extent tree
` [PATCH v2 08/15] e2fsck: add fast commit setup code
` [PATCH v2 09/15] e2fsck: add fast commit scan pass
` [PATCH v2 10/15] e2fsck: add fast commit replay skeleton
` [PATCH v2 11/15] e2fsck: add fc replay for link, unlink, creat tags
` [PATCH v2 12/15] e2fsck: add replay for add_range, del_range, and inode tags
` [PATCH v2 13/15] debugfs: add fast commit support to logdump
` [PATCH v2 14/15] tests: add fast commit recovery tests
` [PATCH v2 15/15] ext4: fix tests to account for new dumpe2fs output

[ext4:dev] BUILD SUCCESS 696c1c70a14f8c96d85fc794aaabf4835e2fffc6
 2020-12-10 14:32 UTC 

[PATCH 00/15] Fast commits support for e2fsprogs
 2020-12-10 15:48 UTC  (8+ messages)
` [PATCH 05/15] mke2fs, tune2fs: update man page with fast commit info
` [PATCH 06/15] ext2fs: add new APIs needed for fast commits


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