linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 20:44:21 to 2021-04-13 11:29:10 UTC [more...]

[PATCH 0/7 RFC v3] fs: Hole punch vs page cache filling races
 2021-04-13 11:28 UTC  (6+ messages)
` [PATCH 1/7] mm: Fix comments mentioning i_mutex
` [PATCH 2/7] mm: Protect operations adding pages to page cache with i_mapping_lock
` [PATCH 3/7] ext4: Convert to use inode->i_mapping_sem
` [PATCH 4/7] ext2: Convert to using i_mapping_sem
` [PATCH 7/7] fs: Remove i_mapping_sem protection from .page_mkwrite handlers

[PATCH 0/3] ext4: Fix data corruption when extending DIO write races with buffered read
 2021-04-13  9:11 UTC  (10+ messages)
` [PATCH 1/3] iomap: Pass original DIO size to completion handler
` [PATCH 2/3] ext4: Fix occasional generic/418 failure
` [PATCH 3/3] ext4: Fix overflow in ext4_iomap_alloc()

[PATCH v6 24/40] fs: make helpers idmap mount aware
 2021-04-13  8:26 UTC  (3+ messages)

[PATCH] ext4: allow the dax flag to be set and cleared on inline directories
 2021-04-13  3:34 UTC  (2+ messages)

[PATCH] e2fsck: try write_primary_superblock() again when it failed
 2021-04-13  3:19 UTC 

KCSAN: data-race in __jbd2_journal_file_buffer / jbd2_journal_dirty_metadata
 2021-04-12 18:20 UTC  (7+ messages)

[PATCH] e2fsck: zero-fill shared blocks by default
 2021-04-08  1:23 UTC 

[ext4:dev 13/28] mballoc.c:undefined reference to `atomic64_inc_386'
 2021-04-12 13:30 UTC 

More KCSAN data-race Reports
 2021-04-12 11:31 UTC  (4+ messages)

[ext4:dev 11/28] mballoc.c:undefined reference to `atomic64_read_386'
 2021-04-12 10:51 UTC 

[ext4:dev] BUILD SUCCESS WITH WARNING fcdf3c34b7abdcbb49690c94c7fa6ce224dc9749
 2021-04-12  9:22 UTC 

[PATCH] fs: ext4: mballoc: amend goto to cleanup groupinfo memory correctly
 2021-04-12  7:38 UTC 

e2fsprogs 1.46.2 needs #include <time.h> in probe.c
 2021-04-11 23:58 UTC  (2+ messages)

[PATCH v2 0/2] Filename wipeout patch series updates
 2021-04-11 23:38 UTC  (16+ messages)
` [PATCH v2 1/2] ext4: wipe filename upon file deletion
` [PATCH v2 2/2] ext4: add ioctl FS_IOC_CHKPT_JRNL

[PATCH] ext4: add a configurable parameter to prevent endless loop in ext4_mb_discard_group_p
 2021-04-11  4:25 UTC  (7+ messages)

[ext4:dev] BUILD SUCCESS WITH WARNING 21175ca434c5d49509b73cf473618b01b0b85437
 2021-04-10  3:43 UTC 

[PATCH] ext4: fix debug format string warning
 2021-04-10  3:30 UTC  (2+ messages)

[PATCH -next] ext4: fix trailing whitespace
 2021-04-10  3:25 UTC  (3+ messages)

[PATCH 0/8] EXT4: Trivial typo fixes
 2021-04-10  3:19 UTC  (2+ messages)

[PATCH -next] ext4: fix error return code in ext4_fc_perform_commit()
 2021-04-10  1:28 UTC  (3+ messages)

[PATCH 0/2] ext4: Annotate two harmless KCSAN data races
 2021-04-10  1:24 UTC  (5+ messages)
` [PATCH 1/2] ext4: Annotate data race in start_this_handle()
` [PATCH 2/2] ext4: Annotate data race in jbd2_journal_dirty_metadata()

[PATCH v3] ext4: Fix ext4_error_err save negative errno into superblock
 2021-04-10  0:54 UTC  (2+ messages)

[PATCH v2] ext4: fix error code in ext4_commit_super
 2021-04-09 22:45 UTC  (3+ messages)

[RFC] ext4: Fix fs can't panic when abort by user
 2021-04-09 22:41 UTC  (3+ messages)

[ext4:dev 9/17] fs/ext4/fast_commit.c:1738:5: warning: format specifies type 'int' but the argument has type 'unsigned long'
 2021-04-09 20:44 UTC  (2+ messages)

[ext4:dev 9/17] fs/ext4/fast_commit.c:1737:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int'
 2021-04-09 17:36 UTC 

[PATCH] ext4: Delete redundant uptodate check for buffer
 2021-04-09 16:55 UTC  (3+ messages)

[PATCH] ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
 2021-04-09 16:43 UTC  (3+ messages)

[PATCH v6 0/7] Block Allocator Improvements
 2021-04-09 16:36 UTC  (12+ messages)
` [PATCH v6 1/7] ext4: drop s_mb_bal_lock and convert protected fields to atomic
` [PATCH v6 2/7] ext4: add ability to return parsed options from parse_options
` [PATCH v6 3/7] ext4: add mballoc stats proc file
` [PATCH v6 4/7] ext4: add MB_NUM_ORDERS macro
` [PATCH v6 5/7] ext4: improve cr 0 / cr 1 group scanning
` [PATCH v6 6/7] ext4: add proc files to monitor new structures
` [PATCH v6 7/7] ext4: make prefetch_block_bitmaps default

[PATCH v2] ext4: fix check to prevent false positive report of incorrect used inodes
 2021-04-09 15:32 UTC  (3+ messages)

memory leak in ext4_multi_mount_protect
 2021-04-09  5:43 UTC  (2+ messages)
` [syzbot] "

[PATCH] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-04-09  1:47 UTC  (4+ messages)

[PATCH v7 0/4] Make UTF-8 encoding loadable
 2021-04-08 19:10 UTC  (8+ messages)
` [PATCH v7 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v7 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v7 3/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v7 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH 0/3] ext4: fix two issue about bdev_try_to_free_page()
 2021-04-08 14:53 UTC  (9+ messages)
` [PATCH 1/3] jbd2: protect buffers release with j_checkpoint_mutex
` [PATCH 2/3] jbd2: do not free buffers in jbd2_journal_try_to_free_buffers()
` [PATCH 3/3] ext4: add rcu to prevent use after free when umount filesystem

[PATCH] ext4: add a configurable parameter to prevent endless loop in ext4_mb_discard_group_preallocations
 2021-04-07 22:36 UTC  (3+ messages)

[PATCH] ext2fs: avoid re-reading inode multiple times
 2021-04-07  7:50 UTC 

[PATCH 0/3 RFC] fs: Hole punch vs page cache filling races
 2021-04-06 16:50 UTC  (9+ messages)
` [PATCH 2/3] mm: Provide address_space operation for filling pages for read

[PATCH] jbd2: avoid -Wempty-body warnings
 2021-04-06  2:39 UTC  (3+ messages)

[PATCH v2 0/2] Reconcile Encryption and Casefolding in Ext4
 2021-04-06  2:38 UTC  (5+ messages)
` [PATCH v2 1/2] ext4: Handle casefolding with encryption
` [PATCH v2 2/2] ext4: Optimize match for casefolded encrypted dirs

KCSAN: data-race in ext4_fc_commit / ext4_fc_commit
 2021-04-05 16:26 UTC  (2+ messages)

[PATCH] ext4: dir: Remove unnecessary braces
 2021-04-02 21:22 UTC  (2+ messages)

[PATCH] filefrag: minor usability improvements
 2021-04-02 20:05 UTC  (2+ messages)

[PATCH] e2image: add OPTIONS section to man page
 2021-04-02 20:03 UTC  (2+ messages)

[PATCH] misc: remove useless code in set_inode_xattr()
 2021-04-02 19:57 UTC  (4+ messages)

e2fsprogs: Add windows IO manager
 2021-04-02 18:32 UTC  (3+ messages)
` [PATCH 1/3] Add a Windows implementation of the "

[PATCH v3] Updated locking documentation for transaction_t
 2021-04-02 15:40 UTC  (2+ messages)

[PATCH 2/2] Updated locking documentation for journal_t
 2021-04-02 15:40 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ext4: fix error code in ext4_commit_super
 2021-04-02  8:43 UTC  (4+ messages)
` 答复: "

generic/418 regression seen on 5.12-rc3
 2021-04-02  5:07 UTC  (9+ messages)

[PATCH v2] ext4: Fix ext4_error_err save negative errno into superblock
 2021-04-02  1:21 UTC  (2+ messages)

[PATCH] ext4: Fix ext4_error_err save negative errno into superblock
 2021-04-02  1:11 UTC  (2+ messages)

[PATCH v6 0/4] Make UTF-8 encoding loadable
 2021-04-01 20:53 UTC  (6+ messages)
` [PATCH v6 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v6 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v6 3/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v6 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH 0/2] ext2: Convert kmap to kmap_local_page
 2021-03-31 12:05 UTC  (2+ messages)

[PATCH v2] ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
 2021-03-31 12:09 UTC 

Bidding invitation
 2021-03-31  7:12 UTC 

[PATCH] ext4: fix check to prevent false positive report of incorrect used inodes
 2021-03-31  3:12 UTC  (3+ messages)

[BUG && Question] question of SB_ACTIVE flag in ext4_orphan_cleanup()
 2021-03-31  3:11 UTC  (5+ messages)

[PATCH AUTOSEL 5.11 03/44] ext4: add reclaim checks to xattr code
 2021-03-30 21:14 UTC  (3+ messages)

[PATCH 1/2] ext4: wipe filename upon file deletion
 2021-03-30 18:14 UTC  (16+ messages)
` [PATCH 2/2] ext4: add ioctl EXT4_FLUSH_JOURNAL

Block allocator improvements
 2021-03-30 16:29 UTC  (8+ messages)
` [PATCH v5 5/6] ext4: improve cr 0 / cr 1 group scanning

[PATCH v5 0/4] Make UTF-8 encoding loadable
 2021-03-30 16:00 UTC  (12+ messages)
` [PATCH v5 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v5 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH 0/3] fs: Fix dangling dentries on casefold directories
 2021-03-30 12:54 UTC  (4+ messages)
` [PATCH 1/3] fs/dcache: Add d_clear_dir_neg_dentries()


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