linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 22:30:18 to 2021-01-21 15:49:13 UTC [more...]

[PATCH v6 00/40] idmapped mounts
 2021-01-21 13:19 UTC  (39+ messages)
` [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 "

ext4 regression panic
 2021-01-21 10:15 UTC 

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (44+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 05/37] ext4: use bio_init_fields in page_io
` [RFC PATCH 06/37] gfs2: use bio_init_fields in lops
` [RFC PATCH 07/37] gfs2: use bio_init_fields in meta_io
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr
` [RFC PATCH 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 13/37] drdb: use bio_init_fields in actlog
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 15/37] drdb: use bio_init_fields in receiver
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 19/37] bcache: use bio_init_fields in super
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target
` [RFC PATCH 25/37] dm-zoned: use bio_init_fields
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 32/37] eros: use bio_init_fields in zdata
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

[PATCH v3 00/15] Fast commit changes for e2fsprogs
 2021-01-21  5:58 UTC  (18+ 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

[PATCH 0/3 RFC] fs: Hole punch vs page cache filling races
 2021-01-20 17:56 UTC  (9+ 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

[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  (66+ 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 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [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 37/42] xfs: support idmapped mounts
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-20  8:42 UTC  (4+ messages)

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

advice on recovery from fs corruption
 2021-01-19  9:09 UTC 

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-19  3:44 UTC  (12+ messages)

code questions about ext4_inode_datasync_dirty()
 2021-01-19  3:40 UTC  (3+ messages)

[Bug 202809] New: ext4: ext4_xattr_ibody_get:591: comm systemd-journal: corrupted in-inode xattr
 2021-01-18  2:33 UTC  (2+ messages)
` [Bug 202809] "

Witaj Eine Passive Income Success Story. Passives Einkommen: Wie ich 10.000 USD pro Monat verdiene >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&lml=lbl&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg <<<<<<<<<<<!
 2021-01-17  0:57 UTC 

[ext4:dev] BUILD SUCCESS e9f53353e166a67dfe4f8295100f8ac39d6cf10b
 2021-01-16  8:03 UTC 

[GIT PULL] ext4 bug fixes for v5.11-rc4
 2021-01-15 23:01 UTC  (2+ messages)

[xfstests RFC PATCH 0/4] Test the FS_IOC_READ_VERITY_METADATA ioctl
 2021-01-15 18:28 UTC  (5+ messages)
` [xfstests RFC PATCH 1/4] generic: factor out helpers for fs-verity built-in signatures
` [xfstests RFC PATCH 2/4] generic: add helpers for dumping fs-verity metadata
` [xfstests RFC PATCH 3/4] generic: test retrieving verity Merkle tree and descriptor
` [xfstests RFC PATCH 4/4] generic: test retrieving verity signature

[fsverity-utils RFC PATCH 0/2] Add dump_metadata subcommand
 2021-01-15 18:24 UTC  (3+ messages)
` [fsverity-utils RFC PATCH 1/2] Upgrade to latest fsverity_uapi.h
` [fsverity-utils RFC PATCH 2/2] programs/fsverity: Add dump_metadata subcommand

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-15 18:18 UTC  (7+ messages)
` [PATCH 1/6] fs-verity: factor out fsverity_get_descriptor()
` [PATCH 2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature()
` [PATCH 3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "

[ext4:dev] BUILD SUCCESS 8f4949dacec8c83e45922d8fcd4c51993650bb5f
 2021-01-15 15:17 UTC 

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-14 13:13 UTC  (11+ messages)

[PATCH] ext4: Remove expensive flush on fast commit
 2021-01-14  3:44 UTC  (2+ messages)

[PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup
 2021-01-14  3:34 UTC  (2+ messages)

[PATCH] Use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
 2021-01-14  3:32 UTC  (3+ messages)

[PATCH] ext4: reset retry counter when ext4_alloc_file_blocks() makes progress
 2021-01-13 22:14 UTC 

[RFC PATCH v1 0/5] Add threading support to e2fsprogs
 2021-01-14  0:27 UTC  (6+ messages)
` [RFC PATCH v1 1/5] Add configure and build support for the pthreads library
` [RFC PATCH v1 2/5] libext2fs: add threading support to the I/O manager abstraction
` [RFC PATCH v1 3/5] libext2fs: allow the unix_io manager's cache to be disabled and re-enabled
` [RFC PATCH v1 4/5] ext2fs: parallel bitmap loading
` [RFC PATCH v1 5/5] Enable threaded support for e2fsprogs' applications

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-13 18:49 UTC  (5+ messages)
` [PATCH v3 11/11] ext4: simplify i_state checks in __ext4_update_other_inode_time()

ext4 regression in v5.9-rc2 from e7bfb5c9bb3d on ro fs with overlapped bitmaps
 2021-01-13  5:09 UTC  (12+ messages)
              ` Malicious fs images was "


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