Patchwork Linux ext4 filesystem development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 31 32 33 34 35 36 37 38 39 ... 45 46 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[V6,16/23] ext4: let ext4_delete_entry handle inline data. 2012-09-14 Tao Ma Superseded
[V6,03/23] ext4: Add the basic function for inline data support. 2012-09-14 Tao Ma Superseded
[V6,04/23] ext4: Add read support for inline data. 2012-09-14 Tao Ma Superseded
[V6,05/23] ext4: Add normal write support for inline data. 2012-09-14 Tao Ma Superseded
[V6,07/23] ext4: Add delalloc support for inline data. 2012-09-14 Tao Ma Superseded
[V6,08/23] ext4: Make ext4_init_dot_dotdot for inline dir usage. 2012-09-14 Tao Ma Superseded
[V6,09/23] ext4: Refactor __ext4_check_dir_entry to accepts start and size. 2012-09-14 Tao Ma Superseded
[V6,10/23] ext4: Create __ext4_insert_dentry for dir entry insertion. 2012-09-14 Tao Ma Superseded
[V6,14/23] ext4: let ext4_find_entry handle inline data. 2012-09-14 Tao Ma Superseded
[GIT,PULL] more ext4 bug fixes for 3.7 2012-10-30 Theodore Ts'o Accepted
[RFC,1/2] bdi: Create a flag to indicate that a backing device needs stable page writes 2012-10-27 Darrick J. Wong Superseded
mke2fs: sort option parsing, deprecate "-R" 2013-04-30 Andreas Dilger New
[v3] ext4: Prevent race while waling extent tree 2012-11-13 Lukas Czerner Superseded
ext4: do not use ext4_error() when there is no space in dir leaf for csum 2012-11-11 Theodore Ts'o Accepted
[V2] ext4: init pagevec in ext4_da_block_invalidatepages 2012-11-11 Eric Sandeen Accepted
[1/3] jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback 2013-03-22 Dmitri Monakho Awaiting Upstream
64bit + resize2fs... this is Not Good. 2012-11-14 George Spelvin Not Applicable
[2/4] fsfreeze: manage kill signal when sb_start_write is called 2013-04-06 Marco Stornelli New
[10/11] ext4: punch_hole should wait for DIO writers V2 2012-09-28 Dmitri Monakho Accepted
[3/4] fsfreeze: manage kill signal when sb_start_pagefault is called 2013-04-06 Marco Stornelli New
[7/7] libext2fs: add a unit test for inline data 2012-11-15 Zheng Liu New
debugfs: dump a sparse file as a new sparse file 2012-11-15 Zheng Liu Superseded
[v3] ext4: Prevent race while waling extent tree 2012-11-15 Lukas Czerner Superseded
e2fsck: Fix incorrect interior node logical start values 2012-11-15 Eric Sandeen Superseded
[3/3] ext4: undegister es_shrinker if mount failed 2013-03-23 Zheng Liu Accepted
ext4: init pagevec in ext4_da_block_invalidatepages 2012-11-11 Eric Sandeen Superseded
ext4: Prevent race while waling extent tree 2012-11-08 Lukas Czerner Superseded
[v2] ext4: Prevent race while waling extent tree 2012-11-09 Lukas Czerner Superseded
[v2] ext4: Prevent race while waling extent tree 2012-11-09 Dmitri Monakho Superseded
[1/3,v2] ext4: add indirect punching hole support 2012-11-19 Zheng Liu Superseded
[2/3,v2] ext4: let us fully support punching hole feature in fallocate 2012-11-19 Zheng Liu Superseded
[6/7] libext2fs: fix some warnings from make gcc-wall 2012-11-15 Zheng Liu New
ext4: add WARN_ON to check the length of allocated blocks 2013-03-24 Zheng Liu New
mke2fs: Disallow bigalloc with with bs < 4096 2013-04-03 Lukas Czerner New
[3/3,v2] ext4: add tracepoint for punching hole 2012-11-19 Zheng Liu Superseded
[3/9] xfs: factor out everything but the filemap_write_and_wait from xfs_file_fsync 2012-11-20 Darrick J. Wong New
[2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests 2012-11-20 Darrick J. Wong New
[1/9] vfs: Handle O_SYNC AIO DIO in generic code properly 2012-11-20 Darrick J. Wong New
[4/9] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests 2012-11-20 Darrick J. Wong New
[5/9] btrfs: Use generic handlers of O_SYNC AIO DIO 2012-11-20 Darrick J. Wong New
[9/9] blkdev: Fix up AIO+DIO+O_SYNC to do the sync part correctly 2012-11-20 Darrick J. Wong New
Unsigned widening casts of binary "not" operations.. 2013-04-24 Ingo Molnar New
[2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests 2012-11-21 Jan Kara New
[1/4] bdi: Track users that require stable page writes 2012-11-21 Darrick J. Wong New
[4/4] ext3: Warn if mounting rw on a disk requiring stable page writes 2012-11-21 Darrick J. Wong New
ext4 dev branch: mutex not locked in ext4_truncate() 2013-04-03 Lukas Czerner Accepted
[v4,21/31] ext4: add support for read_iter and write_iter 2012-11-21 Dave Kleikamp New
[2/2,v5] ext4: simple cleanup in fiemap codepath 2012-11-21 Lukas Czerner Superseded
[RFC,1/2] mm: Introduce page flag to indicate stable page status 2012-11-22 Darrick J. Wong New
[RFC,2/2] jbd: Stabilize pages during writes when in ordered mode 2012-11-22 Darrick J. Wong New
bdi: Track users that require stable page writes 2012-11-22 Darrick J. Wong New
build: quiet some "gcc -Wall" compiler warnings 2012-11-22 Andreas Dilger Superseded
filefrag: improvements to filefrag FIEMAP handling 2012-11-23 Andreas Dilger Accepted
jbd: Fix lock ordering bug in journal_unmap_buffer() 2012-11-23 Jan Kara New
[3/6] libext2fs: add ext2fs_bitcount() function 2012-11-25 Theodore Ts'o Superseded
[5/6] libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps 2012-11-25 Theodore Ts'o Superseded
tests: don't consider "make check" a compiler error 2012-11-23 Andreas Dilger Accepted
[2/6,-v2] e2fsck: optimize pass1 for CPU time 2012-11-26 Theodore Ts'o Superseded
[4/6] libext2fs: optimize rb_get_bmap_range() 2012-11-25 Theodore Ts'o Superseded
[6/7] ext4: add mutex_is_locked() assertion to ext4_truncate() 2013-03-25 Theodore Ts'o Awaiting Upstream
[4/6,-v2] libext2fs: optimize rb_get_bmap_range() 2012-11-26 Theodore Ts'o Superseded
[5/6,-v2] libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps 2012-11-26 Theodore Ts'o Superseded
[6/6,-v2] e2fsck: optimize pass 5 for CPU utilization 2012-11-26 Theodore Ts'o Superseded
[3/7] ext4: fold ext4_alloc_blocks() in ext4_alloc_branch() 2013-03-25 Theodore Ts'o Awaiting Upstream
[2/2] ext4: introduce ext4_get_group_number() 2013-03-25 Lukas Czerner Superseded
ext4: Ensure Inode flags consistency are checked in build time 2012-11-30 Carlos Maiolino Superseded
[02/29] ext4: Use io_end for multiple bios 2013-04-08 Jan Kara Awaiting Upstream
[RFC] ext4: Convert unwritten extents during end_io processing 2012-11-28 Darrick J. Wong New
[3/6,-v2] libext2fs: add ext2fs_bitcount() function 2012-11-26 Theodore Ts'o Superseded
[1/6] libext2fs: optimize rb_set_bmap_range() 2012-11-25 Theodore Ts'o Superseded
[2/6] e2fsck: optimize pass1 for CPU time 2012-11-25 Theodore Ts'o Superseded
[6/6] e2fsck: optimize pass 5 for CPU utilization 2012-11-25 Theodore Ts'o Superseded
[4/6,-v3] libext2fs: add ext2fs_bitcount() function 2012-11-26 Theodore Ts'o Superseded
libext2fs: change mmp.c to LGPL to match other files 2012-11-22 Andreas Dilger Accepted
[1/2] ext4: Prevent race while walking extent tree 2012-11-20 Lukas Czerner Superseded
[2/2] ext4: simple cleanup in fiemap codepath 2012-11-20 Lukas Czerner Superseded
[1/2,v5] ext4: Prevent race while walking extent tree 2012-11-21 Lukas Czerner Superseded
ext4: include journal blocks in df overhead calcs 2012-11-28 Eric Sandeen Superseded
mke2fs: remove quota docs if not configured in 2012-11-29 Eric Sandeen New
ext4: remove some unused code lines 2012-11-29 Zhiyong Wu Superseded
e2fsck: Fix incorrect interior node logical start values 2012-11-29 Theodore Ts'o Not Applicable
e2fsck: detect invalid extents at the end of an extent-block 2013-04-03 David Jeffery New
[4/4] ext4: remove redundant initialization in ext4_fill_super() 2012-11-30 Guo Chao Accepted
[e2fsprogs] initdir: Writing inode after the initial write? 2012-12-01 Andreas Dilger Rejected
[1/4] ext4: remove unsafe and unnecessary memset() 2012-11-30 Guo Chao Rejected
libext2fs: fix inode cache overruns 2012-11-30 Theodore Ts'o Accepted
[ext4:dev,45/57] fs/ext4/inline.c:1025:6: sparse: symbol 'ext4_get_inline_xattr_pos' was not declared. Should it be static? 2012-12-03 Wu Fengguang Superseded
[ext4:dev,54/60] fs/ext4/xattr.c:999:5: sparse: symbol 'ext4_xattr_ibody_set' was not declared. Should it be static? 2012-12-03 Wu Fengguang Superseded
ext4: Fix inline data build warning found by kernel build testing. 2012-12-03 Tao Ma Superseded
Ext4:can not rm directories on 2.6.3x 2013-03-15 Theodore Ts'o Not Applicable
e2fsprogs: fix flag settings in e2image.h 2013-02-21 Tomas Racek Accepted
ext4: fix extent tree corruption that incurred by hole punch 2012-12-04 Forrest Liu Superseded
[2/3] lib/ext2fs: Add ext2fs_symlink 2012-12-05 Darren Hart Superseded
ext4: fix some coding styles in extents.c 2012-12-07 Yongqiang Yang New
ext4: fix extent tree corruption that incurred by hole punch 2012-12-07 Theodore Ts'o Not Applicable
[V7,00/23] ext4: Add inline data support 2012-12-10 Theodore Ts'o Rejected
[V2] ext4: Remove CONFIG_EXT4_FS_XATTR. 2012-12-10 Tao Ma Accepted
ext4: Add EXT4_ZERO_XATTR_VALUE to init inline data directly. 2012-12-11 Tao Ma Accepted
[2/4] mm: Only enforce stable page writes if the backing device requires it 2012-12-13 Darrick J. Wong Superseded
xfstests: use -F when making scratch ext4 fs 2013-04-26 Josef Bacik New