linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 10:07:43 to 2020-04-30 05:37:23 UTC [more...]

[PATCHv3 1/1] fibmap: Warn and return an error in case of block > INT_MAX
 2020-04-30  5:37 UTC  (2+ messages)

Discussion about rcu_barrier() in ext4
 2020-04-30  4:41 UTC 

[PATCH 0/5] Backport to 4.4 - ext4: protect journal inode's blocks using block_validity
 2020-04-30  4:35 UTC  (6+ messages)
` [PATCH 1/5] ext4: avoid declaring fs inconsistent due to invalid file handles
` [PATCH 2/5] ext4: protect journal inode's blocks using block_validity
` [PATCH 3/5] ext4: don't perform block validity checks on the journal inode
` [PATCH 4/5] ext4: fix block validity checks for journal inodes using indirect blocks
` [PATCH 5/5] ext4: unsigned int compared against zero

[PATCH 0/5] Backport to 4.9- ext4: protect journal inode's blocks using block_validity
 2020-04-29 20:39 UTC  (8+ messages)
` [PATCH 1/5] ext4: avoid declaring fs inconsistent due to invalid file handles
` [PATCH 2/5] ext4: protect journal inode's blocks using block_validity
` [PATCH 3/5] ext4: don't perform block validity checks on the journal inode
` [PATCH 4/5] ext4: fix block validity checks for journal inodes using indirect blocks
` [PATCH 5/5] ext4: unsigned int compared against zero

[PATCH 0/5] Backport to 4.14 - ext4: protect journal inode's blocks using block_validity
 2020-04-30  4:22 UTC  (6+ messages)
` [PATCH 1/5] ext4: avoid declaring fs inconsistent due to invalid file handles
` [PATCH 2/5] ext4: protect journal inode's blocks using block_validity
` [PATCH 3/5] ext4: don't perform block validity checks on the journal inode
` [PATCH 4/5] ext4: fix block validity checks for journal inodes using indirect blocks
` [PATCH 5/5] ext4: unsigned int compared against zero

[PATCH] Fix use after free in get_tree_bdev()
 2020-04-29 16:49 UTC  (3+ messages)

[PATCH v11 00/12] Inline Encryption Support
 2020-04-29 15:41 UTC  (14+ messages)
` [PATCH v11 01/12] Documentation: Document the blk-crypto framework
` [PATCH v11 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v11 03/12] block: Inline encryption support for blk-mq
` [PATCH v11 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v11 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v11 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v11 07/12] scsi: ufs: UFS crypto API
` [PATCH v11 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v11 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v11 10/12] fscrypt: add inline encryption support
` [PATCH v11 11/12] f2fs: "
` [PATCH v11 12/12] ext4: "

ext4 and project quotas bugs
 2020-04-29 15:01 UTC  (6+ messages)

Notes on ext4 mount API parsing stuff
 2020-04-29 11:15 UTC  (5+ messages)

[PATCH v2 00/17] ext4: new mount API conversion
 2020-04-29 11:09 UTC  (24+ messages)
` [PATCH v2 01/17] fs_parse: allow parameter value to be empty
` [PATCH v2 02/17] ext4: Add fs parameter specifications for mount options
` [PATCH v2 03/17] ext4: move option validation to a separate function
` [PATCH v2 04/17] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v2 05/17] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v2 06/17] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v2 07/17] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v2 08/17] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v2 09/17] ext4: parse Opt_sb in handle_mount_opt()
` [PATCH v2 10/17] ext4: clean up return values "
` [PATCH v2 11/17] ext4: add ext4_get_tree for the new mount API
` [PATCH v2 12/17] ext4: refactor ext4_remount()
` [PATCH v2 13/17] ext4: add ext4_reconfigure for the new mount API
` [PATCH v2 14/17] ext4: add ext4_fc_free "
` [PATCH v2 15/17] ext4: change token2str() to use ext4_param_specs
` [PATCH v2 16/17] ext4: switch to the new mount API
` [PATCH v2 17/17] ext4: Remove unused code from old mount api

[PATCHv2] fibmap: Warn and return an error in case of block > INT_MAX
 2020-04-29  8:30 UTC  (4+ messages)

[PATCH RFC 0/2] fsx: make fsx perceptive to cluster size
 2020-04-29  7:22 UTC  (6+ messages)
` [PATCH RFC 1/2] xfstests: fsx: add support for "
` [PATCH RFC 2/2] xfstests: common/rc: add cluster size support for ext4

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  5:47 UTC  (25+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH V11.1] Documentation/dax: Update Usage section
 2020-04-28 22:23 UTC  (2+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-28 15:21 UTC  (20+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-28  7:29 UTC  (13+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX
` [PATCH 2/2] iomap: bmap: Remove the WARN and return the proper block address

[PATCH v10 00/12] Inline Encryption Support
 2020-04-28  5:21 UTC  (11+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq

[PATCH 1/2] ext4: mballoc to prefetch groups ahead of scanning
 2020-04-28  5:20 UTC 

Curiosity
 2020-04-28  0:45 UTC 

ext4 fiemap and the inode lock
 2020-04-27 14:45 UTC  (2+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-27 10:38 UTC  (15+ messages)
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()

ext4: Fix use after free issues with journalled data
 2020-04-27 10:05 UTC  (4+ messages)
` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list

fix fiemap for ext4 bitmap files (+ cleanups)
 2020-04-27  9:58 UTC  (9+ messages)
` [PATCH 1/8] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/8] ext4: fix fiemap size checks for bitmap files
` [PATCH 3/8] ext4: split _ext4_fiemap
` [PATCH 4/8] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 5/8] fs: mark __generic_block_fiemap static
` [PATCH 6/8] fs: move the fiemap definitions out of fs.h
` [PATCH 7/8] iomap: fix the iomap_fiemap prototype
` [PATCH 8/8] fs: move fiemap range validation into the file systems instances

[ext4:dev] BUILD SUCCESS 907ea529fc4c3296701d2bfc8b831dd2a8121a34
 2020-04-27  5:16 UTC 

[PATCH 2/2] ext4: skip non-loaded groups at cr=0/1
 2020-04-27  4:03 UTC 

[PATCH] ext4: handle ext4_mark_inode_dirty errors
 2020-04-27  1:34 UTC  (2+ messages)
` [PATCH v3] ext4: don't ignore return values from ext4_ext_dirty()

[PATCH 4.4 091/100] ext2: fix empty body warnings when -Wextra is used
 2020-04-25 11:47 UTC  (3+ messages)

Need help to understand Ext4 message in /var/log/message file
 2020-04-25  5:39 UTC  (3+ messages)

[PATCH] ext4: Fix comment typo "the the"
 2020-04-24 17:16 UTC 

Changing a workload results in performance drop
 2020-04-24 14:56 UTC 

[PATCH AUTOSEL 5.6 32/38] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 33/38] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 5.6 34/38] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 5.4 22/26] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:23 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 23/26] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 5.4 24/26] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.19 15/18] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 16/18] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 4.19 17/18] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.14 13/21] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:24 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 14/21] ext4: use non-movable memory for superblock readahead
` [PATCH AUTOSEL 4.14 15/21] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 4.14 16/21] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.9 11/13] ext4: convert BUG_ON's to WARN_ON's in mballoc.c
 2020-04-24 12:24 UTC 

[PATCH AUTOSEL 4.4 7/8] ext4: convert BUG_ON's to WARN_ON's in mballoc.c
 2020-04-24 12:25 UTC 

Any updates on ext4-lazy (lazy_journal branch for SMR)?
 2020-04-24 12:15 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).