linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 22:58:48 to 2019-08-20 13:06:59 UTC [more...]

[RFC 0/2] ext4: bmap & fiemap conversion to use iomap
 2019-08-20 13:06 UTC 

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-20 11:55 UTC  (76+ 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
        ` [RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ; -)

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

[PATCH V4 0/8] Consolidate FS read I/O callbacks code
 2019-08-20  7:43 UTC  (15+ messages)
` [PATCH V4 1/8] buffer_head: Introduce BH_Read_Cb flag
` [PATCH V4 2/8] FS: Introduce read callbacks
` [PATCH V4 3/8] fs/mpage.c: Integrate "
` [PATCH V4 4/8] fs/buffer.c: add decryption support via read_callbacks
` [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
  ` [f2fs-dev] "
` [PATCH V4 6/8] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V4 7/8] ext4: Enable encryption for subpage-sized blocks
` [PATCH V4 8/8] fscrypt: remove struct fscrypt_ctx

[PATCH v2 00/12] ext4: add support fast commit
 2019-08-20  6:38 UTC  (10+ messages)
` [PATCH v2 01/12] ext4: add handling for extended mount options
` [PATCH v2 05/12] jbd2: fast-commit commit path new APIs
` [PATCH v2 12/12] docs: Add fast commit documentation

[RFC] performance regression with "ext4: Allow parallel DIO reads"
 2019-08-20  3:00 UTC  (10+ messages)

JBD2 transaction running out of space
 2019-08-19 16:17 UTC  (2+ messages)

Invest $ 5000 and get $ 55000 every month
 2019-08-19 10:47 UTC 

[PATCH 1/2] libext2fs: optimize ext2fs_convert_subcluster_bitmap()
 2019-08-19  5:09 UTC  (6+ messages)
` [PATCH 2/2] mke2fs: set overhead in super block for bigalloc

[PATCH 0/6] fs-verity fixups
 2019-08-18 20:24 UTC  (13+ 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: "
        ` [f2fs-dev] "
` [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] ext4: rework reserved cluster accounting when invalidating pages
 2019-08-17 19:31 UTC 

question about jbd2 checksum v2 and v3 flag
 2019-08-16 23:55 UTC 

[PATCH] jbd2: add missing tracepoint for reserved handle
 2019-08-15 13:44 UTC 

[PATCH v5] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-15 11:47 UTC 

[PATCH v4] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-15 11:33 UTC  (3+ messages)

[PATCH] Ext4 documentation fixes
 2019-08-15  6:09 UTC 

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-14 22:37 UTC  (21+ messages)
` [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 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [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 20/20] fscrypt: document the new ioctls and policy version

[PATCH v5 00/18] compat_ioctl.c removal, part 2/3
 2019-08-14 20:42 UTC  (2+ messages)
` [PATCH v5 04/18] fs: compat_ioctl: move FITRIM emulation into file systems

[Bug 203317] New: WARNING: CPU: 2 PID: 925 at fs/ext4/inode.c:3897 ext4_set_page_dirty+0x39/0x50
 2019-08-14 16:36 UTC  (3+ messages)
` [Bug 203317] "

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-14 14:50 UTC  (7+ messages)

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

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-14 11:58 UTC  (24+ 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] ext4: fix warning inside ext4_convert_unwritten_extents_endio
 2019-08-14  9:54 UTC 

[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] 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  (11+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "

[PATCH 1/3] ext4: return the extent cache information via fiemap
 2019-08-12  6:47 UTC  (8+ messages)
` [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  (9+ 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).