linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 04:02:18 to 2019-08-02 15:38:14 UTC [more...]

dax writes on ext4 slower than direct-i/o?
 2019-08-02 15:38 UTC  (3+ messages)

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-02 15:29 UTC  (20+ messages)
` [patch V2 1/7] locking/lockdep: Add Kconfig option for bit spinlocks
` [patch V2 2/7] fs/buffer: Move BH_Uptodate_Lock locking into wrapper functions
` [patch V2 3/7] fs/buffer: Substitute BH_Uptodate_Lock for RT and bit spinlock debugging
` [patch V2 4/7] fs/jbd2: Remove jbd_trylock_bh_state()
` [patch V2 5/7] fs/jbd2: Simplify journal_unmap_buffer()
` [patch V2 6/7] fs/jbd2: Make state lock a spinlock
` [patch V2 7/7] fs/jbd2: Free journal head outside of locked region

[PATCH 0/7] jbd2: Bit spinlock conversions
 2019-08-02 15:13 UTC  (8+ messages)
` [PATCH 1/7] jbd2: Simplify journal_unmap_buffer()
` [PATCH 2/7] jbd2: Remove jbd_trylock_bh_state()
` [PATCH 3/7] jbd2: Move dropping of jh reference out of un/re-filing functions
` [PATCH 4/7] jbd2: Drop unnecessary branch from jbd2_journal_forget()
` [PATCH 5/7] jbd2: Don't call __bforget() unnecessarily
` [PATCH 6/7] jbd2: Make state lock a spinlock
` [PATCH 7/7] jbd2: Free journal head outside of locked region

[PATCH v2] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-02 14:19 UTC 

[PATCH] ext4: use rb_entry_safe() instead of open-coding it
 2019-08-02 11:02 UTC  (2+ messages)

[PATCH] jbd2: flush_descriptor(): Do not decrease buffer head's ref count
 2019-08-02 11:00 UTC  (2+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-02 10:39 UTC  (8+ messages)
` [PATCH 06/20] fs: Fill in max and min timestamps in superblock
` [PATCH 09/20] ext4: Initialize timestamps limits

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

[PATCH] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-02  6:28 UTC  (3+ messages)

[PATCH] po: remove unnecessary/buggy positional parameter specifiers
 2019-08-01 10:13 UTC  (2+ messages)

[patch 0/4] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-01  8:44 UTC  (11+ messages)
` [patch 1/4] locking/lockdep: Add Kconfig option for bit spinlocks
` [patch 2/4] fs/buffer: Move BH_Uptodate_Lock locking into wrapper functions
` [patch 3/4] fs/buffer: Substitute BH_Uptodate_Lock for RT and bit spinlock debugging
` [patch 4/4] fs: jbd/jbd2: Substitute BH locks for RT and lock debugging

[PATCH] ext4: disable mount with both dioread_nolock and nodelalloc
 2019-08-01  1:57 UTC  (2+ messages)

[PATCH] ext4: Fix deadlock on page reclaim
 2019-07-31  4:37 UTC  (13+ messages)

[PATCH 1/2] ext2: fix block range in ext2_data_block_valid()
 2019-07-30 16:10 UTC  (3+ messages)
` [PATCH 2/2] ext2: code cleanup for ext2_free_blocks()

[RFC] performance regression with "ext4: Allow parallel DIO reads"
 2019-07-30  1:34 UTC  (8+ messages)

Phantom full ext4 root filesystems on 4.1 through 4.14 kernels
 2019-07-29 21:12 UTC  (16+ messages)
                        ` ext4 file system is constantly writing to the block device with no activity from the applications, is it a bug?

[PATCH] ext2: show more accurate free block count in debug message
 2019-07-29 13:17 UTC  (2+ messages)

Add fsverity tree to linux-next
 2019-07-29  5:45 UTC  (2+ messages)

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

[PATCH v2] e2fsck: check for consistent encryption policies
 2019-07-25 20:10 UTC 

[PATCH 01/11] ext4: add handling for extended mount options
 2019-07-25 20:03 UTC  (24+ messages)
` [PATCH 03/11] jbd2: fast commit setup and enable
` [PATCH 04/11] jbd2: fast-commit commit path changes
` [PATCH 05/11] jbd2: fast-commit commit path new APIs
` [PATCH 06/11] jbd2: fast-commit recovery path changes
` [PATCH 07/11] ext4: add fields that are needed to track changed files
` [PATCH 08/11] ext4: track changed files for fast commit
` [PATCH 09/11] ext4: fast-commit commit range tracking
` [PATCH 10/11] ext4: fast-commit commit path changes
` [PATCH 11/11] ext4: fast-commit recovery "

[Bug 204297] New: Creating CephFS volume in LXD hangs LXC command, kernel bug in logs
 2019-07-25  3:40 UTC  (3+ messages)
` [Bug 204297] "

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-23 22:10 UTC  (8+ messages)

[Bug 204285] New: ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap (and unable to set superblock flags)
 2019-07-23 12:40 UTC 

402b1b327a: BUG:unable_to_handle_page_fault_for_address
 2019-07-23 11:38 UTC  (2+ messages)

INFO: rcu detected stall in ext4_write_checks
 2019-07-23  8:51 UTC  (13+ 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).