linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 20:03:02 to 2020-10-21 20:00:42 UTC [more...]

[PATCH v10 0/9] Add fast commits in Ext4 file system
 2020-10-21 20:00 UTC  (15+ 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 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 the null check of bio_vec page
 2020-10-21 10:25 UTC  (2+ messages)

[PATCH 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-10-21  9:15 UTC  (8+ 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] 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] ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
 2020-10-20  7:37 UTC 

[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 v2 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-10-19  9:53 UTC  (7+ messages)
` [PATCH v2 2/2] ext4: print quota journalling mode on (re-)mount

[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  (3+ 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  (5+ messages)
` [PATCH 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
` [kunit] c89d849f69: UBSAN:invalid-load_in_lib/kunit/test.c

[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 10/58] drivers/rdma: Utilize new kmap_thread()
 2020-10-13 20:52 UTC  (61+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
  ` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
  ` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
  ` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
  ` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
  ` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
  ` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
  ` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
  ` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
  ` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
  ` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
  ` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
  ` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
  ` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
  ` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
  ` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
  ` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
  ` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
  ` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
  ` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
  ` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
  ` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
  ` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
  ` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
  ` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
  ` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
  ` [PATCH RFC PKS/PMEM 51/58] kernel: "
  ` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr

ext4: dev: Broken with CONFIG_JBD2=and CONFIG_EXT4_FS=m
 2020-10-13 17:43 UTC  (7+ messages)

[GIT PULL] fscrypt updates for 5.10
 2020-10-13 16:24 UTC  (2+ messages)

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2020-10-13  9:22 UTC  (3+ messages)

From Mrs. Roonie Holbrook !!
 2020-10-13  8:16 UTC 

Disinfectant
 2020-10-13  8:06 UTC 

[PATCH v9 0/9] ext4: add fast commits feature
 2020-10-13  0:28 UTC  (21+ 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 7/9] ext4: fast commit recovery path

[PATCH] [PATCH v5]jbd2: avoid transaction reuse after reformatting
 2020-10-12 18:10 UTC  (3+ messages)

[xfstests-bld PATCH] config: upgrade xfsprogs to v5.8.0
 2020-10-12 16:03 UTC  (2+ messages)

[xfstests-bld PATCH] test-appliance: exclude two more quota tests from encrypt configs
 2020-10-12 15:57 UTC  (2+ messages)

[PATCH v4] jbd2: avoid transaction reuse after reformatting
 2020-10-12 15:29 UTC  (4+ messages)

xfstests global-ext4/1k generic/219 failure due to dmesg warning of "circular locking dependency detected"
 2020-10-12 11:50 UTC  (6+ messages)

[ext4:dev] BUILD SUCCESS 9cb3701fb5997a03841073faa52e9d4bd0893076
 2020-10-10  7:15 UTC 

ext4 regression in v5.9-rc2 from e7bfb5c9bb3d on ro fs with overlapped bitmaps
 2020-10-09 20:30 UTC  (11+ 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).