summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ext4: clean up inode bitmaps manipulation in ext4_free_inodeDmitry Monakhov2010-05-161-46/+39
| * ext4: Do not zero out uninitialized extents beyond i_sizeDmitry Monakhov2010-05-161-16/+51
| * ext4: don't scan/accumulate more pages than mballoc will allocateEric Sandeen2010-05-161-0/+9
| * ext4: stop issuing discards if not supported by deviceEric Sandeen2010-05-161-1/+7
| * ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen2010-05-161-10/+10
| * ext4: symlink must be handled via filesystem specific operationDmitry Monakhov2010-05-161-0/+2
| * ext4: check s_log_groups_per_flex in online resize codeEric Sandeen2010-05-161-1/+2
| * ext4: fix quota accounting in case of fallocateDmitry Monakhov2010-05-161-1/+2
| * ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat modeChristian Borntraeger2010-05-151-0/+2
| * ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()Jing Zhang2010-05-141-12/+12
| * ext4: Remove unnecessary call to ext4_get_group_desc() in mballocJing Zhang2010-05-131-2/+0
| * ext4: fix memory leaks in error path handling of ext4_ext_zeroout()Jing Zhang2010-05-121-7/+8
| * ext4: Fix coding style in fs/ext4/move_extent.cSteven Liu2010-05-111-0/+1
| * ext4: check missed return value in ext4_sync_file()Dmitry Monakhov2010-05-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-227-24/+20
|\ \
| * | ext4: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-221-8/+4
| * | ext4: constify xattr_handlerStephen Hemminger2010-05-226-16/+16
* | | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-1/+1
|\| |
| * | quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
| |/
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-293-11/+14
|\|
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-04-253-11/+14
| |\
| | * ext4: Issue the discard operation *before* releasing the blocks to be reusedTheodore Ts'o2010-04-201-10/+11
| | * ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()Curt Wohlgemuth2010-04-032-0/+2
| | * ext4: Fix possible lost inode write in no journal modeCurt Wohlgemuth2010-04-031-1/+1
* | | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-2/+4
|/ /
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-253-15/+22
|\
| * ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen2010-03-241-2/+2
| * ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara2010-03-251-9/+16
| * ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o2010-03-251-2/+2
| * ext4: Fix estimate of # of blocks needed to write indirect-mapped filesJan Kara2010-03-141-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-132-2/+2
|\ \ | |/ |/|
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| | * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
| | * fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo2010-02-051-1/+1
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-057-41/+57
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-055-19/+19
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-053-1/+23
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-4/+3
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+1
| * | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-052-2/+1
| * | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-052-7/+5
| * | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-054-21/+18
| |/
* | Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-052-4/+4
|\ \
| * | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-4/+4
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-0520-629/+1043
|\ \ \ | |/ / |/| |
| * | ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi2010-03-053-4/+4
| * | ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2010-03-042-4/+3