linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-18 15:42:17 to 2020-11-26 16:18:49 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 16:18 UTC  (64+ messages)
` [PATCH 030/141] ext2: "
` [PATCH 031/141] ext4: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

backup/restore of fscrypt files
 2020-11-26  7:12 UTC 

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-11-26  7:04 UTC  (11+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 2/9] f2fs: remove f2fs_dir_open()
` [PATCH 3/9] ubifs: remove ubifs_dir_open()
` [PATCH 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH 9/9] fscrypt: allow deleting files with unsupported encryption policy

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-26  6:20 UTC  (13+ messages)
` [PATCH v4 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v4 3/3] f2fs: Handle casefolding with Encryption

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-26  3:51 UTC  (3+ messages)

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-25 22:15 UTC  (6+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-25 22:01 UTC  (20+ messages)

[PATCH] fscrypt: simplify master key locking
 2020-11-24 23:42 UTC  (2+ messages)

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-24 23:28 UTC  (2+ messages)

[RFC PATCH v3 00/61] Introduce parallel fsck to e2fsck pass1
 2020-11-24 14:17 UTC  (35+ messages)
` [RFC PATCH v3 01/61] e2fsck: add -m option for multithread
` [RFC PATCH v3 02/61] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v3 03/61] e2fsck: copy fs "
` [RFC PATCH v3 04/61] e2fsck: clear icache "
` [RFC PATCH v3 08/61] e2fsck: open io-channel when copying fs
` [RFC PATCH v3 09/61] e2fsck: create logs for mult-threads
` [RFC PATCH v3 10/61] e2fsck: optionally configure one pfsck thread
` [RFC PATCH v3 13/61] e2fsck: print thread log properly
` [RFC PATCH v3 14/61] e2fsck: merge bitmaps after thread completes
` [RFC PATCH v3 37/61] e2fsck: merge options after threads finish
` [RFC PATCH v3 46/61] ext2fs: parallel bitmap loading
` [RFC PATCH v3 50/61] e2fsck: move ext2fs_get_avg_group to rw_bitmaps.c
` [RFC PATCH v3 57/61] ext2fs: fix to set tail flags with pfsck enabled
` [RFC PATCH v3 58/61] e2fsck: misc cleanups for pfsck
` [RFC PATCH v3 59/61] e2fsck: update mmp block race
` [RFC PATCH v3 60/61] e2fsck: propagate number of threads
` [RFC PATCH v3 61/61] e2fsck: Annotating fields in e2fsck_struct

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-24 13:59 UTC  (22+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 14/39] commoncap: handle idmapped mounts
` [PATCH v2 31/39] audit: "
` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH v9 1/2] kunit: Support for Parameterized Testing
 2020-11-24  8:02 UTC  (5+ messages)

[PATCH] ext4: Fix mmap write protection for data=journal mode
 2020-11-24  0:03 UTC  (7+ messages)

[PATCH 0/2] Fix race between do_invalidatepage and init_page_buffers
 2020-11-23 16:54 UTC  (6+ messages)

[ext4:dev] BUILD SUCCESS f902b216501094495ff75834035656e8119c537f
 2020-11-23  3:31 UTC 

[GIT PULL] ext4 bug fixes for 5.10-rc
 2020-11-22 21:09 UTC  (2+ messages)

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

[PATCH 00/15] Fast commits support for e2fsprogs
 2020-11-20 19:16 UTC  (16+ messages)
` [PATCH 01/15] ext2fs: move calculate_summary_stats to ext2fs lib
` [PATCH 02/15] ext2fs, e2fsck: add kernel endian-ness conversion macros
` [PATCH 03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck
` [PATCH 04/15] mke2fs, dumpe2fs: make fast commit blocks configurable
` [PATCH 05/15] mke2fs, tune2fs: update man page with fast commit info
` [PATCH 06/15] ext2fs: add new APIs needed for fast commits
` [PATCH 07/15] e2fsck: add function to rewrite extent tree
` [PATCH 08/15] e2fsck: add fast commit setup code
` [PATCH 09/15] e2fsck: add fast commit scan pass
` [PATCH 10/15] e2fsck: add fast commit replay skeleton
` [PATCH 11/15] e2fsck: add fc replay for link, unlink, creat tags
` [PATCH 12/15] e2fsck: add replay for add_range, del_range, and inode tags
` [PATCH 13/15] debugfs: add fast commit support to logdump
` [PATCH 14/15] tests: add fast commit recovery tests
` [PATCH 15/15] ext4: fix tests to account for new dumpe2fs output

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-11-20 18:50 UTC  (3+ messages)

[Bug report] journal data mode trigger panic in jbd2_journal_commit_transaction
 2020-11-20 13:14 UTC  (7+ messages)

[PATCH 00/11] e2fsprogs: improve case-insensitive fs support
 2020-11-20 12:22 UTC  (3+ messages)

[Bug 210185] New: kernel BUG at fs/ext4/page-io.c:126!
 2020-11-20  7:49 UTC  (2+ messages)
` [Bug 210185] "

[PATCH] ext4: Fix bogus warning in ext4_update_dx_flag()
 2020-11-20  3:41 UTC  (3+ messages)

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-20  3:38 UTC  (3+ messages)
` [PATCH v4 12/27] jbd2: fix "

[PATCH] ext4: add docs about fast commit idempotence
 2020-11-19 23:28 UTC 

[PATCH] ext4: drop fast_commit from /proc/mounts
 2020-11-19 20:46 UTC 

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

[PATCH] ext4: Fix checksum errors with indexed dirs
 2020-11-18 14:58 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18 19:05 UTC  (7+ messages)
` [PATCH v3 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v3 3/3] f2fs: Handle casefolding with Encryption


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