Show patches with: Archived = No       |   10985 patches
« 1 2 ... 70 71 72109 110 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RESEND,7/8] ext4: delete invalid code inside ext4_xattr_block_set() [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - 1 - --- 2020-11-07 brookxu Accepted
[6/8] ext4: add a helper function to validate metadata block [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - - - --- 2020-11-07 brookxu Accepted
[RESEND,5/8] ext4: update ext4_data_block_valid related comments [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - 1 - --- 2020-11-07 brookxu Accepted
[RESEND,4/8] ext4: add the gdt block of meta_bg to system_zone [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - - - --- 2020-11-07 brookxu Accepted
[RESEND,3/8] ext4: simplify the code of mb_find_order_for_block [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - 1 - --- 2020-11-07 brookxu Accepted
[RESEND,2/8] ext4: remove redundant mb_regenerate_buddy() [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - 1 - --- 2020-11-07 brookxu Accepted
[RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() [RESEND,1/8] ext4: use ext4_assert() to replace J_ASSERT() - - 1 - --- 2020-11-07 brookxu Accepted
[2/2] jbd2: fix up sparse warnings in checkpoint code [1/2] ext4: fix sparse warnings in fast_commit code - 1 - - --- 2020-11-07 Theodore Ts'o Accepted
[1/2] ext4: fix sparse warnings in fast_commit code [1/2] ext4: fix sparse warnings in fast_commit code - - - - --- 2020-11-07 Theodore Ts'o Accepted
[v6,2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature [v6,1/2] kunit: Support for Parameterized Testing - - 1 - --- 2020-11-06 Arpitha Raghunandan Not Applicable
[v6,1/2] kunit: Support for Parameterized Testing [v6,1/2] kunit: Support for Parameterized Testing - - 1 - --- 2020-11-06 Arpitha Raghunandan Not Applicable
[v5,2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature [v5,1/2] kunit: Support for Parameterized Testing 1 - - - --- 2020-11-06 Arpitha Raghunandan Superseded
[v5,1/2] kunit: Support for Parameterized Testing [v5,1/2] kunit: Support for Parameterized Testing - - - - --- 2020-11-06 Arpitha Raghunandan Superseded
[v2,22/22] ext4: cleanup fast commit mount options ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,21/22] jbd2: don't start fast commit on aborted journal ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,20/22] ext4: make s_mount_flags modifications atomic ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,19/22] ext4: issue fsdev cache flush before starting fast commit ext4 fast commit fixes - - 1 - --- 2020-11-06 harshad shirwadkar Accepted
[v2,18/22] ext4: disable fast commit with data journalling ext4 fast commit fixes - - 1 - --- 2020-11-06 harshad shirwadkar Accepted
[v2,17/22] ext4: fix inode dirty check in case of fast commits ext4 fast commit fixes - - 1 1 --- 2020-11-06 harshad shirwadkar Accepted
[v2,16/22] ext4: remove unnecessary fast commit calls from ext4_file_mmap ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,15/22] ext4: mark buf dirty before submitting fast commit buffer ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,14/22] ext4: fix code documentatioon ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,13/22] ext4: dedpulicate the code to wait on inode that's being committed ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,12/22] jbd2: don't read journal->j_commit_sequence without taking a lock ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,11/22] jbd2: don't touch buffer state until it is filled ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,10/22] jbd2: add todo for a fast commit performance optimization ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,09/22] jbd2: don't pass tid to jbd2_fc_end_commit_fallback() ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,08/22] jbd2: don't use state lock during commit path ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,07/22] jbd2: drop jbd2_fc_init documentation ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,06/22] ext4: clean up the JBD2 API that initializes fast commits ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,05/22] jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,04/22] ext4: fixup ext4_fc_track_* functions' signature ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,03/22] ext4: drop redundant calls ext4_fc_track_range ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,02/22] ext4: mark fc ineligible if inode gets evictied due to mem pressure ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
[v2,01/22] ext4: describe fast_commit feature flags ext4 fast commit fixes - - 1 - --- 2020-11-06 harshad shirwadkar Accepted
[RFC] Asynchronous unlink/truncate patch for ext3 [RFC] Asynchronous unlink/truncate patch for ext3 - - - - --- 2020-11-05 Andreas Dilger New
[11/11] tests: f_bad_fname: Test fixes of invalid filenames and duplicates e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[10/11] e2fsck.8.in: Document check_encoding extended option e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[09/11] e2fsck: Add option to force encoded filename verification e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[08/11] e2fsck: Detect duplicated casefolded direntries for rehash e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[07/11] dict: Support comparison with context e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[06/11] e2fsck: Support casefold directories when rehashing e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[05/11] e2fsck: Fix entries with invalid encoded characters e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[04/11] ext2fs: Implement faster CI comparison of strings e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[03/11] ext2fs: Add method to validate casefolded strings e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[02/11] tune2fs: Fix casefold+encrypt error message e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
[01/11] tune2fs: Allow enabling casefold feature after fs creation e2fsprogs: improve case-insensitive fs support - - - - --- 2020-11-05 Arnaud Ferraris Superseded
ext4: unlock xattr_sem properly in ext4_inline_data_truncate() ext4: unlock xattr_sem properly in ext4_inline_data_truncate() - 1 1 - --- 2020-11-03 Joseph Qi Awaiting Upstream
mke2fs: Escape double quotes when parsing mke2fs.conf mke2fs: Escape double quotes when parsing mke2fs.conf - - - - --- 2020-11-02 Lukas Czerner Accepted
libext2fs: add gnu.translator support libext2fs: add gnu.translator support - - - - --- 2020-11-02 Romain Naour Accepted
[4.9,2/2] fscrypt: use EEXIST when file already uses different policy backport some more fscrypt fixes to 4.9 - - - - --- 2020-10-31 Eric Biggers Not Applicable
[4.9,1/2] fscrypto: move ioctl processing more fully into common code backport some more fscrypt fixes to 4.9 - - - - --- 2020-10-31 Eric Biggers Not Applicable
[4.19,5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext backport some more fscrypt fixes to 4.19 - 1 - - --- 2020-10-31 Eric Biggers Not Applicable
[4.19,4/5] fscrypt: only set dentry_operations on ciphertext dentries backport some more fscrypt fixes to 4.19 - - - - --- 2020-10-31 Eric Biggers Not Applicable
[4.19,3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory backport some more fscrypt fixes to 4.19 - 1 - - --- 2020-10-31 Eric Biggers Not Applicable
[4.19,2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries backport some more fscrypt fixes to 4.19 - - - - --- 2020-10-31 Eric Biggers Not Applicable
[4.19,1/5] fscrypt: clean up and improve dentry revalidation backport some more fscrypt fixes to 4.19 - - - - --- 2020-10-31 Eric Biggers Not Applicable
[10/10] ext4: issue fsdev cache flush before starting fast commit Ext4 fast commit fixes - - 1 - --- 2020-10-31 harshad shirwadkar Superseded
[09/10] ext4: disable fast commit with data journalling Ext4 fast commit fixes - - 1 - --- 2020-10-31 harshad shirwadkar Superseded
[08/10] ext4: fix inode dirty check in case of fast commits Ext4 fast commit fixes - - 1 1 --- 2020-10-31 harshad shirwadkar Superseded
[07/10] ext4: misc fast commit fixes Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[06/10] ext4: dedpulicate the code to wait on inode that's being committed Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[05/10] jbd2: fix fast commit journalling APIs Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[04/10] ext4: clean up the JBD2 API that initializes fast commits Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[03/10] ext4: pass handle to ext4_fc_track_* functions Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[02/10] ext4: mark fc ineligible if inode gets evictied due to mem pressure Ext4 fast commit fixes - - - - --- 2020-10-31 harshad shirwadkar Superseded
[01/10] ext4: describe fast_commit feature flags Ext4 fast commit fixes - - 1 - --- 2020-10-31 harshad shirwadkar Superseded
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() - 1 - - --- 2020-10-31 Eric Biggers Not Applicable
fs/inode.c: make inode_init_always() initialize i_ino to 0 fs/inode.c: make inode_init_always() initialize i_ino to 0 1 - - - --- 2020-10-31 Eric Biggers Not Applicable
ext4: silence an uninitialized variable warning ext4: silence an uninitialized variable warning - 1 - - --- 2020-10-30 Dan Carpenter Awaiting Upstream
MAINTAINERS: add missing file in ext4 entry MAINTAINERS: add missing file in ext4 entry - - - - --- 2020-10-30 Chao Yu Awaiting Upstream
[3/3] common/rc: source common/xfs and common/btrfs fstests: Fix tests which checks for swapfile support - - - - --- 2020-10-29 Ritesh Harjani Not Applicable
[2/3] shared/001: Verify swapon on fallocated files for supported FS fstests: Fix tests which checks for swapfile support - - - - --- 2020-10-29 Ritesh Harjani Not Applicable
[1/3] common/rc: Make swapon check in _require_scratch_swapfile() specific to btrfs fstests: Fix tests which checks for swapfile support - - - - --- 2020-10-29 Ritesh Harjani Not Applicable
ext4: report error message when setting usrjquota or grpjquota options failed ext4: report error message when setting usrjquota or grpjquota options failed - - - - --- 2020-10-29 kaixuxia Awaiting Upstream
[v4] e2image: add option to ignore fs errors [v4] e2image: add option to ignore fs errors - - 1 - --- 2020-10-29 Artem Blagodarenko Superseded
GIT PULL] ext4 fixes for 5.10-rc2 GIT PULL] ext4 fixes for 5.10-rc2 - - - - --- 2020-10-29 Theodore Ts'o Accepted
[34/34] fat: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[33/34] overlayfs: handle idmapped merged mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[32/34] overlayfs: handle idmapped lower directories fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[31/34] expfs: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[30/34] ext4: support idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[29/34] ima: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[28/34] audit: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[27/34] apparmor: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[26/34] fs: add helpers for idmap mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[25/34] exec: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[24/34] would_dump: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[23/34] utimes: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[22/34] af_unix: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[21/34] open: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[20/34] open: handle idmapped mounts in do_truncate() fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[19/34] namei: add lookup helpers with idmapped mounts aware permission checking fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[18/34] namei: prepare for idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[17/34] namei: introduce struct renamedata fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[16/34] namei: handle idmapped mounts in may_*() helpers fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[15/34] stat: add mapped_generic_fillattr() fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[14/34] commoncap: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[13/34] selftests: add idmapped mounts xattr selftest fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
[12/34] xattr: handle idmapped mounts fs: idmapped mounts - - - - --- 2020-10-29 Christian Brauner Not Applicable
« 1 2 ... 70 71 72109 110 »