Show patches with: Submitter = Harshad Shirwadkar       |    Archived = No       |   345 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,6/6] ext4: update code documentation ext4: improve commit path performance for fast commit - - 1 - --- 2022-04-19 harshad shirwadkar New
[v3,5/6] ext4: drop i_fc_updates from inode fc info ext4: improve commit path performance for fast commit - - 1 - --- 2022-04-19 harshad shirwadkar New
[v3,4/6] ext4: rework fast commit commit path ext4: improve commit path performance for fast commit - - 1 - --- 2022-04-19 harshad shirwadkar New
[v3,3/6] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr ext4: improve commit path performance for fast commit - - - - --- 2022-04-19 harshad shirwadkar New
[v3,2/6] ext4: for committing inode, make ext4_fc_track_inode wait ext4: improve commit path performance for fast commit - - - - --- 2022-04-19 harshad shirwadkar New
[v3,1/6] ext4: convert i_fc_lock to spinlock ext4: improve commit path performance for fast commit - - 1 - --- 2022-04-19 harshad shirwadkar New
[RFC,v2,9/9] ext4: add freespace trees documentation in code ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,8/9] ext4: add tracepoints for free space trees ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,7/9] ext4: add LRU eviction for free space trees ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,6/9] ext4: add memory usage tracker for freespace trees ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,5/9] ext4: add freespace tree optimizations ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,4/9] ext4: add prefetching support for freespace trees ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,3/9] ext4: add freespace tree allocator ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,2/9] ext4: rename ext4_mb_load_buddy to ext4_mb_load_allocator ext4: add free-space extent based allocator - - - - --- 2020-08-21 harshad shirwadkar New
[RFC,v2,1/9] ext4: add handling for extended mount options ext4: add free-space extent based allocator - - 1 - --- 2020-08-21 harshad shirwadkar New
ext4: issue aligned discards ext4: issue aligned discards - - - - --- 2020-06-05 harshad shirwadkar New
[v2,3/3] ext4: reimplement ext4_empty_dir() using is_dirent_block_empty [v2,1/3] ext4: return lblk from ext4_find_entry - - 1 - --- 2020-04-07 harshad shirwadkar New
[v2,2/3] ext4: shrink directories on dentry delete [v2,1/3] ext4: return lblk from ext4_find_entry - - 1 - --- 2020-04-07 harshad shirwadkar New
[v2,1/3] ext4: return lblk from ext4_find_entry [v2,1/3] ext4: return lblk from ext4_find_entry - - 1 - --- 2020-04-07 harshad shirwadkar New
[2/2] ext4: shrink directories on dentry delete [1/2] ext4: return lblk from ext4_find_entry - - - - --- 2020-03-25 harshad shirwadkar New
[1/2] ext4: return lblk from ext4_find_entry [1/2] ext4: return lblk from ext4_find_entry - - 1 - --- 2020-03-25 harshad shirwadkar New
[6/7] e2fsck: main fast commit replay handler e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[5/7] e2fsck/jbd2: fast commit recovery changes e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[4/7] e2fsck/jbd2: add fast commit feature in jbd2 e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[3/7] ext2fs: make ext2fs_calculate_summary_stats() visible e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[2/7] e2fsck: allow rewriting extents of a file e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[1/7] e2fsck: make recovery.c identical with kernel e2fsck: fast commit recovery path e2fsck changes - - - - --- 2020-03-19 harshad shirwadkar New
[v3] ext4: shrink directory when last block is empty [v3] ext4: shrink directory when last block is empty - - 1 - --- 2019-02-27 harshad shirwadkar New
ext4: shrink directory when last block is empty ext4: shrink directory when last block is empty - - - - --- 2019-01-23 harshad shirwadkar New
[RFC,v4,8/8] ext4: update code documentation Ext4 fast commit performance patch series - - 1 - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,7/8] ext4: add lockdep annotation in fc commit path Ext4 fast commit performance patch series - - - - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,6/8] ext4: drop i_fc_updates from inode fc info Ext4 fast commit performance patch series - - 1 - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,5/8] ext4: ext4_fc_track_inode() bug fix Ext4 fast commit performance patch series - - - - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,4/8] ext4: rework fast commit commit path Ext4 fast commit performance patch series - - 1 - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,3/8] ext4: use extent status tree in fast commit path Ext4 fast commit performance patch series - - - - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,2/8] ext4: for committing inode, make ext4_fc_track_inode wait Ext4 fast commit performance patch series - - - - --- 2022-07-21 harshad shirwadkar tytso Under Review
[RFC,v4,1/8] ext4: convert i_fc_lock to spinlock Ext4 fast commit performance patch series - - 1 - --- 2022-07-21 harshad shirwadkar tytso Under Review
e2fsck: skip sorting extents if there are no valid extents e2fsck: skip sorting extents if there are no valid extents - - - - --- 2021-11-17 harshad shirwadkar Accepted
[2/2] e2fsck: fix unaligned accesses to ext4_fc_tl struct [1/2] e2fsck: fix portability problems caused by unaligned accesses - - - - --- 2021-05-07 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
[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,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,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
[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
[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
[v4,8/8] tests: add fast commit recovery tests 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,6/8] e2fsck: add fc replay for link, unlink, creat tags 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,4/8] e2fsck: add fast commit scan pass e2fsck: add fast commit replay path - - - - --- 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,2/8] e2fsck: add function to rewrite extent tree e2fsck: add fast commit replay path - - 1 - --- 2021-01-22 harshad shirwadkar Accepted
[v4,1/8] ext2fs: add new APIs needed for fast commits e2fsck: add fast commit replay path - - - - --- 2021-01-22 harshad shirwadkar Accepted
[v3,13/15] debugfs: add fast commit support to logdump 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,04/15] libext2fs: provide APIs to configure fast commit blocks Fast commit changes for e2fsprogs - - - - --- 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,02/15] e2fsck: add kernel endian-ness conversion macros Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Accepted
[v3,01/15] ext2fs: move calculate_summary_stats to ext2fs lib Fast commit changes for e2fsprogs - - 1 - --- 2021-01-20 harshad shirwadkar Accepted
[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
[v10,9/9] ext4: add fast commit stats in procfs Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,8/9] ext4: add a mount opt to forcefully turn fast commits on Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,7/9] ext4: fast commit recovery path Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,6/9] jbd2: fast commit recovery path Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,5/9] ext4: main fast-commit commit path Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,4/9] jbd2: add fast commit machinery Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,3/9] ext4 / jbd2: add fast commit initialization Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,2/9] ext4: add fast_commit feature and handling for extended mount options Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v10,1/9] doc: update ext4 and journalling docs to include fast commit feature Add fast commits in Ext4 file system - - - - --- 2020-10-15 harshad shirwadkar Accepted
[v3] ext4: don't ignore return values from ext4_ext_dirty() [v3] ext4: don't ignore return values from ext4_ext_dirty() - - 1 - --- 2020-04-27 harshad shirwadkar Accepted
ext4: handle ext4_mark_inode_dirty errors ext4: handle ext4_mark_inode_dirty errors - - - - --- 2020-04-27 harshad shirwadkar Accepted
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max - - - - --- 2020-04-21 harshad shirwadkar Accepted
ext4: force buffer up-to-date while marking it dirty ext4: force buffer up-to-date while marking it dirty - - - - --- 2019-12-24 harshad shirwadkar Accepted
ext4: fix fast commit alignment issues ext4: fix fast commit alignment issues - - - - --- 2021-08-11 harshad shirwadkar Rejected
[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
ext4: remove journal barrier during fast commit ext4: remove journal barrier during fast commit - - - - --- 2022-02-03 harshad shirwadkar Changes Requested
[v3,12/13] docs: Add fast commit documentation ext4: add fast commit support - - - - --- 2019-10-01 harshad shirwadkar Changes Requested
[v3,11/13] ext4: add support for asynchronous fast commits ext4: add fast commit support - - - - --- 2019-10-01 harshad shirwadkar Changes Requested
[v3,10/13] ext4: fast-commit recovery path changes ext4: add fast commit support - - - - --- 2019-10-01 harshad shirwadkar Changes Requested
« 1 2 3 4 »