aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-15/+22
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-6/+3
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-5/+3
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+10
2010-05-17ext4: Drop whitespace at end of linesGravatar Theodore Ts'o 1-2/+2
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoGravatar Dmitry Monakhov 1-0/+1
2010-05-16ext4: Show journal_checksum optionGravatar Jan Kara 1-0/+2
2010-05-16ext4: Remove extraneous newlines in ext4_msg() callsGravatar Curt Wohlgemuth 1-1/+1
2010-05-16ext4: Print mount options in when mounting and add a remount messageGravatar Curt Wohlgemuth 1-1/+10
2010-05-16ext4: init statistics after journal recoveryGravatar Dmitry Monakhov 1-22/+18
2010-05-16ext4: don't return to userspace after freezing the fs with a mutex heldGravatar Eric Sandeen 1-10/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-11/+18
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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
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 1-12/+3
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-3/+2
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+1
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-5/+0
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 1-0/+36
2010-03-04ext4: use ext4_get_block_write in buffer writeGravatar Jiaying Zhang 1-4/+33
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersGravatar Jiaying Zhang 1-1/+1
2010-03-01ext4: deprecate obsoleted mount optionsGravatar Dmitry Monakhov 1-1/+13
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-15ext4: move __func__ into a macro for ext4_warning, ext4_errorGravatar Eric Sandeen 1-6/+5
2010-02-05fix ext3/ext4 comment typo compain -> complainGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2010-01-01ext4: Calculate metadata requirements more accuratelyGravatar Theodore Ts'o 1-0/+1
2009-12-23ext4: fix unsigned long long printk warning in super.cGravatar Andrew Morton 1-2/+2
2009-12-21ext4: add module aliases for ext2 and ext3Gravatar Theodore Ts'o 1-0/+2
2009-12-23ext4: Convert to generic reserved quota's space management.Gravatar Dmitry Monakhov 1-0/+5
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-5/+2
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-6/+24
2009-12-10ext4: Support for 64-bit quota formatGravatar Jan Kara 1-6/+24
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesGravatar Theodore Ts'o 1-2/+2
2010-02-15ext4: Fix optional-arg mount optionsGravatar Eric Sandeen 1-8/+15
2009-12-08ext4: Wait for proper transaction commit on fsyncGravatar Jan Kara 1-0/+2
2009-12-08ext4: wait for log to commit when umountingGravatar Josef Bacik 1-4/+6
2009-12-07ext4: Use ext4 file system driver for ext2/ext3 file system mountsGravatar Theodore Ts'o 1-0/+58
2009-11-19ext4: make "norecovery" an alias for "noload"Gravatar Eric Sandeen 1-0/+4
2009-11-19ext4: make trim/discard optional (and off by default)Gravatar Eric Sandeen 1-1/+13
2009-11-23ext4: don't update the superblock in ext4_statfs()Gravatar Theodore Ts'o 1-2/+0