linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 02:22:46 to 2020-10-03 01:38:46 UTC [more...]

[PATCH v2] chattr/lsattr: Support dax attribute
 2020-10-03  1:38 UTC  (5+ messages)

[PATCH] ext4: delete duplicated words + other fixes
 2020-10-02 20:14 UTC  (2+ messages)

[PATCH] ext4: flag as supporting buffered async reads
 2020-10-02 20:10 UTC  (3+ messages)

State of dump utility
 2020-10-02 15:17 UTC  (5+ messages)

[Bug 205957] New: Ext4 64 bit hash breaks 32 bit glibc 2.28+
 2020-10-02 10:34 UTC  (3+ messages)
` [Bug 205957] "

[RFC PATCH v4 0/4] ext4/jbd2: data=journal: write-protect pages on transaction commit
 2020-10-02  8:39 UTC  (16+ messages)
` [RFC PATCH v4 1/4] jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
` [RFC PATCH v4 2/4] jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()
` [RFC PATCH v4 3/4] ext4: data=journal: fixes for ext4_page_mkwrite()
` [RFC PATCH v4 4/4] ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()

[PATCH] e2fsck: skip extent optimization by default
 2020-10-02  3:04 UTC  (7+ messages)

[PATCH] tests: replace perl usage with shell built-in
 2020-10-02  2:05 UTC  (4+ messages)

[PATCH] ext4: limit entries returned when counting fsmap records
 2020-10-01 22:21 UTC 

[PATCH 1/4] e2fsck: remove unused variable 'new_array'
 2020-10-01 20:51 UTC  (9+ messages)
` [PATCH 2/4] e2fsck: use size_t instead of int in string_copy()
` [PATCH 3/4] e2fsck: use the right conversion specifier in e2fsck_allocate_memory()
` [PATCH 4/4] ext2fs: remove unused variable 'left'

[PATCH] mke2fs: fix up check for hardlinks always false if inode > 0xFFFFFFFF
 2020-10-01 16:53 UTC  (2+ messages)

[PATCH 1/3] e4crypt: if salt is explicitly provided to add_key, then use it
 2020-10-01 14:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mke2fs: Warn if fs block size is incompatible with DAX
 2020-10-01 14:31 UTC  (2+ messages)

[PATCH] tune2fs: reset MMP state on error exit
 2020-10-01 14:26 UTC  (2+ messages)

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-09-29 20:09 UTC  (4+ messages)

[ext4:dev] BUILD SUCCESS bfd54e29c6101fcfccd16ec2069404d393a7fc23
 2020-09-29 18:42 UTC 

[xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
 2020-09-28 22:06 UTC  (7+ messages)
` [xfstests-bld PATCH v2] "

[PATCH] fscrypt: export fscrypt_d_revalidate()
 2020-09-28 21:55 UTC  (3+ messages)

ext4: how to make sure the LBA contiguous allocation across a set of files
 2020-09-28 17:49 UTC 

[PATCH] ext4: delete invalid comments near mb_buddy_adjust_border
 2020-09-28 11:36 UTC  (2+ messages)
` [PATCH] ext4: make mb_check_counter per group

[PATCH v3] ext4: Fix bdev write error check failed when mount fs with ro
 2020-09-28  2:05 UTC 

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

[PATCH] mm: slab: fix potential double free in ___cache_free
 2020-09-26 14:13 UTC 

Reproducible bug in inline_data handling with ACL
 2020-09-26 10:25 UTC 

Co-Operation Required
 2020-09-25  3:13 UTC 

[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

[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 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  (5+ 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] 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  (4+ 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 

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

[PATCH AUTOSEL 4.19 059/206] ext4: make dioread_nolock the default
 2020-09-18 17:18 UTC  (4+ messages)
` [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 


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).