linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 14:08:05 to 2020-12-10 23:06:47 UTC [more...]

[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

[PATCH RESEND v2 00/12] e2fsprogs: improve case-insensitive fs
 2020-12-10 20:53 UTC  (18+ 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

UBSAN: shift-out-of-bounds in ext4_fill_super
 2020-12-10 19:24 UTC  (7+ messages)

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

[PATCH] ext4: Fix an IS_ERR() vs NULL check
 2020-12-10 16:04 UTC  (2+ messages)

[PATCH] ext4: remove the unused EXT4_CURRENT_REV macro
 2020-12-10 16:18 UTC  (2+ messages)

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

[PATCH RESEND 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-12-10 11:00 UTC  (23+ messages)
` [PATCH RESEND 2/8] ext4: remove redundant mb_regenerate_buddy()
` [PATCH RESEND 3/8] ext4: simplify the code of mb_find_order_for_block
` [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] 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)

[PATCH 0/8] Superblock Notifications
 2020-12-09 13:06 UTC  (21+ 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

[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  (49+ messages)
` [PATCH v4 01/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v4 02/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v4 03/40] namespace: only take read lock in do_reconfigure_mnt()
` [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 v4 07/40] tests: add mount_setattr() selftests
` [PATCH v4 08/40] fs: add id translation helpers
` [PATCH v4 09/40] mount: attach mappings to mounts
` [PATCH v4 10/40] capability: handle idmapped mounts
` [PATCH v4 11/40] namei: make permission helpers idmapped mount aware
` [PATCH v4 12/40] inode: make init and "
` [PATCH v4 13/40] attr: handle idmapped mounts
` [PATCH v4 14/40] acl: "
` [PATCH v4 15/40] xattr: "
` [PATCH v4 16/40] commoncap: "
` [PATCH v4 17/40] stat: "
` [PATCH v4 18/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v4 19/40] namei: introduce struct renamedata
` [PATCH v4 20/40] namei: prepare for idmapped mounts
` [PATCH v4 21/40] open: handle idmapped mounts in do_truncate()
` [PATCH v4 22/40] open: handle idmapped mounts
` [PATCH v4 23/40] af_unix: "
` [PATCH v4 24/40] utimes: "
` [PATCH v4 25/40] fcntl: "
` [PATCH v4 26/40] notify: "
` [PATCH v4 27/40] init: "
` [PATCH v4 28/40] ioctl: "
` [PATCH v4 29/40] would_dump: "
` [PATCH v4 30/40] exec: "
` [PATCH v4 31/40] fs: make helpers idmap mount aware
` [PATCH v4 32/40] apparmor: handle idmapped mounts
` [PATCH v4 33/40] ima: "
` [PATCH v4 34/40] fat: "
` [PATCH v4 35/40] ext4: support "
` [PATCH v4 36/40] ecryptfs: do not mount on top of "
` [PATCH v4 37/40] overlayfs: "
` [PATCH v4 38/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v4 39/40] tests: extend mount_setattr tests
` [PATCH v4 40/40] generic/618: add fstests for idmapped mounts

[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 RFC 0/5] Add threading support to e2fsprogs
 2020-12-08  1:17 UTC  (8+ 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 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)

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 

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

[PATCH] ext4: remove the null check of bio_vec page
 2020-12-04  1:27 UTC  (4+ messages)

[PATCH] ext4: avoid s_mb_prefetch to be zero in individual scenarios
 2020-12-04  0:18 UTC  (2+ messages)

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-12-03 23:57 UTC  (3+ messages)

[PATCH v3] Updated locking documentation for transaction_t
 2020-12-03 20:39 UTC  (5+ messages)

[PATCH 0/2] statx: Fix DAX attribute collision and handling
 2020-12-03 18:04 UTC  (6+ messages)
` [PATCH 1/2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT

[PATCH] ext4: do the quotafile name safe check before allocating new string
 2020-12-03 14:28 UTC  (2+ messages)

[PATCH][next] ext4: remove redundant assignment of variable ex
 2020-12-03 14:18 UTC  (2+ messages)

[PATCH] ext4: remove redundant operation that set bh to NULL
 2020-12-03 14:15 UTC  (3+ messages)

[PATCH v4 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-12-03 14:07 UTC  (4+ messages)
` [PATCH v4 2/2] ext4: print quota journalling mode on (re-)mount


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