linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 15:23:43 to 2020-05-05 15:43:42 UTC [more...]

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-05 15:43 UTC  (5+ 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

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-05 10:44 UTC  (26+ messages)
` [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 v2 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-05 10:27 UTC 

[PATCH v2 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-05 10:27 UTC 

[PATCH v2 4/6] drivers: base: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-05 10:27 UTC 

[PATCH v2 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-05 10:27 UTC 

[PATCH v2 2/6] kunit: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-05 10:27 UTC 

[PATCH v2 1/6] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment
 2020-05-05 10:27 UTC 

[PATCH v2 0/6] Enable as many KUnit tests as possible
 2020-05-05 10:26 UTC 

[PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment
 2020-05-05  8:13 UTC  (6+ messages)

ext4 and project quotas bugs
 2020-05-05  0:43 UTC  (9+ messages)

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-05  0:36 UTC  (24+ messages)
` [RFC 01/20] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [RFC 02/20] ext4: Introduce percpu seq counter for freeing blocks(PA) to avoid ENOSPC err
` [RFC 03/20] ext4: mballoc: Do print bb_free info even when it is 0
` [RFC 04/20] ext4: mballoc: Refactor ext4_mb_show_ac()
` [RFC 05/20] ext4: mballoc: Add more mb_debug() msgs
` [RFC 06/20] ext4: mballoc: Correct the mb_debug() format specifier for pa_len var
` [RFC 07/20] ext4: mballoc: Fix few other format specifier in mb_debug()
` [RFC 08/20] ext4: mballoc: Simplify error handling in ext4_init_mballoc()
` [RFC 09/20] ext4: mballoc: Make ext4_mb_use_preallocated() return type as bool
` [RFC 10/20] ext4: mballoc: Remove EXT4_MB_HINT_GOAL_ONLY and it's related code
` [RFC 11/20] ext4: mballoc: Refactor code inside DOUBLE_CHECK into separate function
` [RFC 12/20] ext4: mballoc: Fix possible NULL ptr dereference from mb_cmp_bitmaps()
` [RFC 13/20] ext4: mballoc: Don't BUG if kmalloc or read blk bitmap fail for DOUBLE_CHECK
` [RFC 14/20] ext4: balloc: Use task_pid_nr() helper
` [RFC 15/20] ext4: Use BIT() macro for BH_** state bits
` [RFC 16/20] ext4: Improve ext_debug() msg in case of block allocation failure
` [RFC 17/20] ext4: Replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
` [RFC 18/20] ext4: mballoc: Make mb_debug() implementation to use pr_debug()
` [RFC 19/20] ext4: Make ext_debug() "
` [RFC 20/20] ext4: Add process name and pid in ext4_msg()

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-05-05  0:20 UTC 

/fs/ext4/ext4.h add a comment to ext4_dir_entry_2
 2020-05-04 23:14 UTC  (5+ messages)

Inline data with 128-byte inodes?
 2020-05-04 22:52 UTC  (5+ messages)

/fs/ext4/namei.c ext4_find_dest_de()
 2020-05-04 19:52 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8
 2020-05-04 16:13 UTC 

[PATCH] ext4: Fix a typo in a comment
 2020-05-03 20:06 UTC 

[GIT PULL] iomap: bug fix for 5.7-rc3
 2020-05-02 18:45 UTC  (2+ messages)

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-01 20:58 UTC  (2+ messages)

[PATCH 0/5] Backport to 4.9- ext4: protect journal inode's blocks using block_validity
 2020-05-01 12:10 UTC  (9+ 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

ext4 perf regression on LTS kernels
 2020-04-30 22:34 UTC 

[QUESTION] BUG_ON in ext4_mb_simple_scan_group
 2020-04-30 22:25 UTC  (6+ messages)

[PATCH 0/4] ext4: clean up ext4_ext_handle_unwritten_extents()
 2020-04-30 21:02 UTC  (6+ messages)
` [PATCH 1/4] ext4: remove dead GET_BLOCKS_ZERO code
` [PATCH 2/4] ext4: remove redundant GET_BLOCKS_CONVERT code
` [PATCH 3/4] ext4: clean up GET_BLOCKS_PRE_IO error handling
` [PATCH 4/4] ext4: clean up ext4_ext_convert_to_initialized() "

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

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

Any way to dump ext4 filesystem without file data blocks? (for later analysis)
 2020-04-30 14:03 UTC  (2+ messages)

[PATCH v11 00/12] Inline Encryption Support
 2020-04-30  7:24 UTC  (18+ 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: "

Discussion about rcu_barrier() in ext4
 2020-04-30  5:39 UTC  (2+ messages)

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

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  (3+ messages)

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

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  5:47 UTC  (18+ messages)
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [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)


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