linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 19:57:32 to 2020-09-25 20:38:49 UTC [more...]

[PATCH] ext4: flag as supporting buffered async reads
 2020-09-25 19:19 UTC  (32+ messages)
              ` REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag

[PATCH v2] ext4: Fix bdev write error check failed when mount fs with ro
 2020-09-25  9:10 UTC  (2+ messages)

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-09-25  7:12 UTC  (5+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites
  ` [ext4] 4e8fc10115: fio.write_iops 330.6% improvement

[xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
 2020-09-24 17:27 UTC  (6+ messages)
` [xfstests-bld PATCH v2] "

[PATCH v5 0/2] Fix dead loop in ext4_mb_new_blocks
 2020-09-24 15:12 UTC  (9+ messages)
` [PATCH v5 1/2] ext4: Discard preallocations before releasing group lock
` [PATCH v5 2/2] ext4: Fix dead loop in ext4_mb_new_blocks

[PATCH v2] ext4: Discard preallocations before releasing group lock
 2020-09-24 15:09 UTC 

[PATCH] ext4: Implement swap_activate aops using iomap
 2020-09-24 14:49 UTC  (2+ messages)

[PATCH] ext4: Fix bdev write error check failed when mount fs with ro
 2020-09-24 14:42 UTC  (3+ messages)

[PATCH] ext4: fix data-races problem at inode->i_disksize
 2020-09-24  9:44 UTC  (2+ messages)

memory leak in kobject_set_name_vargs (3)
 2020-09-24  9:08 UTC  (3+ messages)
` [PATCH] ext4: fix leaking sysfs kobject after failed mount

[PATCH] fscrypt: export fscrypt_d_revalidate()
 2020-09-24 10:57 UTC  (2+ messages)

[PATCH v2 0/7] ext4: fix a memory corrupt problem
 2020-09-24  7:33 UTC  (8+ messages)
` [PATCH v2 1/7] ext4: clear buffer verified flag if read meta block from disk
` [PATCH v2 2/7] ext4: introduce new metadata buffer read helpers
` [PATCH v2 3/7] ext4: use common helpers in all places reading metadata buffers
` [PATCH v2 4/7] ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()
` [PATCH v2 5/7] ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
` [PATCH v2 6/7] ext4: use ext4_sb_bread() instead of sb_bread()
` [PATCH v2 7/7] ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()

[PATCH v9 0/9] ext4: add fast commits feature
 2020-09-24  6:56 UTC  (15+ messages)
` [PATCH v9 1/9] doc: update ext4 and journalling docs to include fast commit feature
` [PATCH v9 2/9] ext4: add fast_commit feature and handling for extended mount options
` [PATCH v9 3/9] ext4 / jbd2: add fast commit initialization
` [PATCH v9 4/9] jbd2: add fast commit machinery
` [PATCH v9 5/9] ext4: main fast-commit commit path
` [PATCH v9 6/9] jbd2: fast commit recovery path
` [PATCH v9 7/9] ext4: "
` [PATCH v9 8/9] ext4: add a mount opt to forcefully turn fast commits on
` [PATCH v9 9/9] ext4: add fast commit stats in procfs

kernel panics when hot removing U.2 nvme disk
 2020-09-24  6:14 UTC  (5+ messages)

[PATCH v2 RESEND 1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
 2020-09-24  3:03 UTC  (2+ messages)
` [PATCH v2 RESEND 2/2] ext4: rename system_blks to s_system_blks "

[Bug 209275] New: Graphics freeze after WARNING: CPU: 2 PID: 156207 at fs/ext4/inode.c:3599 ext4_set_page_dirty+0x3e/0x50
 2020-09-24  0:22 UTC  (6+ messages)
` [Bug 209275] "

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-23 20:44 UTC  (13+ messages)
` [PATCH 1/5] ext4: Use generic casefolding support
` [PATCH 2/5] fscrypt: Export fscrypt_d_revalidate
` [PATCH 3/5] libfs: Add generic function for setting dentry_ops
` [PATCH 4/5] fscrypt: Have filesystems handle their d_ops
` [PATCH 5/5] f2fs: Handle casefolding with Encryption

A bug in ext4 with big directories (was: NVFS XFS metadata)
 2020-09-23 20:20 UTC  (4+ messages)

[PATCH] jbd2: avoid transaction reuse after reformatting
 2020-09-23 12:24 UTC  (7+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "

[PATCH] e2fsck: skip extent optimization by default
 2020-09-23 11:00 UTC  (4+ messages)

[PATCH] FIX the comment of struct jbd2_journal_handle
 2020-09-23 10:35 UTC  (2+ messages)

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-22 16:01 UTC  (3+ messages)

[PATCH v3 00/13] fscrypt: improve file creation flow
 2020-09-22 13:50 UTC  (20+ messages)
` [PATCH v3 01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 02/13] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v3 03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 04/13] f2fs: "
` [PATCH v3 05/13] ubifs: "
` [PATCH v3 06/13] fscrypt: adjust logging for in-creation inodes
` [PATCH v3 07/13] fscrypt: remove fscrypt_inherit_context()
` [PATCH v3 08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v3 09/13] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v3 10/13] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v3 11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v3 12/13] fscrypt: handle test_dummy_encryption in more logical way
` [PATCH v3 13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'

[PATCH 1/4] e2fsck: remove unused variable 'new_array'
 2020-09-22 12:37 UTC  (2+ messages)

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-09-22  6:18 UTC  (5+ messages)
` [PATCH v12 4/4] ext4: Use generic casefolding support

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-09-21 22:41 UTC  (7+ messages)

[PATCH -next] ext4: add trace exit in exception path
 2020-09-21 12:47 UTC 

[PATCH v2] chattr/lsattr: Support dax attribute
 2020-09-21  2:15 UTC  (8+ messages)

Kernel Benchmarking
 2020-09-21  1:20 UTC  (50+ messages)

[PATCH AUTOSEL 4.19 059/206] ext4: make dioread_nolock the default
 2020-09-18 17:18 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 097/206] ext4: fix a data race at inode->i_disksize
` [PATCH AUTOSEL 4.19 108/206] ext4: mark block bitmap corrupted when found instead of BUGON

[PATCH AUTOSEL 5.4 105/330] ext4: make dioread_nolock the default
 2020-09-18 14:05 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 155/330] ext4: fix a data race at inode->i_disksize
` [PATCH AUTOSEL 5.4 173/330] ext4: mark block bitmap corrupted when found instead of BUGON

[PATCH v3 1/1] dax: Fix stack overflow when mounting fsdax pmem device
 2020-09-18 11:29 UTC 

[PATCH] ext4: Remove unused including <linux/version.h>
 2020-09-18  2:46 UTC 

[PATCH AUTOSEL 4.14 033/127] ext4: make dioread_nolock the default
 2020-09-18  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 058/127] ext4: fix a data race at inode->i_disksize

[PATCH AUTOSEL 4.9 26/90] ext4: make dioread_nolock the default
 2020-09-18  2:13 UTC 

[PATCH AUTOSEL 4.4 18/64] ext4: make dioread_nolock the default
 2020-09-18  2:15 UTC 

[PATCH] ext4: clear buffer verified flag if read meta block from disk
 2020-09-18  1:09 UTC  (5+ messages)

Fwd: [PATCH] [RFC] ext2fs: parallel bitmap loading
 2020-09-17  6:50 UTC  (4+ messages)
    `  "

[PATCH v2] ext4: Disallow modifying DAX inode flag if inline_data has been set
 2020-09-17  3:29 UTC  (3+ messages)

[RFC PATCH v3 0/3] ext4/jbd2: data=journal: write-protect pages on transaction commit
 2020-09-16 16:59 UTC  (9+ messages)
` [RFC PATCH v3 1/3] jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
` [RFC PATCH v3 2/3] jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()
` [RFC PATCH v3 3/3] ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()

[PATCH v4] ext4: Fix dead loop in ext4_mb_new_blocks
 2020-09-16 10:16 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).