linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 13:14:25 to 2020-05-20 05:58:07 UTC [more...]

[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-20  5:57 UTC  (4+ messages)
` [PATCH V3 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V3 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V3 7/8] fs/ext4: Introduce DAX inode flag

[PATCH 1/2] ext4: mballoc - prefetching for bitmaps
 2020-05-20  4:45 UTC  (2+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-20  3:28 UTC  (5+ messages)

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-20  2:02 UTC  (28+ messages)
` [PATCH 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH 3/9] fs/ext4: Disallow encryption "
` [PATCH 4/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH 5/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH 6/9] fs/ext4: Only change S_DAX on inode load
` [PATCH 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH 9/9] Documentation/dax: Update DAX enablement for ext4

[PATCH 0/2] jbd2: Fix leaked transaction credits
 2020-05-20  0:44 UTC  (5+ messages)
` [PATCH 1/2] ext4: Drop ext4_journal_free_reserved()
` [PATCH 2/2] jbd2: Avoid leaking transaction credits when unreserving handle

[PATCH] ext4: handle ext4_mark_inode_dirty errors
 2020-05-19 19:31 UTC  (4+ messages)
` [PATCH v3] ext4: don't ignore return values from ext4_ext_dirty()

[PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
 2020-05-19 16:33 UTC  (4+ messages)

[PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
 2020-05-19 14:02 UTC  (17+ messages)
` [PATCH 1/4] linux/parser.h: add include guards
` [PATCH 2/4] fscrypt: add fscrypt_add_test_dummy_key()
` [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
` [PATCH 4/4] fscrypt: make test_dummy_encryption use v2 by default

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-19  8:45 UTC  (6+ messages)

[GIT PULL] Unicode updates for v5.8
 2020-05-19  5:09 UTC  (2+ messages)

[PATCH] unicode: Allow building kunit test suite as a module
 2020-05-19  5:03 UTC 

[PATCH RFC] ext4: fix partial cluster initialization when splitting extent
 2020-05-19  3:29 UTC  (4+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-05-19  2:43 UTC  (2+ messages)

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

[PATCH] ext4: support xattr gnu.* namespace for the Hurd
 2020-05-18  6:07 UTC 

[PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
 2020-05-18  4:01 UTC  (4+ messages)

[Bug 205641] New: kernel BUG at fs/buffer.c:3382!
 2020-05-17 13:02 UTC  (2+ messages)
` [Bug 205641] "

[PATCH 2/2] ext4: skip non-loaded groups at cr=0/1
 2020-05-17  7:55 UTC  (4+ messages)

[RFC PATCH 00/11] ext4: data=journal: writeback mmap'ed pagecache
 2020-05-17  7:40 UTC  (3+ messages)

[PATCH] ext4: reject mount options not supported when remounting in handle_mount_opt()
 2020-05-16  1:49 UTC  (7+ messages)

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-15 19:14 UTC  (2+ messages)

[PATCH 2/2] ext4: mballoc - limit scanning of uninitialized groups
 2020-05-15 10:14 UTC 

[PATCH v2 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-15  9:32 UTC  (11+ messages)
` [PATCH v2 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH v2 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH v2 3/9] fs/ext4: Disallow encryption "
` [PATCH v2 4/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH v2 5/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH v2 6/9] fs/ext4: Only change S_DAX on inode load
` [PATCH v2 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH v2 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH v2 9/9] Documentation/dax: Update DAX enablement for ext4

[PATCH 1/2] ext4: mballoc to prefetch groups ahead of scanning
 2020-05-15  8:13 UTC  (4+ messages)

[PATCH V1 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-15  3:38 UTC  (18+ messages)
` [PATCH V1 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V1 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH V1 3/9] fs/ext4: Disallow encryption "
` [PATCH V1 4/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V1 5/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH V1 6/9] fs/ext4: Only change S_DAX on inode load
` [PATCH V1 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH V1 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH V1 9/9] Documentation/dax: Update DAX enablement for ext4

[PATCH 1/2] ext4: mballoc to prefetch groups ahead of scanning
 2020-05-14 16:29 UTC 

[PATCH v2] ext4: fix error pointer dereference
 2020-05-14 14:59 UTC  (2+ messages)

ext4: Fix use after free issues with journalled data
 2020-05-14 14:57 UTC  (5+ messages)
` [PATCH 2/3] writeback: Export inode_io_list_del()
` [PATCH 3/3] ext4: Avoid freeing inodes on dirty list

[PATCH] ext4: Fix buffer_head refcnt leak when ext4_iget() fails
 2020-05-14 14:54 UTC  (2+ messages)

[PATCH] ext4: don't ignore return values from ext4_ext_dirty()
 2020-05-14 14:49 UTC  (3+ messages)
` [PATCH] ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max

[PATCH] ext4: remove unnecessary comparisons to bool
 2020-05-14 14:47 UTC  (2+ messages)

[PATCH 0/2] remove EXT4_GET_BLOCKS_KEEP_SIZE flag, etc
 2020-05-14 14:43 UTC  (7+ messages)
` [PATCH 1/2] ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
` [PATCH 2/2] ext4: translate a few more map flags to strings in tracepoints

[PATCH] ext4: remove redundant variable has_bigalloc in ext4_fill_super
 2020-05-14 14:20 UTC  (2+ messages)

[PATCH v12 00/12] Inline Encryption Support
 2020-05-13 18:19 UTC  (20+ 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

[ANNOUNCE] xfs-linux: vfs-for-next updated to 2c567af418e3
 2020-05-13 16:01 UTC 

[Bug 207729] New: Mounting EXT4 with data_err=abort does not abort journal on data block write failure
 2020-05-13  8:15 UTC 

Reducing ext4 fs issues resulting from frequent hard poweroffs
 2020-05-13  3:16 UTC  (3+ messages)

[PATCH v3 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-12 17:34 UTC  (2+ messages)

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

[PATCH] ext4: rework map struct instantiation in ext4_ext_map_blocks()
 2020-05-12 11:32 UTC  (2+ messages)

[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  (6+ messages)
` [Bug 207635] "

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


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