linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 19:09:59 to 2021-04-06 16:45:51 UTC [more...]

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

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

KCSAN: data-race in __jbd2_journal_file_buffer / jbd2_journal_dirty_metadata
 2021-04-06 16:12 UTC  (6+ messages)

[PATCH] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-04-06  3:34 UTC  (2+ messages)

[PATCH v3] ext4: Fix ext4_error_err save negative errno into superblock
 2021-04-06  2:53 UTC 

[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 v2] ext4: fix error code in ext4_commit_super
 2021-04-03 18:34 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 v6 0/7] Block Allocator Improvements
 2021-04-02 17:39 UTC  (11+ 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 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  (8+ messages)
` [PATCH 1/2] Updated locking documentation for transaction_t
  ` [PATCH v2] Updated locking documentation for journal_t

[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] ext4: Delete redundant uptodate check for buffer
 2021-04-01 11:20 UTC  (2+ messages)

[RFC] ext4: Fix fs can't panic when abort by user
 2021-04-01  8:19 UTC 

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

[PATCH 0/2] ext2: Convert kmap to kmap_local_page
 2021-03-31 12:05 UTC  (4+ messages)
` [PATCH 1/2] ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()
` [PATCH 2/2] fs/ext2: Replace kmap() with kmap_local_page()

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

[PATCH] ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
 2021-03-31  9:59 UTC  (2+ messages)

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 02/44] ext4: shrink race window in ext4_should_retry_alloc()
 2021-03-30 21:14 UTC  (7+ messages)
` [PATCH AUTOSEL 5.11 03/44] ext4: add reclaim checks to xattr code
` [PATCH AUTOSEL 5.11 04/44] fs/ext4: fix integer overflow in s_log_groups_per_flex
` [PATCH AUTOSEL 5.11 05/44] ext4: fix bh ref count on error paths
` [PATCH AUTOSEL 5.11 41/44] ext4: do not iput inode under running transaction in ext4_rename()

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

Block allocator improvements
 2021-03-30 16:29 UTC  (16+ messages)
` [PATCH v5 1/6] ext4: drop s_mb_bal_lock and convert protected fields to atomic
` [PATCH v5 2/6] ext4: add ability to return parsed options from parse_options
` [PATCH v5 3/6] ext4: add mballoc stats proc file
` [PATCH v5 4/6] ext4: add MB_NUM_ORDERS macro
` [PATCH v5 5/6] ext4: improve cr 0 / cr 1 group scanning
` [PATCH v5 6/6] ext4: add proc files to monitor new structures

[PATCH v5 0/4] Make UTF-8 encoding loadable
 2021-03-30 16:00 UTC  (14+ messages)
` [PATCH v5 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v5 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v5 3/4] fs: unicode: Rename utf8-core file to unicode-core
` [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  (9+ messages)
` [PATCH 1/3] fs/dcache: Add d_clear_dir_neg_dentries()
` [PATCH 2/3] ext4: Prevent dangling dentries on casefold directories
` [PATCH 3/3] f2fs: "

[PATCH 0/8] EXT4: Trivial typo fixes
 2021-03-28 20:55 UTC  (11+ messages)
` [PATCH 1/8] EXT4: migrate.c: Fixed few typos
` [PATCH 2/8] EXT4: namei.c: Fixed a typo
` [PATCH 3/8] EXT4: inline.c: A typo fixed
` [PATCH 4/8] Fix a typo
` [PATCH 5/8] EXT4: indirect.c: A trivial typo fix
` [PATCH 6/8] EXT4: xattr.c: Mundane "
` [PATCH 7/8] EXT4: fast_commit.c: A mere "
` [PATCH 8/8] EXT4: mballoc.h: Single "

[RFC] inode.i_opflags - Usage of two different locking schemes
 2021-03-26 16:37 UTC  (7+ messages)

[PATCH] ext4/migrate.c: Mundane typo fixes
 2021-03-26 12:31 UTC 

[PATCH v4 0/5] Make UTF-8 encoding loadable
 2021-03-25 21:26 UTC  (13+ messages)
` [PATCH v4 1/5] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v4 2/5] fs: Check if utf8 encoding is loaded before calling utf8_unload()
` [PATCH v4 3/5] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v4 4/5] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v4 5/5] fs: unicode: Add utf8 module and a unicode layer

[RFC PATCH 0/8] use core page calls instead of kmaps
 2021-03-25 15:10 UTC  (5+ messages)
` [RFC PATCH 6/8] ext4: use memcpy_to_page() in pagecache_write()

ext2_set_link()->ext2_put_page() question
 2021-03-25 14:54 UTC  (2+ messages)

[PATCH v2] ext4: delete some unused tracepoint definitions
 2021-03-25 14:37 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 02/39] ext4: shrink race window in ext4_should_retry_alloc()
 2021-03-25 11:25 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 03/39] ext4: add reclaim checks to xattr code
` [PATCH AUTOSEL 5.10 04/39] fs/ext4: fix integer overflow in s_log_groups_per_flex
` [PATCH AUTOSEL 5.10 05/39] ext4: fix bh ref count on error paths
` [PATCH AUTOSEL 5.10 36/39] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH AUTOSEL 4.4 01/10] ext4: fix bh ref count on error paths
 2021-03-25 11:28 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 10/10] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH AUTOSEL 4.9 01/13] ext4: fix bh ref count on error paths
 2021-03-25 11:28 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 13/13] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH AUTOSEL 4.14 01/16] ext4: fix bh ref count on error paths
 2021-03-25 11:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 16/16] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH AUTOSEL 4.19 01/20] ext4: fix bh ref count on error paths
 2021-03-25 11:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 20/20] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH AUTOSEL 5.4 01/24] ext4: shrink race window in ext4_should_retry_alloc()
 2021-03-25 11:26 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 02/24] ext4: fix bh ref count on error paths
` [PATCH AUTOSEL 5.4 24/24] ext4: do not iput inode under running transaction in ext4_rename()

[PATCH v3 0/4] Make UTF-8 encoding loadable
 2021-03-23 22:18 UTC  (14+ messages)
` [PATCH v3 1/5] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v3 2/5] fs: Check if utf8 encoding is loaded before calling utf8_unload()
` [PATCH v3 3/5] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v3 4/5] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v3 5/5] fs: unicode: Add utf8 module and a unicode layer


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