linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 01:30:34 to 2020-12-16 10:19:34 UTC [more...]

[PATCH 0/8 v2 PARTIAL] ext4: Fix error handling
 2020-12-16 10:18 UTC  (5+ 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 00/12] ext4: Various fixes of ext4 handling of fs errors
 2020-12-16 10:11 UTC  (24+ 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()

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2020-12-16  5:23 UTC  (3+ messages)
` [PATCHv2 2/2] generic/496: Add whitelisted FS support for swapon test

[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: fix -Wstringop-truncation warnings
 2020-12-16  4:20 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 RESEND 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-12-15 20:13 UTC  (20+ messages)
` [PATCH RESEND 4/8] ext4: add the gdt block of meta_bg to system_zone
` [PATCH RESEND 5/8] ext4: update ext4_data_block_valid related comments
` [PATCH 6/8] ext4: add a helper function to validate metadata block
` [PATCH RESEND 7/8] ext4: delete invalid code inside ext4_xattr_block_set()
` [PATCH RESEND 8/8] ext4: fix a memory leak of ext4_free_data

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-12-15 18:50 UTC  (4+ messages)

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

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2020-12-15  7:43 UTC  (6+ 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  (12+ messages)
` [PATCH RFC 1/5] Add configure and build support for the pthreads library
` [PATCH RFC 2/5] libext2fs: add threading support to the I/O manager abstraction
` [PATCH RFC 3/5] libext2fs: allow the unix_io manager's cache to be disabled and re-enabled
` [PATCH RFC 4/5] ext2fs: parallel bitmap loading
` [PATCH RFC 5/5] Enable threaded support for e2fsprogs' applications

[PATCH 0/8] Superblock Notifications
 2020-12-11 22:35 UTC  (24+ messages)
` [PATCH 1/8] watch_queue: Make watch_sizeof() check record size
` [PATCH 2/8] security: Add hooks to rule on setting a watch for superblock
` [PATCH 3/8] watch_queue: Support a text field at the end of the notification
` [PATCH 4/8] vfs: Add superblock notifications
` [PATCH 5/8] vfs: Include origin of the SB error notification
` [PATCH 6/8] fs: Add more superblock error subtypes
` [PATCH 7/8] ext4: Implement SB error notification through watch_sb
` [PATCH 8/8] samples: watch_queue: Add sample of SB notifications

[PATCH] fs: ext4: remove unnecessary wbc parameter from ext4_bio_write_page
 2020-12-11  6:54 UTC 

[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

[PATCH] ext4: Don't leak old mountpoint samples
 2020-12-09 23:24 UTC  (2+ messages)

discard feature, mkfs.ext4 and mmc default fallback to normal erase op
 2020-12-09 16:35 UTC  (11+ messages)

[PATCHv3 1/1] generic: Add test to check for mounting a huge sparse dm device
 2020-12-09  4:03 UTC 

[PATCH v4 00/40] idmapped mounts
 2020-12-08 15:26 UTC  (12+ messages)
` [PATCH v4 04/40] fs: split out functions to hold writers
` [PATCH v4 05/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v4 06/40] fs: add mount_setattr()

[PATCH] libfs: Fix DIO mode aligment
 2020-12-08  8:33 UTC  (5+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/12] e2fsprogs: improve case-insensitive fs support
 2020-12-07 17:17 UTC  (3+ messages)
` [PATCH v2 01/12] tune2fs: Allow enabling casefold feature after fs creation

[PATCH] libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
 2020-12-07 12:03 UTC  (2+ messages)

[PATCH 0/2] Section handling patch and huge sparse file generic/618
 2020-12-07  8:37 UTC  (6+ messages)
` [PATCH 1/2] check: source common/rc again if TEST_DEV was recreated
` [PATCH 2/2] generic: Add test to check for mounting a huge sparse dm device

ext4: Funny characters appended to file names
 2020-12-07  2:00 UTC  (12+ messages)

[PATCH v2 0/9] Allow deleting files with unsupported encryption policy
 2020-12-06 23:12 UTC  (2+ messages)

[PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
 2020-12-04 16:02 UTC  (10+ messages)

[PATCH V2] common/rc: Fix _check_s_dax()
 2020-12-04  9:47 UTC  (3+ messages)
` [PATCH V3] "

[PATCH 1/1] generic: Add test to check for mounting a huge sparse dm device
 2020-12-04  3:57 UTC  (3+ messages)

[PATCH v2] ext4: avoid s_mb_prefetch to be zero in individual scenarios
 2020-12-04  3:05 UTC 

[PATCH] common/rc: Fix _check_s_dax()
 2020-12-04  1:44 UTC  (5+ messages)


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