Show patches with: Archived = No       |   11005 patches
« 1 2 ... 5 6 7110 111 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,04/22] ext4: fixup ext4_fc_track_* functions' signature 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,06/22] ext4: clean up the JBD2 API that initializes fast commits 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,08/22] jbd2: don't use state lock during commit path 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,10/22] jbd2: add todo for a fast commit performance optimization 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,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,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,14/22] ext4: fix code documentatioon 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,16/22] ext4: remove unnecessary fast commit calls from ext4_file_mmap ext4 fast commit fixes - - - - --- 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,18/22] ext4: disable fast commit with data journalling ext4 fast commit fixes - - 1 - --- 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,20/22] ext4: make s_mount_flags modifications atomic 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,22/22] ext4: cleanup fast commit mount options ext4 fast commit fixes - - - - --- 2020-11-06 harshad shirwadkar Accepted
ext4: handle dax mount option collision ext4: handle dax mount option collision - 1 - - --- 2020-11-11 harshad shirwadkar Superseded
ext4: add docs about fast commit idempotence ext4: add docs about fast commit idempotence - - - - --- 2020-11-19 harshad shirwadkar Awaiting Upstream
[01/15] ext2fs: move calculate_summary_stats to ext2fs lib Fast commits support for e2fsprogs - - 1 - --- 2020-11-20 harshad shirwadkar Superseded
[02/15] ext2fs, e2fsck: add kernel endian-ness conversion macros Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck Fast commits support for e2fsprogs - - 1 - --- 2020-11-20 harshad shirwadkar Superseded
[04/15] mke2fs, dumpe2fs: make fast commit blocks configurable Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[05/15] mke2fs, tune2fs: update man page with fast commit info Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[06/15] ext2fs: add new APIs needed for fast commits Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[07/15] e2fsck: add function to rewrite extent tree Fast commits support for e2fsprogs - - 1 - --- 2020-11-20 harshad shirwadkar Superseded
[08/15] e2fsck: add fast commit setup code Fast commits support for e2fsprogs - - 1 - --- 2020-11-20 harshad shirwadkar Superseded
[09/15] e2fsck: add fast commit scan pass Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[10/15] e2fsck: add fast commit replay skeleton Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[11/15] e2fsck: add fc replay for link, unlink, creat tags Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[12/15] e2fsck: add replay for add_range, del_range, and inode tags Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[13/15] debugfs: add fast commit support to logdump Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[14/15] tests: add fast commit recovery tests Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[15/15] ext4: fix tests to account for new dumpe2fs output Fast commits support for e2fsprogs - - - - --- 2020-11-20 harshad shirwadkar Superseded
[1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h [1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h - - - - --- 2020-11-20 harshad shirwadkar Awaiting Upstream
[2/2] jbd2: add a helper to find out number of fast commit blocks [1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h - - - - --- 2020-11-20 harshad shirwadkar Awaiting Upstream
[v2,01/15] ext2fs: move calculate_summary_stats to ext2fs lib Fast commits support for e2fsprogs - - 1 - --- 2020-12-10 harshad shirwadkar Superseded
[v2,02/15] e2fsck: add kernel endian-ness conversion macros Fast commits support for e2fsprogs - - 1 - --- 2020-12-10 harshad shirwadkar Superseded
[v2,03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck Fast commits support for e2fsprogs - - 1 - --- 2020-12-10 harshad shirwadkar Superseded
[v2,04/15] libext2fs: provide APIs to configure fast commit blocks Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,05/15] e2fsprogs: make userspace tools number of fast commits blocks aware Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,06/15] ext2fs: add new APIs needed for fast commits Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,07/15] e2fsck: add function to rewrite extent tree Fast commits support for e2fsprogs - - 1 - --- 2020-12-10 harshad shirwadkar Superseded
[v2,08/15] e2fsck: add fast commit setup code Fast commits support for e2fsprogs - - 1 - --- 2020-12-10 harshad shirwadkar Superseded
[v2,09/15] e2fsck: add fast commit scan pass Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,10/15] e2fsck: add fast commit replay skeleton Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,11/15] e2fsck: add fc replay for link, unlink, creat tags Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,12/15] e2fsck: add replay for add_range, del_range, and inode tags Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,13/15] debugfs: add fast commit support to logdump Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,14/15] tests: add fast commit recovery tests Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v2,15/15] ext4: fix tests to account for new dumpe2fs output Fast commits support for e2fsprogs - - - - --- 2020-12-10 harshad shirwadkar Superseded
[v3,01/15] ext2fs: move calculate_summary_stats to ext2fs lib Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Accepted
[v3,02/15] e2fsck: add kernel endian-ness conversion macros Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Accepted
[v3,03/15] e2fsck: port fc changes from kernel's recovery.c to e2fsck Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Accepted
[v3,04/15] libext2fs: provide APIs to configure fast commit blocks Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Accepted
[v3,05/15] e2fsprogs: make userspace tools number of fast commits blocks aware Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Accepted
[v3,06/15] ext2fs: add new APIs needed for fast commits Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,07/15] e2fsck: add function to rewrite extent tree Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Superseded
[v3,08/15] e2fsck: add fast commit setup code Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Superseded
[v3,09/15] e2fsck: add fast commit scan pass Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,10/15] e2fsck: add fast commit replay skeleton Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,11/15] e2fsck: add fc replay for link, unlink, creat tags Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,12/15] e2fsck: add replay for add_range, del_range, and inode tags Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,13/15] debugfs: add fast commit support to logdump Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Accepted
[v3,14/15] tests: add fast commit recovery tests Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v3,15/15] ext4: fix tests to account for new dumpe2fs output Fast commit changes for e2fsprogs - - - - --- 2021-01-20 harshad shirwadkar Superseded
[v4,1/8] ext2fs: add new APIs needed for fast commits e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v4,2/8] e2fsck: add function to rewrite extent tree e2fsck: add fast commit replay path - - 1 - --- 2021-01-22 harshad shirwadkar Accepted
[v4,3/8] e2fsck: add fast commit setup code e2fsck: add fast commit replay path - - 1 - --- 2021-01-22 harshad shirwadkar Accepted
[v4,4/8] e2fsck: add fast commit scan pass e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v4,5/8] e2fsck: add fast commit replay skeleton e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v4,6/8] e2fsck: add fc replay for link, unlink, creat tags e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v4,7/8] e2fsck: add replay for add_range, del_range, and inode tags e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v4,8/8] tests: add fast commit recovery tests e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[1/4] ext4: add MB_NUM_ORDERS macro Improve group scanning in CR 0 and CR 1 passes - - 1 - --- 2021-01-29 harshad shirwadkar Superseded
[2/4] ext4: drop s_mb_bal_lock and convert protected fields to atomic Improve group scanning in CR 0 and CR 1 passes - - 1 - --- 2021-01-29 harshad shirwadkar Superseded
[3/4] ext4: improve cr 0 / cr 1 group scanning Improve group scanning in CR 0 and CR 1 passes - - - - --- 2021-01-29 harshad shirwadkar Superseded
[4/4] ext4: add proc files to monitor new structures Improve group scanning in CR 0 and CR 1 passes - - - - --- 2021-01-29 harshad shirwadkar Superseded
[1/3] ext2fs: initialize handle to NULL in ext2fs_count_blks [1/3] ext2fs: initialize handle to NULL in ext2fs_count_blks - - - - --- 2021-02-04 harshad shirwadkar Accepted
[2/3] e2fsck: don't print errcode if the errcode is 0 [1/3] ext2fs: initialize handle to NULL in ext2fs_count_blks - - - - --- 2021-02-04 harshad shirwadkar Rejected
[3/3] e2fsck: endianness fixes for fast commit replay [1/3] ext2fs: initialize handle to NULL in ext2fs_count_blks - - - - --- 2021-02-04 harshad shirwadkar Accepted
[v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic [v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic - - 1 - --- 2021-02-09 harshad shirwadkar Superseded
[v2,2/5] ext4: add mballoc stats proc file [v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic - - 1 - --- 2021-02-09 harshad shirwadkar Superseded
[v2,3/5] ext4: add MB_NUM_ORDERS macro [v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic - - 1 - --- 2021-02-09 harshad shirwadkar Superseded
[v2,4/5] ext4: improve cr 0 / cr 1 group scanning [v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic - - - - --- 2021-02-09 harshad shirwadkar Superseded
[v2,5/5] ext4: add proc files to monitor new structures [v2,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic - - - - --- 2021-02-09 harshad shirwadkar Superseded
[1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree [1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-19 harshad shirwadkar Superseded
[2/4] ext2fs: don't ignore return value in ext2fs_count_blocks [1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-19 harshad shirwadkar Superseded
[3/4] e2fsck: add fallthrough comment in fc replay switch case [1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-19 harshad shirwadkar Superseded
[4/4] e2fsck: initialize variable before first use in fast commit replay [1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-19 harshad shirwadkar Superseded
[v2,1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree [v2,1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-23 harshad shirwadkar Accepted
[v2,2/4] ext2fs: don't ignore return value in ext2fs_count_blocks [v2,1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-23 harshad shirwadkar Accepted
[v2,3/4] e2fsck: add fallthrough comment in fc replay switch case [v2,1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-23 harshad shirwadkar Accepted
[v2,4/4] e2fsck: initialize variable before first use in fast commit replay [v2,1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree - - - - --- 2021-02-23 harshad shirwadkar Accepted
[v3,1/5] ext4: drop s_mb_bal_lock and convert protected fields to atomic Improve group scanning in CR 0 and CR 1 passes - - 1 - --- 2021-02-26 harshad shirwadkar Superseded
[v3,2/5] ext4: add mballoc stats proc file Improve group scanning in CR 0 and CR 1 passes - - 1 - --- 2021-02-26 harshad shirwadkar Superseded
[v3,3/5] ext4: add MB_NUM_ORDERS macro Improve group scanning in CR 0 and CR 1 passes - - 1 - --- 2021-02-26 harshad shirwadkar Superseded
[v3,4/5] ext4: improve cr 0 / cr 1 group scanning Improve group scanning in CR 0 and CR 1 passes - - - - --- 2021-02-26 harshad shirwadkar Superseded
« 1 2 ... 5 6 7110 111 »