Show patches with: Submitter = Artem Bityutskiy       |   49 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/8] mm: export dirty_writeback_interval - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[2/8] VFS: remove unused superblock helpers - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[3/8] ext2: write superblock only once on unmount - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[4/8] ext2: intruduce ext2_mark_super_dirty - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[5/8] ext2: introduce workqueue for superblock synchronization - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[6/8] ext2: stop using VFS for dirty superblock management - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[7/8] ext2: cleanup ext2_sync_super a bit - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[8/8] ext2: introduce own superblock dirty flag - - - - --- 2012-03-21 Artem Bityutskiy Not Applicable
[PATCHv3,1/4] ext4: Remove useless marking of superblock dirty - - - 1 --- 2012-07-03 Artem Bityutskiy Superseded
[PATCHv3,2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() - - - 1 --- 2012-07-03 Artem Bityutskiy Superseded
[PATCHv3,3/4] ext4: remove unnecessary superblock dirtying - - - - --- 2012-07-03 Artem Bityutskiy Superseded
[PATCHv3,4/4] ext4: weed out ext4_write_super - - - - --- 2012-07-03 Artem Bityutskiy Superseded
[PATCHv4,01/17] VFS: introduce helpers for the s_dirty flag - - - - --- 2010-05-25 Artem Bityutskiy Not Applicable
[PATCHv4,06/17] EXT2: do not manipulate s_dirt directly - - - - --- 2010-05-25 Artem Bityutskiy Not Applicable
[PATCHv4,07/17] EXT4: do not manipulate s_dirt directly - - - - --- 2010-05-25 Artem Bityutskiy New
[PATCHv4,1/5] ext4: Remove useless marking of superblock dirty - - - 1 --- 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() - - - 1 --- 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,3/5] ext4: remove unnecessary superblock dirtying - - - - --- 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,4/5] ext4: weed out ext4_write_super - - - - --- 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,5/5] ext4: simplify superblock dirtying - - - - --- 2012-07-04 Artem Bityutskiy Superseded
[PATCHv5,1/4] ext4: Remove useless marking of superblock dirty - - - 1 --- 2012-07-10 Artem Bityutskiy Superseded
[PATCHv5,12/16] ext4: fix race condition in marking SB dirty - - - - --- 2010-06-06 Artem Bityutskiy New
[PATCHv5,2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() - - - 1 --- 2012-07-10 Artem Bityutskiy Superseded
[PATCHv5,3/4] ext4: remove unnecessary superblock dirtying - - - - --- 2012-07-10 Artem Bityutskiy Superseded
[PATCHv5,4/4] ext4: weed out ext4_write_super - - - - --- 2012-07-10 Artem Bityutskiy Superseded
[PATCHv6,1/5] ext4: Remove useless marking of superblock dirty - - - 1 --- 2012-07-11 Artem Bityutskiy Superseded
[PATCHv6,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() - - - 1 --- 2012-07-11 Artem Bityutskiy Superseded
[PATCHv6,3/5] ext4: remove unnecessary superblock dirtying - - 1 - --- 2012-07-11 Artem Bityutskiy Superseded
[PATCHv6,4/5] ext4: weed out ext4_write_super - - 1 - --- 2012-07-11 Artem Bityutskiy Superseded
[PATCHv6,5/5] ext4: remove unnecessary argument - - 1 - --- 2012-07-11 Artem Bityutskiy Superseded
[PATCHv7,1/5] ext4: Remove useless marking of superblock dirty - - - 1 --- 2012-07-11 Artem Bityutskiy Accepted
[PATCHv7,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() - - - 1 --- 2012-07-11 Artem Bityutskiy Accepted
[PATCHv7,3/5] ext4: remove unnecessary superblock dirtying - - 1 - --- 2012-07-11 Artem Bityutskiy Accepted
[PATCHv7,4/5] ext4: weed out ext4_write_super - - 1 - --- 2012-07-11 Artem Bityutskiy Accepted
[PATCHv7,5/5] ext4: remove unnecessary argument - - 1 - --- 2012-07-11 Artem Bityutskiy Accepted
[v1,1/9] ext4: do not mark superblock as dirty unnecessarily - - 1 - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,2/9] ext4: write superblock only once on unmount - - 1 - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,3/9] ext4: remove useless s_dirt assignment - - 1 - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,4/9] mm: export dirty_writeback_interval - - - - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,5/9] VFS: remove unused superblock helpers - - - - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,6/9] ext4: introduce __ext4_mark_super_dirty - - - - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,7/9] ext4: stop using VFS for dirty superblock management - - - - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,8/9] ext4: small cleanup in ext4_commit_super - - 1 - --- 2012-03-20 Artem Bityutskiy Superseded
[v1,9/9] ext4: introduce own superblock dirty flag - - - - --- 2012-03-20 Artem Bityutskiy Superseded
ext2: do not register write_super within VFS - - - - --- 2012-04-03 Artem Bityutskiy Not Applicable
ext4: do not mark superblock as dirty unnecessarily - - - - --- 2012-03-15 Artem Bityutskiy Superseded
ext4: remove useless s_dirt assignment - - - - --- 2012-03-19 Artem Bityutskiy Superseded
ext4: write superblock only once on unmount - - - - --- 2012-03-19 Artem Bityutskiy Superseded
sb_dirt question - - - - --- 2012-03-15 Artem Bityutskiy Superseded