messages from 2020-11-28 22:25:37 to 2020-12-04 00:10:09 UTC [more...]
[PATCH v4 00/40] idmapped mounts
2020-12-03 23:57 UTC (30+ 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 29/40] would_dump: "
` [PATCH v4 33/40] ima: "
` [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 v7 0/8] add support for direct I/O with fscrypt using blk-crypto
2020-12-03 23:57 UTC (10+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 6/8] ext4: support direct I/O with fscrypt using blk-crypto
[PATCH v3] Updated locking documentation for transaction_t
2020-12-03 20:39 UTC (5+ messages)
[PATCH 00/15] Fast commits support for e2fsprogs
2020-12-03 18:10 UTC (18+ 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] common/rc: Fix _check_s_dax()
2020-12-03 18:08 UTC (5+ messages)
` [PATCH V2] "
[PATCH 0/2] statx: Fix DAX attribute collision and handling
2020-12-03 18:04 UTC (27+ 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 RESEND 1/8] ext4: use ext4_assert() to replace J_ASSERT()
2020-12-03 15:08 UTC (8+ 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] 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] ext4: remove the null check of bio_vec page
2020-12-03 14:11 UTC (6+ 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
improved performance in case of data journaling
2020-12-03 9:07 UTC (3+ messages)
[PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
2020-12-03 6:18 UTC (12+ messages)
[PATCH v2 0/9] Allow deleting files with unsupported encryption policy
2020-12-03 2:20 UTC (10+ messages)
` [PATCH v2 1/9] ext4: remove ext4_dir_open()
` [PATCH v2 2/9] f2fs: remove f2fs_dir_open()
` [PATCH v2 3/9] ubifs: remove ubifs_dir_open()
` [PATCH v2 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH v2 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH v2 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH v2 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH v2 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH v2 9/9] fscrypt: allow deleting files with unsupported encryption policy
[PATCH v9 1/2] kunit: Support for Parameterized Testing
2020-12-02 22:59 UTC (13+ 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-02 22:57 UTC (21+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 2/9] f2fs: remove f2fs_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] fs/inode.c: make inode_init_always() initialize i_ino to 0
2020-12-02 21:19 UTC (4+ messages)
[RFC PATCH] common/rc: Fix _check_s_dax() for kernel 5.10
2020-12-02 19:08 UTC (4+ messages)
[PATCH] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
2020-12-02 12:01 UTC (5+ messages)
[PATCH v3 00/38] idmapped mounts
2020-12-02 10:01 UTC (50+ 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 17/38] namei: introduce struct renamedata
` [PATCH v3 32/38] fat: handle idmapped mounts
` [PATCH v3 33/38] ext4: support "
[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 (10+ messages)
[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 (14+ 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] ext4: Fix deadlock with fs freezing and EA inodes
2020-11-29 21:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).