linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 19:16:47 to 2020-11-28 22:24:39 UTC [more...]

[PATCH v3 00/38] idmapped mounts
 2020-11-28 21:35 UTC  (26+ messages)
` [PATCH v3 11/38] attr: handle "
` [PATCH v3 12/38] acl: "
` [PATCH v3 13/38] xattr: "
` [PATCH v3 15/38] stat: "
` [PATCH v3 17/38] namei: introduce struct renamedata
` [PATCH v3 19/38] open: handle idmapped mounts in do_truncate()
` [PATCH v3 20/38] open: handle idmapped mounts
` [PATCH v3 21/38] af_unix: "
` [PATCH v3 22/38] utimes: "
` [PATCH v3 23/38] fcntl: "
` [PATCH v3 24/38] notify: "
` [PATCH v3 25/38] init: "
` [PATCH v3 26/38] ioctl: "
` [PATCH v3 27/38] would_dump: "
` [PATCH v3 28/38] exec: "
` [PATCH v3 29/38] fs: add helpers for idmap mounts
` [PATCH v3 30/38] apparmor: handle idmapped mounts
` [PATCH v3 31/38] ima: "
` [PATCH v3 32/38] fat: "
` [PATCH v3 33/38] ext4: support "
` [PATCH v3 34/38] ecryptfs: do not mount on top of "
` [PATCH v3 35/38] overlayfs: "
` [PATCH v3 36/38] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v3 37/38] tests: extend mount_setattr tests
` [PATCH v3 38/38] generic/618: add fstests for idmapped mounts

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

[PATCH 00/12] ext4: Various fixes of ext4 handling of fs errors
 2020-11-27 11:34 UTC  (13+ 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 10/12] ext4: Protect superblock modifications with a buffer lock
` [PATCH 11/12] ext4: Save error info to sb through journal if available
` [PATCH 12/12] ext4: Use sbi instead of EXT4_SB(sb) in ext4_update_super()

[PATCH] ext4: Fix deadlock with fs freezing and EA inodes
 2020-11-27 11:06 UTC 

[PATCH] generic: ENOSPC regression test in a multi-threaded scenario
 2020-11-27 10:54 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (64+ messages)
` [PATCH 030/141] ext2: "
                  ` [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  (12+ 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 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  (29+ 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 46/61] ext2fs: parallel bitmap loading
` [RFC PATCH v3 50/61] e2fsck: move ext2fs_get_avg_group to rw_bitmaps.c
` [RFC PATCH v3 60/61] e2fsck: propagate number of threads

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-24 13:59 UTC  (18+ 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  (5+ messages)
` [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


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