linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 23:31:48 to 2020-12-02 10:02:01 UTC [more...]

[PATCH v3 00/38] idmapped mounts
 2020-12-02 10:01 UTC  (75+ messages)
` [PATCH v3 01/38] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v3 02/38] mount: make {lock,unlock}_mount_hash() static
` [PATCH v3 03/38] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v3 04/38] fs: add mount_setattr()
` [PATCH v3 05/38] tests: add mount_setattr() selftests
` [PATCH v3 06/38] fs: add id translation helpers
` [PATCH v3 07/38] mount: attach mappings to mounts
` [PATCH v3 08/38] capability: handle idmapped mounts
` [PATCH v3 09/38] namei: add idmapped mount aware permission helpers
` [PATCH v3 10/38] inode: add idmapped mount aware init and "
` [PATCH v3 11/38] attr: handle idmapped mounts
` [PATCH v3 12/38] acl: "
` [PATCH v3 13/38] xattr: "
` [PATCH v3 14/38] commoncap: "
` [PATCH v3 15/38] stat: "
` [PATCH v3 16/38] namei: handle idmapped mounts in may_*() helpers
` [PATCH v3 17/38] namei: introduce struct renamedata
` [PATCH v3 18/38] namei: prepare for idmapped mounts
` [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] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
 2020-12-02  8:06 UTC  (3+ messages)

[PATCH 0/2] statx: Fix DAX attribute collision and handling
 2020-12-02  8:03 UTC  (24+ messages)
` [PATCH 1/2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
` [PATCH 2/2] statx: move STATX_ATTR_DAX attribute handling to filesystems

[PATCH v9 1/2] kunit: Support for Parameterized Testing
 2020-12-01 23:31 UTC  (9+ messages)
` [PATCH v9 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-12-01 23:00 UTC  (12+ 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 0/2] Tristate moount option comatibility fixup
 2020-12-01 16:29 UTC  (11+ messages)
` [PATCH 1/2] xfs: show the dax option in mount options

[PATCH] ext4: Don't leak old mountpoint samples
 2020-12-01 15:13 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (51+ messages)
                  ` [Intel-wired-lan] "

[PATCH v2] generic: ENOSPC regression test in a multi-threaded scenario
 2020-12-01 13:03 UTC 

[PATCH] generic: ENOSPC regression test in a multi-threaded scenario
 2020-12-01 11:27 UTC  (3+ messages)

[PATCH] ext4: avoid s_mb_prefetch to be zero in individual scenarios
 2020-12-01  3:49 UTC 

[PATCH v8 1/2] kunit: Support for Parameterized Testing
 2020-11-30 22:24 UTC  (2+ messages)

backup/restore of fscrypt files
 2020-11-30 20:09 UTC  (4+ messages)

[PATCH 00/12] ext4: Various fixes of ext4 handling of fs errors
 2020-11-30 10:59 UTC  (20+ 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-29 21:32 UTC  (2+ messages)

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-28 18:12 UTC  (3+ messages)
` [PATCH v2 10/39] inode: add idmapped mount aware init and permission helpers

[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 v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-26  6:20 UTC  (6+ messages)
` [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  (16+ messages)

[PATCH] fscrypt: simplify master key locking
 2020-11-24 23:42 UTC  (2+ 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).