linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 17:43:38 to 2020-10-27 18:01:49 UTC [more...]

[bug report] ext4: fast commit recovery path
 2020-10-27 18:00 UTC  (2+ messages)

[PATCH v4 1/2] kunit: Support for Parameterized Testing
 2020-10-27 17:47 UTC  (2+ messages)
` [PATCH v4 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH v10 0/9] Add fast commits in Ext4 file system
 2020-10-27 17:38 UTC  (26+ messages)
` [PATCH v10 1/9] doc: update ext4 and journalling docs to include fast commit feature
` [PATCH v10 2/9] ext4: add fast_commit feature and handling for extended mount options
` [PATCH v10 3/9] ext4 / jbd2: add fast commit initialization
` [PATCH v10 4/9] jbd2: add fast commit machinery
` [PATCH v10 5/9] ext4: main fast-commit commit path
` [PATCH v10 6/9] jbd2: fast commit recovery path
` [PATCH v10 7/9] ext4: "
` [PATCH v10 8/9] ext4: add a mount opt to forcefully turn fast commits on
` [PATCH v10 9/9] ext4: add fast commit stats in procfs

[PATCH v3 1/2] kunit: Support for Parameterized Testing
 2020-10-27 17:33 UTC  (10+ messages)
` [PATCH v3 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH] ext4: Fix mmap write protection for data=journal mode
 2020-10-27 16:10 UTC  (2+ messages)

[PATCH v3 23/32] jbd2: fix a kernel-doc markup
 2020-10-27  9:51 UTC 

[PATCH AUTOSEL 5.9 118/147] jbd2: avoid transaction reuse after reformatting
 2020-10-26 23:48 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 119/147] ext4: Detect already used quota file early

[PATCH AUTOSEL 4.14 37/46] ext4: Detect already used quota file early
 2020-10-27  0:09 UTC 

[PATCH AUTOSEL 4.9 25/30] ext4: Detect already used quota file early
 2020-10-27  0:10 UTC 

[PATCH AUTOSEL 4.4 20/25] ext4: Detect already used quota file early
 2020-10-27  0:11 UTC 

[PATCH AUTOSEL 4.19 49/60] ext4: Detect already used quota file early
 2020-10-27  0:04 UTC 

[PATCH AUTOSEL 5.4 65/80] ext4: Detect already used quota file early
 2020-10-26 23:55 UTC 

[PATCH AUTOSEL 5.8 110/132] ext4: Detect already used quota file early
 2020-10-26 23:51 UTC 

[PATCH] ext4: properly check for dirty state in ext4_inode_datasync_dirty()
 2020-10-26 22:28 UTC  (2+ messages)

[PATCH v2 1/2] kunit: Support for Parameterized Testing
 2020-10-26 18:19 UTC  (7+ messages)
` [PATCH v2 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

Strange SEEK_HOLE / SEEK_DATA behavior
 2020-10-26 16:48 UTC  (3+ messages)

[PATCH] ext4: do the quotafile name safe check before allocating new string
 2020-10-26 14:43 UTC 

swap file broken with ext4 fast-commit
 2020-10-24 13:38 UTC  (2+ messages)

[PATCH] ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
 2020-10-24  5:53 UTC  (13+ messages)

[PATCH 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-10-23 23:10 UTC  (12+ messages)
` [PATCH 2/8] ext4: remove redundant mb_regenerate_buddy()
` [PATCH 3/8] ext4: simplify the code of mb_find_order_for_block
` [PATCH 4/8] ext4: add the gdt block of meta_bg to system_zone
` [PATCH 5/8] ext4: update ext4_data_block_valid related comments
` [PATCH 6/8] ext4: add a helper function to validate metadata block
` [PATCH 7/8] ext4: delete invalid code inside ext4_xattr_block_set()
` [PATCH 8/8] ext4: fix a memory leak of ext4_free_data

[PATCH v3 35/56] jbd2: fix kernel-doc markups
 2020-10-23 16:57 UTC  (2+ messages)

[PATCH] ext4: remove the null check of bio_vec page
 2020-10-23 16:56 UTC  (4+ messages)

[PATCH] ext4: fix double locking in ext4_fc_commit_dentry_updates()
 2020-10-23 16:13 UTC 

ext4 and dd of emmc
 2020-10-23 16:13 UTC  (3+ messages)

[PATCH v4 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-10-23 15:48 UTC  (4+ messages)
` [PATCH v4 2/2] ext4: print quota journalling mode on (re-)mount

[PATCH] libfs: Fix DIO mode aligment
 2020-10-23 11:26 UTC 

[PATCH] ext4: Fix an IS_ERR() vs NULL check
 2020-10-23 11:22 UTC 

[ext4:dev] BUILD SUCCESS WITH WARNING 1322181170bb01bce3c228b82ae3d5c6b793164f
 2020-10-22 18:22 UTC 

[GIT PULL] ext4 changes for 5.10
 2020-10-22 18:05 UTC  (2+ messages)

[ext4:dev 41/46] fs/ext4/fast_commit.c:964 ext4_fc_commit_dentry_updates() error: double locked 'sbi->s_fc_lock' (orig line 955)
 2020-10-22  9:55 UTC 

[PATCH v2 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-10-22  3:33 UTC  (9+ messages)
` [PATCH v2 2/2] ext4: print quota journalling mode on (re-)mount

WARNING in ext4_set_page_dirty
 2020-10-21 22:45 UTC  (2+ messages)

[PATCH RFC 0/7] Superblock notifications
 2020-10-21 15:21 UTC  (9+ messages)
` [PATCH RFC 1/7] watch_queue: Make watch_sizeof() check record size
` [PATCH RFC 2/7] security: Add hooks to rule on setting a watch for superblock
` [PATCH RFC 3/7] watch_queue: Support a text field at the end of the notification
` [PATCH RFC 4/7] vfs: Add superblock notifications
` [PATCH RFC 5/7] vfs: Include origin of the SB error notification
` [PATCH RFC 6/7] fs: Add more superblock error subtypes
` [PATCH RFC 7/7] ext4: Implement SB error notification through watch_sb

[PATCH][next] ext4: remove redundant assignment of variable ex
 2020-10-21 13:23 UTC 

[PATCH] ext4: remove redundant operation that set bh to NULL
 2020-10-21  1:10 UTC  (2+ messages)

[PATCH] release notes: delete two files that are fully contained within v1.41.txt
 2020-10-20  9:56 UTC 

[PATCH 1/2] tune2fs.8: fix various wording and formatting issues
 2020-10-20  9:48 UTC  (2+ messages)
` [PATCH 2/2] mke2fs.8: fix various formatting issues, and sort the synopsis

[PATCH v2 1/8] ext4: use ASSERT() to replace J_ASSERT()
 2020-10-20  5:03 UTC  (10+ messages)
` [PATCH v2 2/8] ext4: remove redundant mb_regenerate_buddy()
` [PATCH v2 3/8] ext4: simplify the code of mb_find_order_for_block
` [PATCH v2 4/8] ext4: add the gdt block of meta_bg to system_zone
` [PATCH v2 5/8] ext4: update ext4_data_block_valid related comments
` [PATCH v2 6/8] ext4: add a helper function to validate metadata block
` [PATCH v2 7/8] ext4: delete invalid code inside ext4_xattr_block_set()
` [PATCH v2 8/8] ext4: fix a memory leak of ext4_free_data

[PATCH] ext4: fix invalid inode checksum
 2020-10-20  3:59 UTC  (2+ messages)

[PATCH] ext2: Remove unnecessary blank
 2020-10-19 16:34 UTC  (2+ messages)

[PATCH 1/2] ext4: add helpers for checking whether quota is enabled/journalled
 2020-10-19  9:36 UTC  (7+ messages)
` [PATCH 2/2] ext4: export quota journalling mode via sysfs attr quota_mode

[PATCH v3 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-10-19  9:19 UTC  (2+ messages)
` [PATCH v3 2/2] ext4: print quota journalling mode on (re-)mount

[ext4:dev] BUILD SUCCESS 8d8282d4a35839e8a3c5c2e20ddcf860790880aa
 2020-10-19  4:24 UTC 

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-18 15:04 UTC  (6+ messages)
` [PATCH v3 11/18] ext4: Tell the VFS that readpage was synchronous
` [PATCH v3 12/18] ext4: Return error from ext4_readpage

[ext4:dev] BUILD SUCCESS 76f86a32ac6ff07a687743051e8fc04531e5a37d
 2020-10-18  3:50 UTC 

[PATCH 1/8] ext4: use ASSERT() to replace J_ASSERT()
 2020-10-17  2:23 UTC  (9+ messages)
` [PATCH 2/8] ext4: remove redundant mb_regenerate_buddy()
` [PATCH 3/8] ext4: use do_div() to calculate block offset
` [PATCH 4/8] ext4: simplify the code of mb_find_order_for_block
` [PATCH 5/8] ext4: add the gdt block of meta_bg to system_zone
` [PATCH 6/8] ext4: update ext4_data_block_valid related comments
` [PATCH 7/8] ext4: add a helper function to validate metadata block
` [PATCH 8/8] ext4: delete invalid code inside ext4_xattr_block_set()

RWF_NOWAIT writes not failing when writing to a range with holes
 2020-10-15 15:37 UTC  (3+ messages)

[PATCH v2] ext4: Detect already used quota file early
 2020-10-15 14:56 UTC  (2+ messages)

[PATCH] ext4: Detect already used quota file early
 2020-10-15 14:52 UTC  (4+ messages)

[PATCH v6] jbd2: avoid transaction reuse after reformatting
 2020-10-15 14:49 UTC  (2+ messages)

[PATCH v3] Updated locking documentation for transaction_t
 2020-10-15 13:56 UTC  (3+ messages)
` [RFC] Fine-grained locking documentation for jbd2 data structures

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-10-15  9:27 UTC  (3+ messages)

[PATCH 1/2] kunit: Support for Parameterized Testing
 2020-10-15  5:28 UTC  (3+ messages)

[GIT PULL] iomap: new code for 5.10-rc1
 2020-10-14 19:30 UTC  (2+ messages)

[xfstests-bld PATCH] test-appliance: add lz4 package
 2020-10-14 15:53 UTC  (2+ messages)

[RFC PATCH] ext4: use the normal helper to get the actual inode
 2020-10-14 15:48 UTC  (3+ messages)

kernel BUG at fs/ext4/inline.c:LINE!
 2020-10-14 12:01 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 20:52 UTC  (12+ messages)
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "

ext4: dev: Broken with CONFIG_JBD2=and CONFIG_EXT4_FS=m
 2020-10-13 17:43 UTC  (7+ 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).