Patchwork Linux ext4 filesystem development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 33 34 35 36 37 38 39 40 41 ... 46 47 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[3/3] ext4: fix race when setting bitmap_uptdate flag 2012-01-13 Theodore Ts'o Superseded
mke2fs: correct help text for option -G of mke2fs 2012-01-04 Yongqiang Yang Superseded
[RESEND] tracepoint: add drop_transaction/update_superblock_end to jbd2 2012-01-12 Seiji Aguchi Superseded
ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc 2012-01-11 Lukas Czerner Superseded
[02/32] mke2fs: make it support inline data feature 2012-04-16 Zheng Liu Superseded
[03/32] libext2fs: add inline_data feature 2012-04-16 Zheng Liu Superseded
[04/32] mke2fs: add inline_data feature in mke2fs's manpage 2012-04-16 Zheng Liu Superseded
[v2] ext4: expand commit callback 2011-11-09 Bobi Jam Superseded
ext4: expand commit callback 2011-10-26 Bobi Jam Superseded
[v2] jbd2:Make journal transaction allocations come from its own cache. 2011-06-11 Manish Katiyar Superseded
jbd2:Make journal transaction allocations come from its own cache. 2011-06-05 Manish Katiyar Superseded
e2fsck: fix "can't find dup_blk" error 2011-11-18 Robin Dong Superseded
[2/2] ext4: remove a couple mount options 2011-11-02 Eric Sandeen Superseded
[1/5] ext4: add data structure and functions for io statistic 2011-10-31 Zheng Liu Superseded
[4/5] ext4: io stat write related entrance 2011-10-31 Zheng Liu Superseded
[v2,1/8] vfs: Add a new flag and related functions in buffer to count io types 2011-11-10 Zheng Liu Superseded
[v2,2/8] ext4: Add new data structures and related functions to count io types 2011-11-10 Zheng Liu Superseded
[v2,3/8] ext4: Count metadata request of read operations in buffered io 2011-11-10 Zheng Liu Superseded
[v2,4/8] ext4: Count data request of read operations in buffered io 2011-11-10 Zheng Liu Superseded
[v2,5/8] ext4: Count metadata request of write operations in buffered io 2011-11-10 Zheng Liu Superseded
[v2,6/8] ext4: Count data request of write operations in buffered io 2011-11-10 Zheng Liu Superseded
[v2,7/8] ext4: Count all requests in direct io 2011-11-10 Zheng Liu Superseded
[v2,8/8] ext4: Show the result of io types statistic in sysfs 2011-11-10 Zheng Liu Superseded
[v2] ext4: expand commit callback 2011-11-09 Bobi Jam Superseded
[5/8] jbd2: __jbd2_journal_temp_unlink_buffer() is static 2012-02-15 Jan Kara Superseded
[7/8] jbd2: Remove bh_state lock from checkpointing code 2012-02-15 Jan Kara Superseded
[8/8] jbd2: Cleanup journal tail after transaction commit 2012-02-15 Jan Kara Superseded
[6/8] jbd2: Remove always true condition in __journal_try_to_free_buffer() 2012-02-15 Jan Kara Superseded
[1/6] jbd2: Issue cache flush after checkpointing even with internal journal 2012-01-11 Jan Kara Superseded
[2/6] jbd2: Fix BH_JWrite setting in checkpointing code 2012-01-11 Jan Kara Superseded
[6/6] jbd2: Cleanup journal tail after transaction commit 2012-01-11 Jan Kara Superseded
[1/6] jbd2: Issue cache flush after checkpointing even with internal journal 2012-01-11 Jan Kara Superseded
[v2] jbd: Issue cache flush after checkpointing 2012-01-11 Jan Kara Superseded
[2/2] e2image: attempt to use ftruncate64 to set i_size for raw images 2012-02-17 Theodore Ts'o Superseded
tune2fs: Disallow tune2fs to set inode size larger than block size 2013-04-18 Akira Fujita Superseded
[05/32] libext2fs: add ext2fs_find_entry_ext_attr function 2012-04-16 Zheng Liu Superseded
[06/32] libext2fs: add EXT4_INLINE_DATA_FL flag for inode 2012-04-16 Zheng Liu Superseded
[07/32] libext2fs: add data structures for inline data feature 2012-04-16 Zheng Liu Superseded
[18/32] debugfs: make rmdir cmd support inline data 2012-04-16 Zheng Liu Superseded
[resend] ext4: avoid deadlock on sync-mounted ext2 FS 2012-02-10 Martin Wilck Superseded
[22/32] debugfs: make lsdel cmd support inline data 2012-04-16 Zheng Liu Superseded
[1/2] e2image: truncate raw image file to correct size 2012-02-16 Phillip Susi Superseded
[23/32] debugfs: make undel cmd support inline data 2012-04-16 Zheng Liu Superseded
[V4,01/22] ext4: Move extra inode read to a new function. 2012-02-20 Tao Ma Superseded
[V4,02/22] ext4: export inline xattr functions. 2012-02-20 Tao Ma Superseded
[V4,07/22] ext4: Add delalloc support for inline data. 2012-02-20 Tao Ma Superseded
[V4,04/22] ext4: Add read support for inline data. 2012-02-20 Tao Ma Superseded
[V4,08/22] ext4: Create a new function ext4_init_new_dir. 2012-02-20 Tao Ma Superseded
[V4,09/22] ext4: Refactor __ext4_check_dir_entry to accepts start and size. 2012-02-20 Tao Ma Superseded
[V4,10/22] ext4: Create __ext4_insert_dentry for dir entry insertion. 2012-02-20 Tao Ma Superseded
[V4,22/22] ext4: Enable ext4 inline support. 2012-02-20 Tao Ma Superseded
[V4,14/22] ext4: let ext4_find_entry handle inline data. 2012-02-20 Tao Ma Superseded
[V4,15/22] ext4: make ext4_delete_entry generic. 2012-02-20 Tao Ma Superseded
[V4,17/22] ext4: let empty_dir handle inline dir. 2012-02-20 Tao Ma Superseded
[V4,19/22] ext4: Let fiemap work with inline data. 2012-02-20 Tao Ma Superseded
[V4,13/22] ext4: Create a new function search_dir. 2012-02-20 Tao Ma Superseded
[V4,16/22] ext4: let ext4_delete_entry handle inline data. 2012-02-20 Tao Ma Superseded
[V4,20/22] ext4: Evict inline data out if we needs to strore xattr in inode. 2012-02-20 Tao Ma Superseded
[V4,21/22] ext4: let ext4_truncate handle inline data correctly. 2012-02-20 Tao Ma Superseded
[V4,18/22] ext4: let ext4_rename handle inline dir. 2012-02-20 Tao Ma Superseded
[25/32] debugfs: make rdump cmd support inline data 2012-04-16 Zheng Liu Superseded
[26/32] debugfs: make dirsearch cmd support inline data 2012-04-16 Zheng Liu Superseded
tracepoint: add drop_transaction/update_superblock_end to jbd2 2011-11-29 Seiji Aguchi Superseded
[27/32] debugfs: make bma cmd support inline data 2012-04-16 Zheng Liu Superseded
[patch|rfc] ext4: fix race between unwritten extent conversion and truncate 2012-01-25 Jeff Moyer Superseded
[-next] ext4: fix balloc.c printk format warning 2012-01-31 Randy.Dunlap Superseded
ext4: fix race between unwritten extent conversion and truncate 2012-01-26 Jeff Moyer Superseded
[V3,01/21] ext4: Move extra inode read to a new function. 2011-12-18 Tao Ma Superseded
[V3,02/21] ext4: export inline xattr functions. 2011-12-18 Tao Ma Superseded
[V3,03/21] ext4: Add the basic function for inline data support. 2011-12-18 Tao Ma Superseded
[V3,04/21] ext4: Add read support for inline data. 2011-12-18 Tao Ma Superseded
[V3,08/21] ext4: Create a new function ext4_init_new_dir. 2011-12-18 Tao Ma Superseded
[V3,09/21] ext4: Refactor __ext4_check_dir_entry to accepts start and size. 2011-12-18 Tao Ma Superseded
[V3,11/21] ext4: let add_dir_entry handle inline data properly. 2011-12-18 Tao Ma Superseded
[V3,12/21] ext4: Let ext4_readdir handle inline data. 2011-12-18 Tao Ma Superseded
[V3,20/21] ext4: Evict inline data out if we needs to strore xattr in inode. 2011-12-18 Tao Ma Superseded
[V3,21/21] ext4: Enable ext4 inline support. 2011-12-18 Tao Ma Superseded
[1/5,resend] Adding support to freeze and unfreeze a journal 2011-12-05 Kamal Mostafa Superseded
[2/5,resend] Thaw the journal when you unfreeze the fs. 2011-12-05 Kamal Mostafa Superseded
ext4: fix format flag in dx_probe() 2011-11-21 Zheng Liu Superseded
ext4: setattr: Forbid setting data journalling when delalloc enabled 2012-01-09 Lukas Czerner Superseded
[2/2] e2fsck: Do not forget to discard last block group 2012-02-21 Lukas Czerner Superseded
[RESEND,1/2,v2] e2fsck: Discard only unused parts of inode table 2012-02-24 Lukas Czerner tytso Superseded
ext4: ignore ext3/ext2 only mount options 2012-02-25 Tom Gundersen Superseded
[1/2,v3] e2fsck: Discard only unused parts of inode table 2012-02-28 Lukas Czerner Superseded
[2/2,v3] e2fsck: Do not forget to discard last block group 2012-02-28 Lukas Czerner Superseded
[RFC] e2fsprogs: Rework metadata_csum/gdt_csum flag handling 2012-02-29 Darrick J. Wong Superseded
[RFC] ext4: Rework metadata_csum/gdt_csum flag handling in kernel 2012-02-29 Darrick J. Wong Superseded
[2/5] ext4: Fix trimmed block count computing 2012-03-01 Lukas Czerner tytso Superseded
[4/5] ext4: Always set then trimmed blocks count into len 2012-03-01 Lukas Czerner tytso Superseded
REQ_META set during meta data write 2012-03-01 Saugata Das Superseded
[v2] ext3: fix start and len arguments handling in ext3_trim_fs() 2012-03-02 Lukas Czerner Superseded
[1/3] ext4: Rewrite punch hole to use ext4_ext_remove_space() 2012-03-02 Lukas Czerner Superseded
[2/3] ext4: Remove unused code from ext4_ext_map_blocks() 2012-03-02 Lukas Czerner Superseded
[3/4,v2] ext4: Always set then trimmed blocks count into len 2012-03-02 Lukas Czerner Superseded
[RFC,v2] e2fsprogs: Rework metadata_csum/gdt_csum flag handling 2012-03-03 Darrick J. Wong Superseded
[RFC,v2] ext4: Rework metadata_csum/gdt_csum flag handling in kernel 2012-03-03 Darrick J. Wong Superseded
[28/32] e2fsck: add three problem descriptions in pass1 2012-04-16 Zheng Liu Superseded
ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset 2012-08-27 Wei Yongjun Superseded
[2/4] e2fsck: Do not forget to discard last block group 2012-03-05 Lukas Czerner Superseded