Patchwork Linux ext4 filesystem development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 37 38 39 40 41 42 43 44 45 46 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[GIT,PULL] ext4 updates for 3.10 2013-05-01 Theodore Ts'o New
ext4: limit group search loop for non-extent files 2013-05-03 Eric Sandeen Awaiting Upstream
ext4: recalculate s_blockfile_groups during resize2fs 2013-05-03 Eric Sandeen Not Applicable
libext2fs: fix return value 2013-05-04 Mike Frysinger Superseded
[RFC,4/9] ext4: Adding itree structures 2013-05-04 Radek Pazdera New
[1/3] libext2fs: Adding itree feature flag 2013-05-04 Radek Pazdera New
[2/3] libext2fs: Adding inode flag for itree 2013-05-04 Radek Pazdera New
[3/3] mke2fs, tune2fs: Adding support for the itree flag 2013-05-04 Radek Pazdera New
e2fsprogs: Fsck of read-only FS w/ external journal fails after 1.42.5? 2013-05-04 Theodore Ts'o New
ext4: implement error handling of ext4_mb_new_preallocation() 2013-05-05 Alexey Khoroshilov New
ext4: Fixed corruption when online resizing a fs with 1K block size 2013-05-06 Maarten ter Huurne New
mke2fs: do not change root dir ownership 2013-05-06 Mike Frysinger New
[21/29] ext4: Split extent conversion lists to reserved & unreserved parts 2013-05-08 Zheng Liu New
xfstests: regression test for ext4 resize with non-extent files 2013-05-09 Eric Sandeen New
[V2] xfstests: regression test for ext4 resize with non-extent files 2013-05-10 Eric Sandeen New
[RFC,v2,3/9] ext4: Adding a link to itree to the dx_root struct 2013-05-13 Radek Pazdera New
[RFC,v2,9/9] ext4: Make ext4_readdir() use itree if available 2013-05-13 Radek Pazdera New
jbd2: Always set journal superblock checksum when writing out superblock 2013-05-10 Darrick J. Wong New
[RFC,v2,8/9] ext4: Make directory operations use itree 2013-05-13 Radek Pazdera New
EXT4 regression caused 4eec7 2013-05-11 Theodore Ts'o New
[4/4] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API 2013-05-13 Mel Gorman New
[1/4] mm: Add tracepoints for LRU activation and insertions 2013-05-13 Mel Gorman New
[2/4] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time 2013-05-13 Mel Gorman New
jbd2: Fix oops in jbd2_journal_put_journal_head() 2013-05-13 Jan Kara New
[RFC,v2,2/9] ext4: Allow sorting dx_map by inode as well 2013-05-13 Radek Pazdera New
[RFC,v2,4/9] ext4: Adding itree structures 2013-05-13 Radek Pazdera New
[RFC,v2,6/9] ext4: Adding itree implementation II - Inserting 2013-05-13 Radek Pazdera New
[RFC,v2,1/9] ext4: Adding itree feature and inode flags 2013-05-13 Radek Pazdera New
[RFC,v2,7/9] ext4: Adding itree implementation III - Deleting 2013-05-13 Radek Pazdera New
[RFC,v2,5/9] ext4: Adding itree implementation I - Core 2013-05-13 Radek Pazdera New
[v2,2/2] mke2fs, tune2fs: Adding support for the itree flag 2013-05-13 Radek Pazdera New
[1/2] ext4: do not left pages locked in mpage_da_submit_io() 2013-05-13 Alexey Khoroshilov New
[2/2] ext4: do not left pages locked in ext4_writepage() 2013-05-13 Alexey Khoroshilov New
Avoid unnecessarily writing back dirty pages before hole punching 2013-05-14 Li Wang New
[v4,18/20] ext4: update ext4_ext_remove_space trace point 2013-05-14 Lukas Czerner New
[v4,04/20] jbd: change journal_invalidatepage() to accept length 2013-05-14 Lukas Czerner New
[GIT,PULL] ext4 updates for 3.10-rc2 2013-05-14 Theodore Ts'o New
[v4,19/20] ext4: make punch hole code path work with bigalloc 2013-05-14 Lukas Czerner New
[v4,20/20] ext4: Allow punch hole with bigalloc enabled 2013-05-14 Lukas Czerner New
[v4,17/20] ext4: remove unused code from ext4_remove_blocks() 2013-05-14 Lukas Czerner New
[v4,15/20] ext4: use ext4_zero_partial_blocks in punch_hole 2013-05-14 Lukas Czerner New
[v4,16/20] ext4: remove unused discard_partial_page_buffers 2013-05-14 Lukas Czerner New
[v4,14/20] ext4: truncate_inode_pages() in orphan cleanup path 2013-05-14 Lukas Czerner New
[v4,03/20] ext4: use ->invalidatepage() length argument 2013-05-14 Lukas Czerner New
[v4,13/20] Revert "ext4: fix fsx truncate failure" 2013-05-14 Lukas Czerner New
[v4,12/20] ext4: Call ext4_jbd2_file_inode() after zeroing block 2013-05-14 Lukas Czerner New
[v4,10/20] mm: teach truncate_inode_pages_range() to handle non page aligned ranges 2013-05-14 Lukas Czerner New
[v4,11/20] Revert "ext4: remove no longer used functions in inode.c" 2013-05-14 Lukas Czerner New
[v4,02/20] jbd2: change jbd2_journal_invalidatepage to accept length 2013-05-14 Lukas Czerner New
[v4,08/20] gfs2: use ->invalidatepage() length argument 2013-05-14 Lukas Czerner New
[v4,07/20] ceph: use ->invalidatepage() length argument 2013-05-14 Lukas Czerner New
[v4,06/20] ocfs2: use ->invalidatepage() length argument 2013-05-14 Lukas Czerner New
[v4,05/20] xfs: use ->invalidatepage() length argument 2013-05-14 Lukas Czerner New
[v4,01/20] mm: change invalidatepage prototype to accept length 2013-05-14 Lukas Czerner New
xfstests: test data integrity under disk failure 2013-05-16 Dmitri Monakho New
[3/4] jbd2: make shure that we do not miss aborted state 2013-05-16 Dmitri Monakho New
[4/4] jbd: make shure that we do not miss aborted state 2013-05-16 Dmitri Monakho New
[4/4] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API 2013-05-16 Mel Gorman New
[1/4] ext4: Fix fsync error handling after filesysteb abort. 2013-05-17 Yuan Fu New
[4/5] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API 2013-05-17 Mel Gorman New
[5/5] mm: Remove lru parameter from __lru_cache_add and lru_cache_add_lru 2013-05-17 Mel Gorman New
[3/5] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec 2013-05-17 Mel Gorman New
[1/5] mm: Add tracepoints for LRU activation and insertions 2013-05-17 Mel Gorman New
[2/5] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time 2013-05-17 Mel Gorman New
[v2] ext4: Avoid unnecessarily writing back dirty pages before hole punching 2013-05-20 Li Wang New
[1/3] libext2fs: fix gcc -Wall warnings 2013-05-20 Theodore Ts'o New
[1/3] libext2fs: fix gcc -Wall nits 2013-05-20 Theodore Ts'o New
[2/3] e2fsck: fix gcc -Wall nits 2013-05-20 Theodore Ts'o New
[2/3] misc: fix gcc -Wall warnings 2013-05-20 Theodore Ts'o New
[3/3] e2fsck: fix gcc -Wall nits 2013-05-20 Theodore Ts'o New
Trinity: BUG at fs/ext4/inode.c:1590! 2013-05-20 Eric Sandeen New
Add support for DragonFly BSD operating system. 2012-07-12 Antonio Huete Jiménez Superseded
e2fsck,libquota: Update quota only if its inconsistent 2012-04-13 Aditya Kali Accepted
[1/3] ext4: s_freeclusters_counter should not tranform to unit of block before assigning to "free_clusters" in ext4_has_free_cluste 2012-03-13 Robin Dong New
[v3.1,13/54] e2fsck: Verify inode bitmap checksum 2012-03-13 Darrick J. Wong Superseded
[RESEND,1/2,v2] ext4: add indirect punching hole support 2013-01-18 Zheng Liu Accepted
[v7.1] block: Coordinate flush requests 2011-01-15 Tejun Heo Not Applicable
[v3] xfstests: add support for ext4dev FSTYP 2011-06-02 Amir G. Not Applicable
ext4: invalidate gap cache when writing extents last block 2011-05-13 Lukas Czerner New
[13/18] ext2: remove unnecessary dentry_unhash on rmdir/rename_dir 2011-05-10 Sage Weil Not Applicable
[2/7] fs: block_page_mkwrite should wait for writeback to finish 2011-05-09 Darrick J. Wong Not Applicable
ext4: reserve inodes and feature code for 'quota' feature 2011-02-15 Aditya Kali Accepted
[v2,03/18] ext4: use ->invalidatepage() length argument 2013-02-05 Lukas Czerner Superseded
[V3,RESEND,2] ext4: serialize unaligned asynchronous DIO 2011-02-07 Theodore Ts'o New
VFS: call rcu_barrier after kill_sb. 2011-02-09 Boaz Harrosh Not Applicable
[4/5] ext4 : Add missing posix_acl_release() in ext4_xattr_set_acl() in error path. 2011-05-13 Manish Katiyar Superseded
[3/4] ext4: Add new ext4 trim tracepoints 2011-02-09 Tao Ma New
[-v2] ext4: don't dereference null pointer when make_indexed_dir() fails 2011-05-09 Theodore Ts'o Superseded
[2/2] Large EAs 2008-11-17 Kalpak Shah New
[3/6] jbd2: yield the device queue when waiting for journal commits 2010-07-02 Jeff Moyer New
[1/1] Null Pointer when make_indexed_dir returns -ENOSPC 2011-05-09 Jan Kara Superseded
[2/6] jbd: yield the device queue when waiting for commits 2010-07-02 Jeff Moyer New
[PATCH-e2fsprogs] Allow tune2fs -I if only one group per flex 2009-03-02 Peng Tao New
[1/2] Ext2: remove a useless check for the function ext2_free_blocks 2013-01-26 Wang shilong Not Applicable
Ext4: remove a useless check for the function ext4_data_block_valid 2013-01-26 Wang shilong Rejected
[12/18] ext3: remove unnecessary dentry_unhash on rmdir/rename_dir 2011-05-10 Sage Weil Not Applicable
Ext4: Make file creation time, i_version and i_generation available by xattrs 2010-06-28 David Howells New
[1/4,v2] ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread 2011-05-09 Lukas Czerner Superseded
[v3] Adding support to freeze and unfreeze a journal 2011-05-09 Surbhi Palande Superseded
[11/18] ext4: remove unnecessary dentry_unhash on rmdir/rename_dir 2011-05-10 Sage Weil Not Applicable