linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-16 17:18:17 to 2019-05-25 03:58:55 UTC [more...]

[PATCH] ext4: Fix dcache lookup of !casefolded directories
 2019-05-25  3:58 UTC  (2+ messages)

[PATCH 0/3 v2] ext4: Fix issues in ext4 truncate handling
 2019-05-25  3:32 UTC  (9+ messages)
` [PATCH 1/3] ext4: Wait for outstanding dio during truncate in nojournal mode
` [PATCH 2/3] ext4: Do not delete unlinked inode from orphan list on failed truncate
` [PATCH 3/3] ext4: Gracefully handle ext4_break_layouts() failure during truncate

[PATCH v2 0/7] xfstests: verify fscrypt-encrypted contents and filenames
 2019-05-24 22:04 UTC  (8+ messages)
` [PATCH v2 1/7] common/encrypt: introduce helpers for set_encpolicy and get_encpolicy
` [PATCH v2 2/7] fscrypt-crypt-util: add utility for reproducing fscrypt encrypted data
` [PATCH v2 3/7] common/encrypt: support requiring other encryption settings
` [PATCH v2 4/7] common/encrypt: add helper for ciphertext verification tests
` [PATCH v2 5/7] generic: verify ciphertext of v1 encryption policies with AES-256
` [PATCH v2 6/7] generic: verify ciphertext of v1 encryption policies with AES-128
` [PATCH v2 7/7] generic: verify ciphertext of v1 encryption policies with Adiantum

[PATCH] ext2: optimize ext2_xattr_get()
 2019-05-24  8:58 UTC  (5+ messages)

[PATCH] ext2: strengthen value length check in ext2_xattr_set()
 2019-05-24  8:33 UTC  (5+ messages)

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-24  7:56 UTC  (36+ messages)

Ext4 corruption on linux-next since 5.2 merge window
 2019-05-24  4:37 UTC  (2+ messages)

[PATCH] e2fsck: handle verity files in scan_extent_node()
 2019-05-24  4:33 UTC  (2+ messages)

[PATCH] ext4: remove some redundant corruption checks
 2019-05-24  4:27 UTC  (2+ messages)

[PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
 2019-05-23 16:18 UTC  (16+ messages)
` [PATCH v3 01/15] fs-verity: add a documentation file
` [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry
` [PATCH v3 03/15] fs-verity: add UAPI header
` [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v3 05/15] fs-verity: add inode and superblock fields
` [PATCH v3 06/15] fs-verity: add the hook for file ->open()
` [PATCH v3 07/15] fs-verity: add the hook for file ->setattr()
` [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages()
` [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v3 11/15] fs-verity: add SHA-512 support
` [PATCH v3 12/15] fs-verity: support builtin file signatures
` [PATCH v3 13/15] ext4: add basic fs-verity support
` [PATCH v3 14/15] ext4: add fs-verity read support
` [PATCH v3 15/15] f2fs: add fs-verity support

Logo printing on the USB drives
 2019-05-23 13:20 UTC 

[PATCH v2] jbd2: fix some print format mistakes
 2019-05-23  2:26 UTC 

Logo printing
 2019-05-22 11:40 UTC 

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-22 10:25 UTC  (7+ messages)

[PATCH 4.19 000/105] 4.19.45-stable review
 2019-05-22 10:20 UTC  (12+ messages)
      ` ext4 regression (was Re: [PATCH 4.19 000/105] 4.19.45-stable review)

[PATCH 0/3] ext4: Fix issues in ext4 truncate handling
 2019-05-22  9:00 UTC  (9+ messages)
` [PATCH 1/3] ext4: Wait for outstanding dio during truncate in nojournal mode
` [PATCH 2/3] ext4: Do not delete unlinked inode from orphan list on failed truncate
` [PATCH 3/3] ext4: Gracefully handle ext4_break_layouts() failure during truncate

[PATCH] ext4: Variable to signed to check return code
 2019-05-22  6:59 UTC  (10+ messages)

[PATCH v10 0/7] virtio pmem driver
 2019-05-21 16:24 UTC  (10+ messages)
` [PATCH v10 1/7] libnvdimm: nd_region flush callback support
` [PATCH v10 2/7] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v10 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v10 4/7] dm: enable synchronous dax
` [PATCH v10 5/7] dax: check synchronous mapping is supported
` [PATCH v10 6/7] ext4: disable map_sync for async flush
` [PATCH v10 7/7] xfs: "

[PATCH v6 00/16] fscrypt: key management improvements
 2019-05-21  3:29 UTC  (20+ messages)
` [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v6 10/16] fscrypt: v2 encryption policy support
` [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v6 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v6 14/16] f2fs: "
` [PATCH v6 15/16] ubifs: "
` [PATCH v6 16/16] fscrypt: document the new ioctls and policy version

[PATCH v2 00/14] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-20 16:29 UTC  (15+ messages)
` [PATCH v2 01/14] fscrypt: simplify bounce page handling
` [PATCH v2 02/14] fscrypt: remove the "write" part of struct fscrypt_ctx
` [PATCH v2 03/14] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [PATCH v2 04/14] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [PATCH v2 05/14] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [PATCH v2 06/14] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH v2 07/14] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [PATCH v2 08/14] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH v2 09/14] fscrypt: support decrypting multiple filesystem blocks per page
` [PATCH v2 10/14] fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
` [PATCH v2 11/14] ext4: clear BH_Uptodate flag on decryption error
` [PATCH v2 12/14] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH v2 13/14] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH v2 14/14] ext4: encrypt only up to last block in ext4_bio_write_page()

Can ext4_break_layouts() ever fail?
 2019-05-20 16:24 UTC  (5+ messages)

[PATCH] ext2: code cleanup by using test_opt() and clear_opt()
 2019-05-20  8:49 UTC  (2+ messages)

[PATCH] doc: ext2: update description of quota options for ext2
 2019-05-20  8:49 UTC  (2+ messages)

[PATCH v9 0/7] virtio pmem driver
 2019-05-20  3:47 UTC  (10+ messages)
` [PATCH v9 2/7] virtio-pmem: Add "
      ` [Qemu-devel] "

[GIT PULL] ext4 fixes for 5.1-rc1
 2019-05-19 19:10 UTC  (2+ messages)

[bugreport] kernel 5.2 pblk bad header/extent: invalid extent entries
 2019-05-18 18:59 UTC  (2+ messages)

[PATCH] ext4: Fix entry corruption when disk online and offline frequently
 2019-05-17 22:59 UTC  (2+ messages)

[PATCH] ext4: Avoid panic during forced reboot due to aborted journal
 2019-05-17 21:50 UTC  (2+ messages)

ext3/ext4 filesystem corruption under post 5.1.0 kernels
 2019-05-17 16:44 UTC  (8+ messages)

[PATCH] fstests: generic, fsync fuzz tester with fsstress
 2019-05-17 15:34 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] jbd2: fix some print format mistakes
 2019-05-17  8:29 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).