linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 21:42:45 to 2021-01-27 08:35:56 UTC [more...]

[RFC PATCH v3 0/3] make jbd2 debug switch per device
 2021-01-27  8:22 UTC  (4+ messages)
` [RFC PATCH v3 1/3] jbd2: make jdb2_debug module parameter "
` [RFC PATCH v3 2/3] jbd2: update the arguments of jbd_debug()
` [RFC PATCH v3 3/3] ext4: "

[PATCH v6 00/40] idmapped mounts
 2021-01-27  5:50 UTC  (72+ messages)
` [PATCH v6 01/40] mount: attach mappings to mounts
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 03/40] fs: add file and path permissions helpers
` [PATCH v6 04/40] capability: handle idmapped mounts
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 06/40] inode: make init and "
` [PATCH v6 07/40] attr: handle idmapped mounts
` [PATCH v6 08/40] acl: "
` [PATCH v6 09/40] xattr: "
` [PATCH v6 10/40] commoncap: "
` [PATCH v6 11/40] stat: "
` [PATCH v6 12/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v6 13/40] namei: introduce struct renamedata
` [PATCH v6 14/40] namei: prepare for idmapped mounts
` [PATCH v6 15/40] open: handle idmapped mounts in do_truncate()
` [PATCH v6 16/40] open: handle idmapped mounts
` [PATCH v6 17/40] af_unix: "
` [PATCH v6 18/40] utimes: "
` [PATCH v6 19/40] fcntl: "
` [PATCH v6 20/40] init: "
` [PATCH v6 21/40] ioctl: "
` [PATCH v6 22/40] would_dump: "
` [PATCH v6 23/40] exec: "
` [PATCH v6 24/40] fs: make helpers idmap mount aware
` [PATCH v6 25/40] apparmor: handle idmapped mounts
` [PATCH v6 26/39] ima: "
` [PATCH v6 27/40] ecryptfs: do not mount on top of "
` [PATCH v6 28/40] overlayfs: "
` [PATCH v6 29/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v6 30/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v6 31/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v6 32/40] fs: split out functions to hold writers
` [PATCH v6 33/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v6 34/40] fs: add mount_setattr()
` [PATCH v6 35/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v6 36/40] tests: add mount_setattr() selftests
` [PATCH v6 37/40] fat: handle idmapped mounts
` [PATCH v6 38/40] ext4: support "
` [PATCH v6 39/40] xfs: "
` [PATCH v6 40/40] generic/622: add fstests for "

[RFC PATCH 0/4] make jbd2 debug switch per device
 2021-01-25 14:07 UTC  (10+ messages)
` [RFC PATCH 1/4] jbd2: make jdb2_debug module parameter "
` [RFC PATCH 2/4] jbd2: introduce some new log interfaces
` [RFC PATCH 3/4] jbd2: replace jbd_debug with the new log interface
` [RFC PATCH 4/4] ext4: "

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-25 18:41 UTC  (3+ messages)

[RFC PATCH v2 0/4] make jbd2 debug switch per device
 2021-01-26  0:50 UTC  (11+ messages)
` [RFC PATCH v2 1/4] jbd2: make jdb2_debug module parameter "
` [RFC PATCH v2 2/4] jbd2: introduce some new log interfaces
` [RFC PATCH v2 3/4] jbd2: replace jbd_debug with the new log interface
` [RFC PATCH v2 4/4] ext4: "

[PATCH] misc: fix minor llvm warnings
 2021-01-24 23:20 UTC 

ext4 regression panic
 2021-01-23  8:57 UTC  (5+ messages)

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-22 20:32 UTC  (6+ messages)

[PATCH resend] ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
 2021-01-22 17:38 UTC  (2+ messages)

[PATCH 0/3 RFC] fs: Hole punch vs page cache filling races
 2021-01-22 14:32 UTC  (11+ messages)
` [PATCH 1/3] mm: Do not pass iter into generic_file_buffered_read_get_pages()
` [PATCH 2/3] mm: Provide address_space operation for filling pages for read
` [PATCH 3/3] ext4: Fix stale data exposure when read races with hole punch

[Bug 211315] New: [aarch64][xfstests/ext3 generic/472] swapon: Invalid argument
 2021-01-22 10:49 UTC 

[PATCH v4 0/8] e2fsck: add fast commit replay path
 2021-01-22  5:45 UTC  (9+ messages)
` [PATCH v4 1/8] ext2fs: add new APIs needed for fast commits
` [PATCH v4 2/8] e2fsck: add function to rewrite extent tree
` [PATCH v4 3/8] e2fsck: add fast commit setup code
` [PATCH v4 4/8] e2fsck: add fast commit scan pass
` [PATCH v4 5/8] e2fsck: add fast commit replay skeleton
` [PATCH v4 6/8] e2fsck: add fc replay for link, unlink, creat tags
` [PATCH v4 7/8] e2fsck: add replay for add_range, del_range, and inode tags
` [PATCH v4 8/8] tests: add fast commit recovery tests

[xfstests PATCH v2] generic: test for lazytime timestamp updates
 2021-01-22  1:44 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-01-21 23:03 UTC  (9+ messages)
` [PATCH v8 1/8] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v8 2/8] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v8 3/8] fscrypt: add functions for direct I/O support
` [PATCH v8 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v8 5/8] iomap: support direct I/O with "
` [PATCH v8 6/8] ext4: "
` [PATCH v8 7/8] f2fs: "
` [PATCH v8 8/8] fscrypt: update documentation for direct I/O support

[PATCH] mke2fs.8: Improve valid block size documentation
 2021-01-21 23:26 UTC  (2+ messages)

[PATCH e2fsprogs] build: Add SYSLIBS to e4crypt linking
 2021-01-21 23:25 UTC  (2+ messages)

[PATCH v3 00/15] Fast commit changes for e2fsprogs
 2021-01-21 16:54 UTC  (26+ messages)
` [PATCH v3 01/15] ext2fs: move calculate_summary_stats to ext2fs lib
` [PATCH v3 02/15] e2fsck: add kernel endian-ness conversion macros
` [PATCH v3 03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck
` [PATCH v3 04/15] libext2fs: provide APIs to configure fast commit blocks
` [PATCH v3 05/15] e2fsprogs: make userspace tools number of fast commits blocks aware
` [PATCH v3 06/15] ext2fs: add new APIs needed for fast commits
` [PATCH v3 07/15] e2fsck: add function to rewrite extent tree
` [PATCH v3 08/15] e2fsck: add fast commit setup code
` [PATCH v3 09/15] e2fsck: add fast commit scan pass
` [PATCH v3 10/15] e2fsck: add fast commit replay skeleton
` [PATCH v3 11/15] e2fsck: add fc replay for link, unlink, creat tags
` [PATCH v3 12/15] e2fsck: add replay for add_range, del_range, and inode tags
` [PATCH v3 13/15] debugfs: add fast commit support to logdump
` [PATCH v3 14/15] tests: add fast commit recovery tests
` [PATCH v3 15/15] ext4: fix tests to account for new dumpe2fs output

[RFC PATCH v1 0/5] Add threading support to e2fsprogs
 2021-01-21 15:51 UTC  (2+ messages)

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (8+ messages)
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes

[PATCH] ext4: stop update inode before return
 2021-01-20 17:43 UTC  (2+ messages)

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (38+ messages)
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 18/42] stat: handle idmapped mounts
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 24/42] af_unix: handle idmapped mounts
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP

[PATCH] mke2fs: Escape double quotes when parsing mke2fs.conf
 2021-01-20  4:56 UTC  (2+ messages)

[PATCH] libext2fs: add gnu.translator support
 2021-01-20  4:55 UTC  (2+ messages)

[PATCH] filefrag: handle invalid st_dev and blksize cases
 2021-01-20  4:44 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).