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

[PATCH] ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
 2020-05-12  6:37 UTC  (2+ messages)

[Bug 207635] New: EXT4-fs error (device sda3): ext4_lookup:1701: inode #...: comm find: casefold flag without casefold feature; EXT4-fs (sda3): Remounting filesystem read-only
 2020-05-12  0:55 UTC  (9+ messages)
` [Bug 207635] "

[PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
 2020-05-11 20:19 UTC  (2+ messages)

[PATCH 0/2] fs-verity: misc cleanups
 2020-05-11 19:21 UTC  (3+ messages)
` [PATCH 1/2] fs-verity: fix all kerneldoc warnings
` [PATCH 2/2] fs-verity: remove unnecessary extern keywords

[PATCH 0/3] fscrypt: misc cleanups
 2020-05-11 19:13 UTC  (4+ messages)
` [PATCH 1/3] fscrypt: fix all kerneldoc warnings
` [PATCH 2/3] fscrypt: name all function parameters
` [PATCH 3/3] fscrypt: remove unnecessary extern keywords

[PATCH v3 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 15:39 UTC  (2+ messages)

[PATCH v3 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 4/6] drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
 2020-05-11 13:14 UTC 

[PATCH v3 2/6] kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 0/6] Enable as many KUnit tests as possible
 2020-05-11 13:13 UTC 

Ext4 corruption with VM images as 3 > drop_caches
 2020-05-11  8:07 UTC  (4+ messages)
` [PATCH] ext4: Don't set dioread_nolock by default for blocksize < pagesize

[PATCH] ext4: add casefold flag to EXT4_INODE_* flags
 2020-05-10 21:52 UTC 

[PATCH] ext4: rework map struct instantiation in ext4_ext_map_blocks()
 2020-05-10 15:58 UTC 

[RFCv4 0/6] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-05-10  7:08 UTC  (7+ messages)
` [RFCv4 1/6] ext4: mballoc: Refactor ext4_mb_good_group()
` [RFCv4 2/6] ext4: mballoc: Use ext4_lock_group() around calculations involving bb_free
` [RFCv4 3/6] ext4: mballoc: Optimize ext4_mb_good_group_nolock further if grp needs init
` [RFCv4 4/6] ext4: mballoc: Add blocks to PA list under same spinlock after allocating blocks
` [RFCv4 5/6] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [RFCv4 6/6] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-10  6:24 UTC  (17+ messages)
` [RFC 01/16] ext4: mballoc: Do print bb_free info even when it is 0
` [RFC 02/16] ext4: mballoc: Refactor ext4_mb_show_ac()
` [RFC 03/16] ext4: mballoc: Add more mb_debug() msgs
` [RFC 04/16] ext4: mballoc: Correct the mb_debug() format specifier for pa_len var
` [RFC 05/16] ext4: mballoc: Fix few other format specifier in mb_debug()
` [RFC 06/16] ext4: mballoc: Simplify error handling in ext4_init_mballoc()
` [RFC 07/16] ext4: mballoc: Make ext4_mb_use_preallocated() return type as bool
` [RFC 08/16] ext4: mballoc: Refactor code inside DOUBLE_CHECK into separate function
` [RFC 09/16] ext4: mballoc: Fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK
` [RFC 10/16] ext4: balloc: Use task_pid_nr() helper
` [RFC 11/16] ext4: Use BIT() macro for BH_** state bits
` [RFC 12/16] ext4: Improve ext_debug() msg in case of block allocation failure
` [RFC 13/16] ext4: Replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
` [RFC 14/16] ext4: mballoc: Make mb_debug() implementation to use pr_debug()
` [RFC 15/16] ext4: Make ext_debug() "
` [RFC 16/16] ext4: Add process name and pid in ext4_msg()

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-09 12:30 UTC  (2+ messages)

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-05-07 18:18 UTC  (3+ messages)

[PATCH] ext4: remove unnecessary test_opt for DIOREAD_NOLOCK
 2020-05-07 15:01 UTC  (2+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-07 14:59 UTC  (23+ 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] EXT4: acl: Fix a style issue
 2020-05-07 14:58 UTC 

/fs/ext4/namei.c ext4_find_dest_de()
 2020-05-07 11:25 UTC  (7+ messages)

[PATCH v2 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:23 UTC  (2+ messages)

[PATCH v2 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:22 UTC  (2+ messages)

[PATCH v2 4/6] drivers: base: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:20 UTC  (2+ messages)

[PATCH v2 2/6] kunit: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:16 UTC  (2+ messages)

[PATCH v2 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:11 UTC  (2+ messages)

[PATCH v2 1/6] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment
 2020-05-07  3:08 UTC  (4+ messages)

ext4 and project quotas bugs
 2020-05-05 19:31 UTC  (10+ messages)

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

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

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

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  (9+ messages)
` [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 10/12] fscrypt: add inline encryption support

Discussion about rcu_barrier() in ext4
 2020-04-30  5:39 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).