linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 14:10:38 to 2020-10-18 15:04:39 UTC [more...]

[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 v2 1/2] ext4: add helpers for checking whether quota can be enabled/is journalled
 2020-10-18  3:22 UTC  (3+ 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-17 18:26 UTC  (5+ messages)
` [PATCH 2/2] ext4: export quota journalling mode via sysfs attr quota_mode

[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()

[PATCH v10 0/9] Add fast commits in Ext4 file system
 2020-10-15 20:38 UTC  (10+ 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

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 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 20:52 UTC  (90+ messages)
` [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 06/58] kmap: Introduce k[un]map_thread debugging
` [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 10/58] drivers/rdma: "
` [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 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [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 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

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

[PATCH] ext2: Remove unnecessary blank
 2020-10-10  9:43 UTC 

[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  (16+ messages)

Question regarding ext4_journalled_aops: lack of migrate_page
 2020-10-09 16:47 UTC  (2+ messages)

[PATCH 1/1] ext4: Fix bs < ps issue reported with dioread_nolock mount opt
 2020-10-09 15:58 UTC  (5+ messages)

[ext4:dev] BUILD SUCCESS WITH WARNING ab7b179af3f98772f2433ddc4ace6b7924a4e862
 2020-10-09 14:44 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).