linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 15:14:17 to 2019-08-13 14:35:55 UTC [more...]

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-13 14:35 UTC  (21+ messages)
` [PATCH 1/5] ext4: introduce direct IO read code path using "
` [PATCH 2/5] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH 3/5] iomap: modify ->end_io() calling convention
` [PATCH 4/5] ext4: introduce direct IO write code path using iomap infrastructure
` [PATCH 5/5] ext4: clean up redundant buffer_head direct IO code

[PATCH v3] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-13 13:05 UTC 

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-13 11:48 UTC  (45+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 03/19] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH v2 04/19] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [RFC PATCH v2 05/19] fs/ext4: Teach ext4 to break layout leases
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 08/19] fs/xfs: Fail truncate if page lease can't be broken
` [RFC PATCH v2 09/19] mm/gup: Introduce vaddr_pin structure
` [RFC PATCH v2 10/19] mm/gup: Pass a NULL vaddr_pin through GUP fast
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct
` [RFC PATCH v2 13/19] {mm,file}: Add file_pins objects
` [RFC PATCH v2 14/19] fs/locks: Associate file pins while performing GUP
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
` [RFC PATCH v2 17/19] RDMA/umem: Convert to vaddr_[pin|unpin]* operations
` [RFC PATCH v2 18/19] {mm,procfs}: Add display file_pins proc
` [RFC PATCH v2 19/19] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH 0/6] fs-verity fixups
 2019-08-13  2:40 UTC  (11+ messages)
` [PATCH 1/6] fs-verity: fix crash on read error in build_merkle_tree_level()
` [PATCH 2/6] ext4: skip truncate when verity in progress in ->write_begin()
` [PATCH 3/6] f2fs: "
` [PATCH 4/6] ext4: remove ext4_bio_encrypted()
` [PATCH 5/6] ext4: fix comment in ext4_end_enable_verity()
` [PATCH 6/6] f2fs: use EFSCORRUPTED in f2fs_get_verity_descriptor()

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

[PATCH v3] ext4: shrink directory when last block is empty
 2019-08-13  0:24 UTC  (3+ messages)

[PATCH v4] ext4: shrink directory when last block is empty
 2019-08-13  0:21 UTC 

[PATCH] ext4: set error return correctly when ext4_htree_store_dirent fails
 2019-08-12 20:36 UTC  (2+ messages)

[PATCH v2 00/12] ext4: add support fast commit
 2019-08-12 18:01 UTC  (27+ messages)
` [PATCH v2 01/12] ext4: add handling for extended mount options
` [PATCH v2 02/12] jbd2: add fast commit fields to journal_s structure
` [PATCH v2 03/12] jbd2: fast commit setup and enable
` [PATCH v2 04/12] jbd2: fast-commit commit path changes
` [PATCH v2 05/12] jbd2: fast-commit commit path new APIs
` [PATCH v2 06/12] jbd2: fast-commit recovery path changes
` [PATCH v2 07/12] ext4: add fields that are needed to track changed files
` [PATCH v2 08/12] ext4: track changed files for fast commit
` [PATCH v2 09/12] ext4: fast-commit commit range tracking
` [PATCH v2 10/12] ext4: fast-commit commit path changes
` [PATCH v2 11/12] ext4: fast-commit recovery "
` [PATCH v2 12/12] docs: Add fast commit documentation

[PATCH] ext4: drop legacy pre-1970 encoding workaround
 2019-08-12 17:45 UTC 

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-12 14:16 UTC  (15+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "
` [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
      ` [f2fs-dev] "

[PATCH 1/3] ext4: return the extent cache information via fiemap
 2019-08-12  6:47 UTC  (9+ messages)
` [PATCH 2/3] ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
` [PATCH 3/3] ext4: add a new ioctl EXT4_IOC_GETSTATE

[PATCH v2 1/3] ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
 2019-08-11 19:51 UTC  (3+ messages)
` [PATCH v2 2/3] ext4: add a new ioctl EXT4_IOC_GETSTATE
` [PATCH v2 3/3] ext4: add new ioctl EXT4_IOC_GET_ES_CACHE

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-11  1:22 UTC  (14+ messages)
` [patch V2 6/7] fs/jbd2: Make state lock a spinlock

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-09 23:03 UTC  (3+ messages)

[PATCH 0/7 v2] jbd2: Bit spinlock conversions
 2019-08-09 12:42 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 0/7] jbd2: Bit spinlock conversions
 2019-08-09 12:38 UTC  (11+ 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

Is it supported to change an ext2/3/4 label while mounted?
 2019-08-09 11:01 UTC 

mke2fs accepts block size not mentioned in its man page
 2019-08-09  1:00 UTC  (2+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-08 18:27 UTC  (14+ messages)
` [PATCH 09/20] ext4: Initialize timestamps limits

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

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

[PATCH] ext4 crypto: fix to check feature status before get policy
 2019-08-04  9:56 UTC 

dax writes on ext4 slower than direct-i/o?
 2019-08-02 15:38 UTC  (3+ 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).