Show patches with: none      |   26697 patches
« 1 2 ... 68 69 70266 267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[4/9] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests - - - - --- 2012-11-20 Darrick Wong Accepted
[7/9] ocfs2: Use generic handlers of O_SYNC AIO DIO 1 - - - --- 2012-11-20 Darrick Wong Accepted
[5/9] btrfs: Use generic handlers of O_SYNC AIO DIO - - - - --- 2012-11-20 Darrick Wong Accepted
[6/9] gfs2: Use generic handlers of O_SYNC AIO DIO - - - - --- 2012-11-20 Darrick Wong Accepted
[9/9] blkdev: Fix up AIO+DIO+O_SYNC to do the sync part correctly - - - - --- 2012-11-20 Darrick Wong Accepted
[8/9] filemap: don't call generic_write_sync for -EIOCBQUEUED - - - - --- 2012-11-20 Darrick Wong Accepted
[1/4,RFC] ext4: remove duplicated check from ext4_fallocate - - - - --- 2012-11-20 Zheng Liu Not Applicable
[2/4,RFC] xfs: remove duplicated check from xfs_file_fallocate - - - - --- 2012-11-20 Zheng Liu Not Applicable
[3/4,RFC] btrfs: remove duplicated check from btrfs_fallocate - - - - --- 2012-11-20 Zheng Liu Not Applicable
[4/4,RFC] ocfs2: remove duplicated check from ocfs2_fallocate - - - - --- 2012-11-20 Zheng Liu Not Applicable
[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
[2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests - - - - --- 2012-11-21 Jan Kara Accepted
[1/4] bdi: Track users that require stable page writes - - - - --- 2012-11-21 Darrick Wong Superseded
[2/4] mm: Only enforce stable page writes if the backing device requires it - - - - --- 2012-11-21 Darrick Wong Superseded
[3/4] 9pfs: Fix filesystem to wait for stable page writeback - - - - --- 2012-11-21 Darrick Wong Superseded
[4/4] ext3: Warn if mounting rw on a disk requiring stable page writes - - - - --- 2012-11-21 Darrick Wong Superseded
[-next] ext4: remove duplicated include from super.c - - - - --- 2012-11-21 Wei Yongjun Superseded
ext4: remove unaligned AIO warning printk - - - - --- 2012-11-21 Eric Sandeen Accepted
[1/2,v5] ext4: Prevent race while walking extent tree - - - - --- 2012-11-21 Lukas Czerner Superseded
[2/2,v5] ext4: simple cleanup in fiemap codepath - - - - --- 2012-11-21 Lukas Czerner Superseded
[v4,21/31] ext4: add support for read_iter and write_iter - - - - --- 2012-11-21 Dave Kleikamp Accepted
bdi: Track users that require stable page writes - - - - --- 2012-11-22 Darrick Wong Not Applicable
[RFC,1/2] mm: Introduce page flag to indicate stable page status - - - - --- 2012-11-22 Darrick Wong Accepted
[RFC,2/2] jbd: Stabilize pages during writes when in ordered mode - - - - --- 2012-11-22 Darrick Wong Accepted
[1/2,v5] ext4: Prevent race while walking extent tree - - - - --- 2012-11-22 Lukas Czerner Accepted
[2/2,v5] ext4: simple cleanup in fiemap codepath - - - - --- 2012-11-22 Lukas Czerner Accepted
libext2fs: change mmp.c to LGPL to match other files - - - - --- 2012-11-22 Andreas Dilger Accepted
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 Accepted
tests: don't consider "make check" a compiler error - - - - --- 2012-11-23 Andreas Dilger Accepted
[1/6] libext2fs: optimize rb_set_bmap_range() - - - - --- 2012-11-25 Theodore Ts'o Superseded
[2/6] e2fsck: optimize pass1 for CPU time - - 1 - --- 2012-11-25 Theodore Ts'o Superseded
[3/6] libext2fs: add ext2fs_bitcount() function - - 1 - --- 2012-11-25 Theodore Ts'o Superseded
[4/6] libext2fs: optimize rb_get_bmap_range() - - 1 - --- 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
[6/6] e2fsck: optimize pass 5 for CPU utilization - - 1 - --- 2012-11-25 Theodore Ts'o Superseded
[3/6,-v2] libext2fs: add ext2fs_bitcount() function - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[4/6,-v3] libext2fs: add ext2fs_bitcount() function - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[1/6,-v2] libext2fs: optimize rb_set_bmap_range() - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[2/6,-v2] e2fsck: optimize pass1 for CPU time - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[3/6,-v3] libext2fs: add ext2fs_bitcount() function - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[4/6,-v2] libext2fs: optimize rb_get_bmap_range() - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[5/6,-v2] libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
[6/6,-v2] e2fsck: optimize pass 5 for CPU utilization - - 1 - --- 2012-11-26 Theodore Ts'o Superseded
e2fsprogs: fix configure help text for quota - - - - --- 2012-11-27 Eric Sandeen Accepted
tune2fs: respect quota config option - - - - --- 2012-11-27 Eric Sandeen Accepted
[RFC] ext4: Convert unwritten extents during end_io processing - - - - --- 2012-11-28 Darrick Wong Accepted
[1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c - - - - --- 2012-11-28 Theodore Ts'o Accepted
ext4: include journal blocks in df overhead calcs - - - 1 --- 2012-11-28 Eric Sandeen Superseded
[V2] ext4: include journal blocks in df overhead calcs - - - 1 --- 2012-11-28 Eric Sandeen Accepted
mke2fs: remove quota docs if not configured in - - - - --- 2012-11-29 Eric Sandeen Accepted
ext4: remove some unused code lines - - 1 - --- 2012-11-29 Zhiyong Wu Superseded
ext4: Fix possible use after free of buffer head 1 - - - --- 2012-11-29 Lukas Czerner Accepted
e2fsck: Fix incorrect interior node logical start values - - - - --- 2012-11-29 Theodore Ts'o Not Applicable
libext2fs: fix inode cache overruns - - - - --- 2012-11-30 Theodore Ts'o Accepted
ext4: restructure ext4_ext_direct_IO() - - 1 - --- 2012-11-30 Theodore Ts'o Accepted
[1/4] ext4: remove unsafe and unnecessary memset() - - 1 - --- 2012-11-30 Guo Chao Rejected
[2/4] ext4: use sync_inode_metadata() when sync inode metadata - - 1 - --- 2012-11-30 Guo Chao Accepted
[3/4] ext4: remove redundant code in ext4_alloc_inode() - - 1 - --- 2012-11-30 Guo Chao Accepted
[4/4] ext4: remove redundant initialization in ext4_fill_super() - - - - --- 2012-11-30 Guo Chao Accepted
ext4: Ensure Inode flags consistency are checked in build time - - - - --- 2012-11-30 Carlos Maiolino Superseded
[e2fsprogs] initdir: Writing inode after the initial write? - - - - --- 2012-12-01 Andreas Dilger Rejected
fs:ext4:hash.c: reduce one "if" comparison - - - - --- 2012-12-01 Cong Ding Accepted
fs:ext3: remove lock_buffer in bclean() and setup_new_group_blocks - - - - --- 2012-12-02 Cong Ding Not Applicable
ext4: remove some unused code lines - - 1 - --- 2012-12-03 Zhiyong Wu Accepted
[ext4:dev,45/57] fs/ext4/inline.c:1025:6: sparse: symbol 'ext4_get_inline_xattr_pos' was not declar… - - - - --- 2012-12-03 kbuild test robot Superseded
[ext4:dev,54/60] fs/ext4/xattr.c:999:5: sparse: symbol 'ext4_xattr_ibody_set' was not declared. Sho… - - - - --- 2012-12-03 kbuild test robot Superseded
ext4: Fix inline data build warning found by kernel build testing. - - - - --- 2012-12-03 Tao Ma Superseded
ext4: Ensure Inode flags consistency are checked in build time [V2] - - - - --- 2012-12-03 Carlos Maiolino Accepted
ext4: fix extent tree corruption that incurred by hole punch - - - - --- 2012-12-04 Forrest Liu Superseded
ext4: fix extent tree corruption that incurred by hole punch - - - - --- 2012-12-04 Forrest Liu Superseded
[ext4:dev,40/60] fs/ext4/inode.c:1953 __ext4_journalled_writepage() error: potential NULL dereferen… - - - - --- 2012-12-04 Tao Ma Superseded
ext4: Fix a build warning in __ext4_journalled_writepage. - - - - --- 2012-12-04 Tao Ma Superseded
[ext4:dev,40/60] fs/ext4/inode.c:1953 __ext4_journalled_writepage() error: potential NULL dereferen… - - - - --- 2012-12-05 Theodore Ts'o Accepted
ext4: unneeded variable in ext4_try_add_inline_entry() - - - - --- 2012-12-05 Dan Carpenter Accepted
ext4: Fix the complie warning if CONFIG_EXT4_FS_XATTR isn't set. - - - - --- 2012-12-05 Tao Ma Accepted
[1/3] lib/ext2fs: Correct interates typo in texinfo docs - - - - --- 2012-12-05 Darren Hart Superseded
[2/3] lib/ext2fs: Add ext2fs_symlink - - - - --- 2012-12-05 Darren Hart Superseded
[3/3] debugfs: Add symlink command - - - - --- 2012-12-05 Darren Hart Superseded
ext4: fix some coding styles in extents.c - - - - --- 2012-12-07 Yongqiang Yang Accepted
ext4: fix extent tree corruption that incurred by hole punch - - - - --- 2012-12-07 Theodore Ts'o Not Applicable
ext4: Remove CONFIG_EXT4_FS_XATTR. 1 - - - --- 2012-12-10 Tao Ma Superseded
[V7,00/23] ext4: Add inline data support - - - - --- 2012-12-10 Theodore Ts'o Rejected
[V2] ext4: Remove CONFIG_EXT4_FS_XATTR. 1 - - - --- 2012-12-10 Tao Ma Accepted
[ext4:dev,62/63] ERROR: "mb_cache_entry_find_next" [fs/ext4/ext4.ko] undefined! - - - - --- 2012-12-10 Theodore Ts'o Accepted
ext4: Use kzalloc instead of empty_zero_page because of SPARC build error. - - - - --- 2012-12-11 Tao Ma Superseded
ext4: Add EXT4_ZERO_XATTR_VALUE to init inline data directly. - - - - --- 2012-12-11 Tao Ma Accepted
jbd2: Fix assertion failure in jbd2_journal_flush() - - - - --- 2012-12-12 Jan Kara Accepted
[1/2] ext4: Split off ext4_journalled_invalidatepage() - - - - --- 2012-12-12 Jan Kara Accepted
[2/2] ext4: Fix deadlock in journal_unmap_buffer() - - - - --- 2012-12-12 Jan Kara Accepted
[1/4] bdi: Allow block devices to say that they require stable page writes - - 1 - --- 2012-12-13 Darrick Wong Superseded
[2/4] mm: Only enforce stable page writes if the backing device requires it - - - - --- 2012-12-13 Darrick Wong Superseded
[3/4] 9pfs: Fix filesystem to wait for stable page writeback - - - - --- 2012-12-13 Darrick Wong Superseded
[4/4] block: Optionally snapshot page contents to provide stable pages during write - - - - --- 2012-12-13 Darrick Wong Superseded
ext4: fix extent tree corruption that incurred by hole punch [V2] - - 1 - --- 2012-12-13 Forrest Liu Accepted
ext4: fix extent tree corruption that incurred by hole punch [V2] - - - - --- 2012-12-13 Forrest Liu Not Applicable
ext4: Check dioread_nolock on remount - - 1 - --- 2012-12-13 Jan Kara Accepted
[1/8] lib/blkid/list.h: Fix undefined behavior in list_entry() macro - - - - --- 2012-12-13 Sami Liedes Accepted
« 1 2 ... 68 69 70266 267 »