aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAge
* ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks()Theodore Ts'o2010-05-16
* ext4: Use our own write_cache_pages()Theodore Ts'o2010-05-16
* ext4: Show journal_checksum optionJan Kara2010-05-16
* ext4: Fix for ext4_mb_collect_stats()Curt Wohlgemuth2010-05-16
* ext4: check for a good block group before loading buddy pagesCurt Wohlgemuth2010-05-16
* ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocateNikanth Karthikesan2010-05-16
* ext4: Remove extraneous newlines in ext4_msg() callsCurt Wohlgemuth2010-05-16
* ext4: Print mount options in when mounting and add a remount messageCurt Wohlgemuth2010-05-16
* ext4: don't use quota reservation for speculative metadataEric Sandeen2010-05-16
* ext4: init statistics after journal recoveryDmitry Monakhov2010-05-16
* ext4: clean up inode bitmaps manipulation in ext4_free_inodeDmitry Monakhov2010-05-16
* ext4: Do not zero out uninitialized extents beyond i_sizeDmitry Monakhov2010-05-16
* ext4: don't scan/accumulate more pages than mballoc will allocateEric Sandeen2010-05-16
* ext4: stop issuing discards if not supported by deviceEric Sandeen2010-05-16
* ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen2010-05-16
* ext4: symlink must be handled via filesystem specific operationDmitry Monakhov2010-05-16
* ext4: check s_log_groups_per_flex in online resize codeEric Sandeen2010-05-16
* ext4: fix quota accounting in case of fallocateDmitry Monakhov2010-05-16
* ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat modeChristian Borntraeger2010-05-15
* ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()Jing Zhang2010-05-14
* ext4: Remove unnecessary call to ext4_get_group_desc() in mballocJing Zhang2010-05-13
* ext4: fix memory leaks in error path handling of ext4_ext_zeroout()Jing Zhang2010-05-12
* ext4: Fix coding style in fs/ext4/move_extent.cSteven Liu2010-05-11
* ext4: check missed return value in ext4_sync_file()Dmitry Monakhov2010-05-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-04-25
|\
| * ext4: Issue the discard operation *before* releasing the blocks to be reusedTheodore Ts'o2010-04-20
| * ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()Curt Wohlgemuth2010-04-03
| * ext4: Fix possible lost inode write in no journal modeCurt Wohlgemuth2010-04-03
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-25
|\
| * ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen2010-03-23
| * ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara2010-03-24
| * ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o2010-03-24
| * ext4: Fix estimate of # of blocks needed to write indirect-mapped filesJan Kara2010-03-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-12
|\ \ | |/ |/|
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
| | * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-05
| | * fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo2010-02-05
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-04
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-04
| * | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-04
| * | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-04
| * | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-04
| |/
* | Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-05
|\ \
| * | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05