Patchwork Linux ext4 filesystem development

login
register
mail settings

Incoming patches

« Previous 1 2 3 4 5 6 7 8 Next »
Filters: State = Action Required remove filter
Patch Date Submitter Delegate State
[3/5] ext4: add warning to ext4_convert_unwritten_extents_endio 2013-03-04 Zheng Liu New
[BUG,Bigalloc] applictions will be blocked for more than 120s when we run xfstests #083 2013-03-07 Lukas Czerner New
[V7,-next,22/33] ext4: add support for read_iter and write_iter 2013-03-08 Dave Kleikamp New
Unwritten extent zeroing beyond i_size 2013-03-14 Lukas Czerner New
[1/5] libext2fs: Optimize ext2fs_allocate_group_table() 2013-03-19 Andrey Sidorov New
[2/5] libext2fs: find_first_set() for bitmaps. 2013-03-19 Andrey Sidorov New
[3/5] libext2fs: find_first_set() for bitarray bitmap 2013-03-19 Andrey Sidorov New
[4/5] libext2fs: ffz/ffs for rb_tree bitmap 2013-03-19 Andrey Sidorov New
[5/5] libext2fs: Optimize ext2fs_convert_subcluster_bitmap() 2013-03-19 Andrey Sidorov New
libext2fs: Provide functions to safely access name_len and file_type 2013-03-20 Jan Kara New
[TRIVIAL] Documentation/filesystems/ext4.txt barriers -> barrier 2013-03-21 Sander New
ext4: Do not normalize request from fallocate 2013-03-21 Lukas Czerner New
[GIT,PULL] ext4 updates for 3.9-rc4 2013-03-21 Theodore Ts'o New
ext4: add WARN_ON to check the length of allocated blocks 2013-03-24 Zheng Liu New
[RFC,V2] ext4: add ioctl to force 32-bit hashes from indexed dirs 2013-03-28 Eric Sandeen New
bio splits unnecessarily due to BH_Boundary in ext3 direct I/O 2013-03-29 Jan Kara New
[2/4] fsfreeze: manage kill signal when sb_start_write is called 2013-04-06 Marco Stornelli New
[3/4] fsfreeze: manage kill signal when sb_start_pagefault is called 2013-04-06 Marco Stornelli New
e2fsprogs: allow 0-length xattr values in e2fsck 2013-04-07 Eric Sandeen New
[v3] ext4: move ext4_ind_migrate() into migrate.c 2013-04-09 Lukas Czerner New
bio splits unnecessarily due to BH_Boundary in ext3 direct I/O 2013-04-09 Jan Kara New
[v3,RESEND] mm: Make snapshotting pages for stable writes a per-bio operation 2013-04-09 Darrick J. Wong New
[1/5] ext4: convert write_begin methods to stable_page_writes semantics 2013-04-14 Dmitri Monakho New
[2/5] jbd2: optimize jbd2_journal_force_commit 2013-04-14 Dmitri Monakho New
[3/5] ext4: fix data integrity for ext4_sync_fs 2013-04-14 Dmitri Monakho New
[4/5] jbd: optimize journal_force_commit 2013-04-14 Dmitri Monakho New
[5/5] ext3: fix data integrity for ext4_sync_fs 2013-04-14 Dmitri Monakho New
[1/2] blkdev: add flush generation counter 2013-04-14 Dmitri Monakho New
[2/2] ext4: Add fdatasync scalability optimization 2013-04-14 Dmitri Monakho New
fs/buffer.c: Remove the unnecessary init operation after allocating buffer_head. 2013-04-19 majianpeng New
[1/3] ext4: mark all metadata I/O with REQ_META 2013-04-21 Theodore Ts'o New
[2/3] buffer: add BH_Prio and BH_Meta flags 2013-04-21 Theodore Ts'o New
[3/3,-v2] ext4: mark metadata blocks using bh flags 2013-04-21 Theodore Ts'o New
[V1] fs/buffer.c: Remove unnecessary init operation after, allocating buffer_head. 2013-04-22 majianpeng New
[v3,05/18] xfs: use ->invalidatepage() length argument 2013-04-23 Ben Myers New
Unsigned widening casts of binary "not" operations.. 2013-04-24 Ingo Molnar New
x86: make DR*_RESERVED unsigned long 2013-04-24 Oleg Nesterov New
build: update generated configure file 2013-04-24 Andreas Dilger New
page eviction from the buddy cache 2013-04-25 Mel Gorman New
ext4: Reserve FEATURE_RO_COMPAT and INO flag 2013-04-25 Lukas Czerner New
page eviction from the buddy cache 2013-04-25 Alexey Lyahkov New
ext2fs, debugfs, e2fsck: fix s_desc_size handling 2013-04-26 Andreas Dilger New
[v2] x86: make DR*_RESERVED unsigned long 2013-04-26 Oleg Nesterov New
ext4: remove unneeded call to ext4_es_remove_extent in punch hole 2013-04-27 Ashish Sangwan New
libext2fs: do not print any error message from libext2fs 2013-04-27 Zheng Liu New
[ext4] extent tree es_len can be zero? 2013-04-30 Jon ERNST New
[GIT,PULL] ext4 updates for 3.10 2013-05-01 Theodore Ts'o 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
mke2fs: Calculate journal blocks just after fs initialize 2013-05-11 Ashish Sangwan New
Re: EXT4 panic at jbd2_journal_put_journal_head() in 3.9+ 2013-05-13 Zheng Liu New
Re: Re: EXT4 panic at jbd2_journal_put_journal_head() in 3.9+ 2013-05-13 Zheng Liu New
[RFC,v2,1/9] ext4: Adding itree feature and inode flags 2013-05-13 Radek Pazdera New
[RFC,v2,2/9] ext4: Allow sorting dx_map by inode as well 2013-05-13 Radek Pazdera New
[RFC,v2,3/9] ext4: Adding a link to itree to the dx_root struct 2013-05-13 Radek Pazdera New
[RFC,v2,4/9] ext4: Adding itree structures 2013-05-13 Radek Pazdera New
[RFC,v2,5/9] ext4: Adding itree implementation I - Core 2013-05-13 Radek Pazdera New
[RFC,v2,6/9] ext4: Adding itree implementation II - Inserting 2013-05-13 Radek Pazdera New
[RFC,v2,7/9] ext4: Adding itree implementation III - Deleting 2013-05-13 Radek Pazdera New
[RFC,v2,8/9] ext4: Make directory operations use itree 2013-05-13 Radek Pazdera New
[RFC,v2,9/9] ext4: Make ext4_readdir() use itree if available 2013-05-13 Radek Pazdera New
[v2,1/2] libext2fs: Adding itree feature and inode flags 2013-05-13 Radek Pazdera New
[v2,2/2] mke2fs, tune2fs: Adding support for the itree flag 2013-05-13 Radek Pazdera New
[v3] jbd2: Fix block tag checksum verification brokenness 2013-05-13 Darrick J. Wong New
[v2] jbd2: Always set journal superblock checksum when writing out superblock 2013-05-13 Darrick J. Wong New
xfstests: test data integrity under disk failure 2013-05-16 Dmitri Monakho New
[1/4] ext4: Fix fsync error handling after filesysteb abort. 2013-05-17 Yuan Fu New
[v2] ext4: Avoid unnecessarily writing back dirty pages before hole punching 2013-05-20 Li Wang New
ext4: optimize extent selection for block removal in case of hole punch 2013-05-24 Ashish Sangwan New
delayed allocation blocks not flushed? 2013-05-27 Bert De Jonghe New
[1/2] jbd2: check bh->b_data for NULL in jbd2_journal_get_descriptor_buffer before memset() 2013-06-03 Ruslan Bilovol New
[2/2] ext4: add sanity checks in __ext4_check_dir_entry 2013-06-03 Ruslan Bilovol New
[ext3,ext4] old bug in htree_dirblock_to_tree() 2013-06-17 Al Viro New
[v4,20/20] ext4: Allow punch hole with bigalloc enabled 2013-06-18 Tomas Racek New
jbd2: move superblock checksum calculation to jbd2_write_superblock() 2013-06-18 Theodore Ts'o New
[1/2] ext2: Reduce object size when !CONFIG_PRINTK 2013-06-18 Joe Perches New
[2/2] ext3: Reduce object size when !CONFIG_PRINTK 2013-06-18 Joe Perches New
resize2fs: move bitmaps if shrinking would orphan them 2013-06-19 Eric Sandeen New
fs/jbd2: t_updates should increase when start_this_handle() failed in jbd2__journal_restart() 2013-06-19 Younger Liu New
[v4,15/20] ext4: use ext4_zero_partial_blocks in punch_hole 2013-06-19 Lukas Czerner New
[1/2] blkid: use proper statement instead of 0 2013-06-19 Eryu Guan New
[2/2] blkid: fix broken garbage collection 2013-06-19 Eryu Guan New
[trivial] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks 2013-06-19 Joe Perches New
« Previous 1 2 3 4 5 6 7 8 Next »