Patchwork Linux ext4 filesystem development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 26 27 28 29 30 31 32 33 34 ... 45 46 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[V5,22/23] ext4: let fallocate handle inline data correctly. 2012-06-30 Tao Ma Superseded
[V5,07/23] ext4: Add delalloc support for inline data. 2012-06-30 Tao Ma Superseded
[V5,09/23] ext4: Refactor __ext4_check_dir_entry to accepts start and size. 2012-06-30 Tao Ma Superseded
[V5,11/23] ext4: let add_dir_entry handle inline data properly. 2012-06-30 Tao Ma Superseded
[V5,21/23] ext4: let ext4_truncate handle inline data correctly. 2012-06-30 Tao Ma Superseded
[V5,14/23] ext4: let ext4_find_entry handle inline data. 2012-06-30 Tao Ma Superseded
[V5,15/23] ext4: make ext4_delete_entry generic. 2012-06-30 Tao Ma Superseded
[V5,16/23] ext4: let ext4_delete_entry handle inline data. 2012-06-30 Tao Ma Superseded
[V5,19/23] ext4: Let fiemap work with inline data. 2012-06-30 Tao Ma Superseded
[V5,13/23] ext4: Create a new function search_dir. 2012-06-30 Tao Ma Superseded
[V5,20/23] ext4: Evict inline data out if we needs to strore xattr in inode. 2012-06-30 Tao Ma Superseded
[16/35,v3] debugfs: make unlink cmd support inline data 2012-07-01 Zheng Liu Superseded
[17/35,v3] debugfs: make mkdir cmd support inline data 2012-07-01 Zheng Liu Superseded
[02/35,v3] mke2fs: make it support inline data feature 2012-07-01 Zheng Liu Superseded
[04/35,v3] libext2fs: add ext2fs_find_entry_ext_attr function 2012-07-01 Zheng Liu Superseded
[05/35,v3] libext2fs: add EXT4_INLINE_DATA_FL flag for inode 2012-07-01 Zheng Liu Superseded
[06/35,v3] libext2fs: add data structures for inline data feature 2012-07-01 Zheng Liu Superseded
[18/35,v3] debugfs: make rmdir cmd support inline data 2012-07-01 Zheng Liu Superseded
[08/35,v3] debugfs: make ncheck cmd support inline data 2012-07-01 Zheng Liu Superseded
[09/35,v3] debugfs: make icheck cmd support inline data 2012-07-01 Zheng Liu Superseded
[10/35,v3] debugfs: make chroot and cd cmd support inline data 2012-07-01 Zheng Liu Superseded
[11/35,v3] debugfs: make ls cmd support inline data 2012-07-01 Zheng Liu Superseded
[12/35,v3] debugfs: make stat cmd support inline data 2012-07-01 Zheng Liu Superseded
[13/35,v3] debugfs: make blocks cmd support inline data 2012-07-01 Zheng Liu Superseded
[14/35,v3] debugfs: make filefrag cmd support inline data 2012-07-01 Zheng Liu Superseded
[03/35,v3] mke2fs: add inline_data feature in mke2fs's manpage 2012-07-01 Zheng Liu Superseded
[32/35,v3] libext2fs: add read/write inline data functions 2012-07-01 Zheng Liu Superseded
[15/35,v3] debugfs: make link cmd support inline data 2012-07-01 Zheng Liu Superseded
[33/35,v3] e2fsck: check inline data in pass2 2012-07-01 Zheng Liu Superseded
[34/35,v3] mke2fs: enable inline_data feature on ext4dev filesystem 2012-07-01 Zheng Liu Superseded
ext2: cleanup the confused goto label 2012-06-24 Wanlong Gao Not Applicable
[35/35,v3] tests: change test f_bad_disconnected_inode to support inline_data feature 2012-07-01 Zheng Liu 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
ext4_fallocate 2012-07-03 Zheng Liu New
[PATCHv4,5/5] ext4: simplify superblock dirtying 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,4/5] ext4: weed out ext4_write_super 2012-07-04 Artem Bityutskiy Superseded
[PATCHv4,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() 2012-07-04 Artem Bityutskiy Superseded
[v2] ext4: fix hole punch failure when depth is greater than 0 2012-07-04 Lukas Czerner New
next/mmotm: ext4 causes !rwsem_is_locked warnings 2012-09-27 Hugh Dickins Superseded
build: add generated files to .gitignore 2012-07-06 Andreas Dilger Accepted
ext4: fix comment in extents.c/ext4_ext_check_cache 2012-07-06 Wang Sheng-Hui New
e2fsck: rename "bool" variables 2012-07-06 Andreas Dilger Accepted
[1/2] ext4: fix the comment in ext4_ext_insert_extent for ext4_ext_try_to_merge in extents.c 2012-07-06 Wang Sheng-Hui New
[2/2] ext4: make extents.c/ext4_ext_try_to_merge return 1 on merged 2012-07-06 Wang Sheng-Hui New
[RFC,v2,10/10] vfs: add documentation 2012-09-23 Zhiyong Wu Not Applicable
[3/4] 9pfs: Fix filesystem to wait for stable page writeback 2012-11-21 Darrick J. Wong New
change a comment on fs/ext4/extents.c 2012-06-19 Liu Haibo Superseded
Minimal configuration for e2fsprogs 2012-06-20 Tony Breeds Superseded
ext4: Use s_csum_seed instead of i_csum_seed for xattr block csum. 2012-06-24 Tao Ma Not Applicable
Minimal configuration for e2fsprogs 2012-06-19 Tony Breeds Superseded
[RFC,v2,1/3] ext4: split ext4_file_write into buffered IO and direct IO 2012-06-14 Zheng Liu Superseded
[RFC,v2,3/3] ext4: add dio overwrite nolock 2012-06-14 Zheng Liu Superseded
[v2,1/4] ext4: Remove useless marking of superblock dirty 2012-04-02 Artem Bityutskiy Superseded
[08/32] libext2fs: add inline_data file 2012-04-16 Zheng Liu Superseded
[14/32] debugfs: make filefrag cmd support inline data 2012-04-16 Zheng Liu Superseded
[17/32] debugfs: make mkdir cmd support inline data 2012-04-16 Zheng Liu Superseded
[20/32] debugfs: make pwd cmd support inline data 2012-04-16 Zheng Liu Superseded
[21/32] debugfs: make expand_dir cmd support inline data 2012-04-16 Zheng Liu Superseded
[24/32] debugfs: make dump and cat cmd support inline data 2012-04-16 Zheng Liu Superseded
[29/32] e2fsck: check incorrect inline data flag 2012-04-16 Zheng Liu Superseded
[19/32] debugfs: make rm and kill_file cmd support inline data 2012-04-16 Zheng Liu Superseded
[32/32] e2fsck: check inline data in pass2 2012-04-16 Zheng Liu Superseded
[V4,05/22] ext4: Add normal write support for inline data. 2012-02-20 Tao Ma Superseded
[V4,06/22] ext4: Add journalled write support for inline data. 2012-02-20 Tao Ma Superseded
[V4,11/22] ext4: let add_dir_entry handle inline data properly. 2012-02-20 Tao Ma Superseded
[V4,12/22] ext4: Let ext4_readdir handle inline data. 2012-02-20 Tao Ma Superseded
[V4,03/22] ext4: Add the basic function for inline data support. 2012-02-20 Tao Ma Superseded
[0/3] RFC: introduce extended inode owner identifier v10 2012-07-09 Dmitri Monakho New
[3/3] ext4: add subtree quota support 2012-07-09 Dmitri Monakho New
[2/3] ext4: Implement subtree ID support for ext4 filesystem 2012-07-09 Dmitri Monakho New
[1/3] Add additional owner identifier 2012-07-09 Dmitri Monakho New
ext4: make quota as first class supported feature 2011-12-10 Aditya Kali Superseded
[v2] ext4: make quota as first class supported feature 2011-08-19 Aditya Kali Superseded
[v3] ext4: make quota as first class supported feature 2011-11-04 Aditya Kali Superseded
[1/2] jbd: Check return value of blkdev_issue_flush() 2012-07-09 Jan Kara Superseded
[2/2] ext3: Check return value of blkdev_issue_flush() 2012-07-09 Jan Kara Superseded
[v3] ext4: fix hole punch failure when depth is greater than 0 2012-07-10 Ashish Sangwan Superseded
linux-next: build failure after merge of the ext4 tree 2012-07-10 Aditya Kali Superseded
[PATCHv5,1/4] ext4: Remove useless marking of superblock dirty 2012-07-10 Artem Bityutskiy Superseded
Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?) 2012-10-29 Theodore Ts'o Superseded
[PATCHv5,2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() 2012-07-10 Artem Bityutskiy Superseded
[PATCHv4,3/5] ext4: remove unnecessary superblock dirtying 2012-07-04 Artem Bityutskiy Superseded
[PATCHv6,5/5] ext4: remove unnecessary argument 2012-07-11 Artem Bityutskiy Superseded
[PATCHv6,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() 2012-07-11 Artem Bityutskiy Superseded
[2/6] xfstest: add configurable load factors 2012-09-23 Dmitri Monakho Not Applicable
[PATCHv7,1/5] ext4: Remove useless marking of superblock dirty 2012-07-11 Artem Bityutskiy Accepted
[PATCHv7,2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() 2012-07-11 Artem Bityutskiy Accepted
[01/12,v2] Revert "ext4: remove no longer used functions in inode.c" 2012-07-13 Lukas Czerner Superseded
ext4fs error "ext4_mb_generate_buddy:741:group 16, 8160 clusters in bitmap, 4064 in gd" (with repro) 2012-08-16 Lukas Czerner Not Applicable
[PATCHv5,4/4] ext4: weed out ext4_write_super 2012-07-10 Artem Bityutskiy Superseded
[07/12,v2] ext4: use ext4_zero_partial_blocks in punch_hole 2012-07-13 Lukas Czerner Superseded
ext4: remove dynamic array size in ext4_chksum() 2012-07-13 Theodore Ts'o Accepted
[04/12,v2] xfs: pass LLONG_MAX to truncate_inode_pages_range 2012-07-13 Lukas Czerner Superseded
[10/12,v2] ext4: update ext4_ext_remove_space trace point 2012-07-13 Lukas Czerner Superseded
[08/12,v2] ext4: remove unused discard_partial_page_buffers 2012-07-13 Lukas Czerner Superseded
[11/12,v2] ext4: make punch hole code path work with bigalloc 2012-07-13 Lukas Czerner Superseded
[12/12,v2] ext4: Allow punch hole with bigalloc enabled 2012-07-13 Lukas Czerner Superseded
[RFC,v2,01/10] vfs: introduce private rb structures 2012-09-23 Zhiyong Wu Not Applicable
[RFC,v2,02/10] vfs: add support for updating access frequency 2012-09-23 Zhiyong Wu Not Applicable