linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 15:52:25 to 2020-11-10 08:48:40 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

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

[GIT PULL] fscrypt fix for 5.10-rc4
 2020-11-09 23:11 UTC 

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-11-09 22:50 UTC  (2+ messages)

looking for assistance with jbd2 (and other processes) hung trying to write to disk
 2020-11-09 21:11 UTC 

[PATCH 0/2] Tristate moount option comatibility fixup
 2020-11-09 21:08 UTC  (7+ messages)
` [PATCH 1/2] xfs: show the dax option in mount options
` [PATCH 2/2] ext4: "

[GIT PULL] ext4 cleanups for 5.10-rc4
 2020-11-09 20:45 UTC  (2+ messages)

[ext4:dev] BUILD SUCCESS 05d5233df85e9621597c5838e95235107eb624a2
 2020-11-09 13:20 UTC 

[PATCH] docs: filesystems: Reduce ext2.rst to one top-level heading
 2020-11-09 10:27 UTC  (2+ messages)

[PATCH 1/2] ext4: fix sparse warnings in fast_commit code
 2020-11-08  0:12 UTC  (4+ messages)
` [PATCH 2/2] jbd2: fix up sparse warnings in checkpoint code

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

[PATCH] ext4: report error message when setting usrjquota or grpjquota options failed
 2020-11-07  3:52 UTC  (2+ messages)

[PATCH] ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
 2020-11-07  3:29 UTC  (3+ messages)

[PATCH] MAINTAINERS: add missing file in ext4 entry
 2020-11-07  3:25 UTC  (2+ messages)

[PATCH] ext4: silence an uninitialized variable warning
 2020-11-07  3:23 UTC  (2+ messages)

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

[PATCH 00/11] e2fsprogs: improve case-insensitive fs support
 2020-11-06 18:22 UTC  (14+ messages)
` [PATCH 01/11] tune2fs: Allow enabling casefold feature after fs creation
` [PATCH 02/11] tune2fs: Fix casefold+encrypt error message
` [PATCH 03/11] ext2fs: Add method to validate casefolded strings
` [PATCH 04/11] ext2fs: Implement faster CI comparison of strings
` [PATCH 05/11] e2fsck: Fix entries with invalid encoded characters
` [PATCH 06/11] e2fsck: Support casefold directories when rehashing
` [PATCH 07/11] dict: Support comparison with context
` [PATCH 08/11] e2fsck: Detect duplicated casefolded direntries for rehash
` [PATCH 09/11] e2fsck: Add option to force encoded filename verification
` [PATCH 10/11] e2fsck.8.in: Document check_encoding extended option
` [PATCH 11/11] tests: f_bad_fname: Test fixes of invalid filenames and duplicates

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-11-06 17:52 UTC  (2+ messages)

[PATCH] fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
 2020-11-06 17:50 UTC  (2+ messages)

[PATCH v4 1/2] kunit: Support for Parameterized Testing
 2020-11-06 16:16 UTC  (11+ messages)

[PATCH v2 00/22] ext4 fast commit fixes
 2020-11-06  3:59 UTC  (23+ messages)
` [PATCH v2 01/22] ext4: describe fast_commit feature flags
` [PATCH v2 02/22] ext4: mark fc ineligible if inode gets evictied due to mem pressure
` [PATCH v2 03/22] ext4: drop redundant calls ext4_fc_track_range
` [PATCH v2 04/22] ext4: fixup ext4_fc_track_* functions' signature
` [PATCH v2 05/22] jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
` [PATCH v2 06/22] ext4: clean up the JBD2 API that initializes fast commits
` [PATCH v2 07/22] jbd2: drop jbd2_fc_init documentation
` [PATCH v2 08/22] jbd2: don't use state lock during commit path
` [PATCH v2 09/22] jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
` [PATCH v2 10/22] jbd2: add todo for a fast commit performance optimization
` [PATCH v2 11/22] jbd2: don't touch buffer state until it is filled
` [PATCH v2 12/22] jbd2: don't read journal->j_commit_sequence without taking a lock
` [PATCH v2 13/22] ext4: dedpulicate the code to wait on inode that's being committed
` [PATCH v2 14/22] ext4: fix code documentatioon
` [PATCH v2 15/22] ext4: mark buf dirty before submitting fast commit buffer
` [PATCH v2 16/22] ext4: remove unnecessary fast commit calls from ext4_file_mmap
` [PATCH v2 17/22] ext4: fix inode dirty check in case of fast commits
` [PATCH v2 18/22] ext4: disable fast commit with data journalling
` [PATCH v2 19/22] ext4: issue fsdev cache flush before starting fast commit
` [PATCH v2 20/22] ext4: make s_mount_flags modifications atomic
` [PATCH v2 21/22] jbd2: don't start fast commit on aborted journal
` [PATCH v2 22/22] ext4: cleanup fast commit mount options

[PATCH 00/10] Ext4 fast commit fixes
 2020-11-06  3:07 UTC  (32+ messages)
` [PATCH 01/10] ext4: describe fast_commit feature flags
` [PATCH 02/10] ext4: mark fc ineligible if inode gets evictied due to mem pressure
` [PATCH 03/10] ext4: pass handle to ext4_fc_track_* functions
` [PATCH 04/10] ext4: clean up the JBD2 API that initializes fast commits
` [PATCH 05/10] jbd2: fix fast commit journalling APIs
` [PATCH 06/10] ext4: dedpulicate the code to wait on inode that's being committed
` [PATCH 07/10] ext4: misc fast commit fixes
` [PATCH 08/10] ext4: fix inode dirty check in case of fast commits
` [PATCH 09/10] ext4: disable fast commit with data journalling
` [PATCH 10/10] ext4: issue fsdev cache flush before starting fast commit

[PATCH] [RFC] Asynchronous unlink/truncate patch for ext3
 2020-11-05 18:21 UTC 

Disinfectant
 2020-11-05  8:30 UTC 

[PATCH v10 0/9] Add fast commits in Ext4 file system
 2020-11-03 18:31 UTC  (14+ messages)
` [PATCH v10 3/9] ext4 / jbd2: add fast commit initialization
` [PATCH v10 5/9] ext4: main fast-commit commit path

[PATCH 00/34] fs: idmapped mounts
 2020-11-03 14:10 UTC  (37+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts
` [PATCH 33/34] overlayfs: handle idmapped merged mounts

[PATCH] mke2fs: Escape double quotes when parsing mke2fs.conf
 2020-11-03  7:20 UTC  (3+ messages)

[PATCH] libext2fs: add gnu.translator support
 2020-11-02 13:03 UTC 

[bug report] ext4: let ext4_truncate handle inline data correctly
 2020-11-02  7:22 UTC 

[PATCH 1/1] generic: Add test to check for mounting a huge sparse dm device
 2020-11-01 16:24 UTC  (2+ messages)

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-01 16:03 UTC  (8+ messages)
` [PATCH 1/3] common/rc: Make swapon check in _require_scratch_swapfile() specific to btrfs
` [PATCH 2/3] shared/001: Verify swapon on fallocated files for supported FS
` [PATCH 3/3] common/rc: source common/xfs and common/btrfs

[PATCH 4.19 0/5] backport some more fscrypt fixes to 4.19
 2020-11-01 10:39 UTC  (7+ messages)
` [PATCH 4.19 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH 4.19 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH 4.19 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH 4.19 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH 4.19 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[PATCH 4.9 0/2] backport some more fscrypt fixes to 4.9
 2020-11-01 10:32 UTC  (4+ messages)
` [PATCH 4.9 1/2] fscrypto: move ioctl processing more fully into common code
` [PATCH 4.9 2/2] fscrypt: use EEXIST when file already uses different policy

[bug report] ext4: data=journal: fixes for ext4_page_mkwrite()
 2020-10-30 17:29 UTC  (2+ messages)

[PATCH] ext4: do not use extent after put_bh
 2020-10-30  1:23 UTC  (3+ 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).