aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2010-04-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 3-11/+14
2010-04-20ext4: Issue the discard operation *before* releasing the blocks to be reusedGravatar Theodore Ts'o 1-10/+11
2010-04-03ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()Gravatar Curt Wohlgemuth 2-0/+2
2010-04-03ext4: Fix possible lost inode write in no journal modeGravatar Curt Wohlgemuth 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 6-0/+6
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 3-15/+22
2010-03-23ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsGravatar Eric Sandeen 1-2/+2
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Gravatar Jan Kara 1-9/+16
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Gravatar Theodore Ts'o 1-2/+2
2010-03-14ext4: Fix estimate of # of blocks needed to write indirect-mapped filesGravatar Jan Kara 1-2/+2
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 2-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-41/+57
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+4
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 20-629/+1043
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-4/+4
2010-03-04ext4: fix up rb_root initializations to use RB_ROOTGravatar Venkatesh Pallipadi 3-4/+4
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 5-19/+19
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 3-1/+23
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 2-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+1
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 2-2/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 2-7/+5
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 4-21/+18
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2
2010-03-04ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlGravatar Akira Fujita 2-4/+3
2010-03-04ext4: Fix the NULL reference in double_down_write_data_sem()Gravatar Akira Fujita 1-8/+8
2010-03-04ext4: Fix insertion point of extent in mext_insert_across_blocks()Gravatar Akira Fujita 1-0/+4
2010-03-03ext4: consolidate in_range() definitionsGravatar Akinobu Mita 4-7/+4
2010-03-03ext4: cleanup to use ext4_grp_offs_to_block()Gravatar Akinobu Mita 1-6/+2
2010-03-03ext4: cleanup to use ext4_group_first_block_no()Gravatar Akinobu Mita 4-28/+14
2010-03-03ext4: Release page references acquired in ext4_da_block_invalidatepagesGravatar Jan Kara 1-4/+3
2010-03-03Get rid of mnt_mountpoint abuses in ext4Gravatar Al Viro 1-4/+2
2010-03-02ext4: Fix ext4_quota_write cross block boundary behaviourGravatar Dmitry Monakhov 1-35/+34
2010-03-02ext4: Convert BUG_ON checks to use ext4_error() insteadGravatar Frank Mayhar 4-44/+209
2010-03-02ext4: Use direct_IO_no_locking in ext4 dio readGravatar Jiaying Zhang 1-1/+8
2010-03-04ext4: use ext4_get_block_write in buffer writeGravatar Jiaying Zhang 5-55/+256
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersGravatar Jiaying Zhang 5-69/+61
2010-03-02ext4: make "offset" consistent in ext4_check_dir_entry()Gravatar Toshiyuki Okajima 1-3/+5
2010-03-01ext4: Handle non empty on-disk orphan linkGravatar Dmitry Monakhov 1-0/+8
2010-03-01ext4: explicitly remove inode from orphan list after failed direct ioGravatar Dmitry Monakhov 1-0/+3
2010-03-01ext4: fix error handling in migrateGravatar Dmitry Monakhov 1-15/+14
2010-03-01ext4: deprecate obsoleted mount optionsGravatar Dmitry Monakhov 1-1/+13
2010-03-01ext4: Fix fencepost error in chosing choosing group vs file preallocation.Gravatar Tao Ma 1-1/+1
2010-03-01ext4: trivial quota cleanupGravatar Dmitry Monakhov 1-54/+69
2010-02-24ext4: mount flags manipulation cleanupGravatar Dmitry Monakhov 1-18/+13
2010-02-24ext4: Add flag to files with blocks intentionally past EOFGravatar Jiaying Zhang 4-4/+41
2010-02-17percpu: add __percpu sparse annotations to fsGravatar Tejun Heo 1-1/+1
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeGravatar Curt Wohlgemuth 4-7/+7