aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-5/+5
2010-08-09convert ext4 to ->evict_inode()Al Viro1-5/+5
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-98/+236
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o1-2/+2
2010-08-01ext4: Add mount options in superblockTheodore Ts'o1-6/+23
2010-08-01ext4: force block allocation on quota_offDmitry Monakhov1-1/+14
2010-08-01ext4: fix freeze deadlock under IOEric Sandeen1-2/+2
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o1-4/+13
2010-07-27ext4: Always journal quota file modificationsJan Kara1-14/+5
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov1-3/+5
2010-07-27ext4: Once a day, printk file system error information to dmesgTheodore Ts'o1-0/+59
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o1-19/+61
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o1-19/+28
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o1-4/+5
2010-06-29ext4: Enhance ext4_grp_locked_error() to take block and function numbersTheodore Ts'o1-3/+10
2010-06-29ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o1-6/+5
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-51/+66
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-14ext4: remove vestiges of nobh supportChristoph Hellwig1-16/+5
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-15/+22
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-17ext4: Drop whitespace at end of linesTheodore Ts'o1-2/+2
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov1-0/+1
2010-05-16ext4: Show journal_checksum optionJan Kara1-0/+2
2010-05-16ext4: Remove extraneous newlines in ext4_msg() callsCurt Wohlgemuth1-1/+1
2010-05-16ext4: Print mount options in when mounting and add a remount messageCurt Wohlgemuth1-1/+10
2010-05-16ext4: init statistics after journal recoveryDmitry Monakhov1-22/+18
2010-05-16ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen1-10/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+18
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara1-9/+16
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o1-2/+2
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-12/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+1
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-5/+0
2010-03-02ext4: Fix ext4_quota_write cross block boundary behaviourDmitry Monakhov1-35/+34
2010-03-02ext4: Convert BUG_ON checks to use ext4_error() insteadFrank Mayhar1-0/+36
2010-03-04ext4: use ext4_get_block_write in buffer writeJiaying Zhang1-4/+33
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersJiaying Zhang1-1/+1
2010-03-01ext4: deprecate obsoleted mount optionsDmitry Monakhov1-1/+13