linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 00:56:45 to 2021-01-13 05:10:43 UTC [more...]

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

[PATCH v5 00/42] idmapped mounts
 2021-01-13  0:32 UTC  (44+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [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 28/42] init: "
` [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 33/42] apparmor: handle idmapped mounts
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 39/42] overlayfs: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests
` [PATCH v5 42/42] generic/622: add fstests for idmapped mounts

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-12 21:36 UTC  (13+ messages)

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-12 19:02 UTC  (12+ messages)
` [PATCH v3 01/11] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v3 02/11] fs: correctly document the inode dirty flags
` [PATCH v3 03/11] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v3 04/11] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v3 05/11] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v3 06/11] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v3 07/11] fs: clean up __mark_inode_dirty() a bit
` [PATCH v3 08/11] fs: drop redundant check from __writeback_single_inode()
` [PATCH v3 09/11] fs: improve comments for writeback_single_inode()
` [PATCH v3 10/11] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v3 11/11] ext4: simplify i_state checks in __ext4_update_other_inode_time()

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-12 17:31 UTC  (37+ messages)
` [PATCH v2 01/12] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v2 02/12] fs: correctly document the inode dirty flags
` [PATCH v2 03/12] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v2 04/12] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v2 05/12] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v2 06/12] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v2 07/12] fs: clean up __mark_inode_dirty() a bit
` [PATCH v2 08/12] fs: drop redundant check from __writeback_single_inode()
` [PATCH v2 09/12] fs: improve comments for writeback_single_inode()
` [PATCH v2 10/12] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v2 11/12] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH v2 12/12] xfs: remove a stale comment from xfs_file_aio_write_checks()

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-12 17:28 UTC  (37+ messages)

code questions about ext4_inode_datasync_dirty()
 2021-01-12 11:45 UTC 

[PATCH v2] ext4: Change list_for_each* to list_for_each_entry*
 2021-01-11  1:37 UTC 

[PATCH] ext4: Change list_for_each to list_for_each_entry
 2021-01-11  1:18 UTC  (4+ messages)
      `  "

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-09 17:11 UTC  (36+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
` [PATCH 02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH 03/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH 04/13] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH 05/13] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 06/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH 07/13] fs: correctly document the inode dirty flags
` [PATCH 08/13] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH 09/13] fs: drop redundant checks from __writeback_single_inode()
` [PATCH 10/13] fs: clean up __mark_inode_dirty() a bit
` [PATCH 11/13] fs: add a lazytime_expired method
` [PATCH 12/13] xfs: remove a stale comment from xfs_file_aio_write_checks()

[PATCH] ext4: Remove expensive flush on fast commit
 2021-01-08  2:37 UTC  (5+ messages)
      `  "

[PATCH] Use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
 2021-01-06 13:02 UTC  (2+ messages)

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2021-01-05 23:06 UTC  (8+ messages)

[PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup
 2021-01-05 22:10 UTC  (2+ messages)

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH 0/8] Superblock Notifications
 2021-01-05 19:52 UTC  (6+ messages)
` [PATCH 4/8] vfs: Add superblock notifications

[PATCHv3 1/2] common/rc: swapon should not fail for given FS in _require_scratch_swapfile()
 2021-01-05 19:05 UTC  (4+ messages)
` [PATCHv3 2/2] generic/496: ext4 and xfs supports swapon on fallocated file

[PATCH] ext2: implement ->page_mkwrite
 2021-01-05 17:53 UTC  (2+ messages)

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-05 14:27 UTC  (2+ messages)

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2021-01-05 11:00 UTC  (5+ messages)

kernel BUG at fs/ext4/ext4.h:LINE!
 2021-01-05  6:39 UTC 

[PATCH v2] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-05  5:58 UTC  (3+ messages)

[xfstests RFC PATCH] generic: test for lazytime timestamp updates
 2021-01-05  0:58 UTC 


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