summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2010-12-21Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-12-09ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky
2010-12-01ext4: initialize the percpu counters before replaying the journalTheodore Ts'o
2010-10-29ext4: fix kernel oops if the journal superblock has a non-zero j_errnoTheodore Ts'o
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert ext4 to ->evict_inode()Al Viro
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o
2010-08-01ext4: Add mount options in superblockTheodore Ts'o
2010-08-01ext4: force block allocation on quota_offDmitry Monakhov
2010-08-01ext4: fix freeze deadlock under IOEric Sandeen
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o
2010-07-27ext4: Always journal quota file modificationsJan Kara
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov
2010-07-27ext4: Once a day, printk file system error information to dmesgTheodore Ts'o
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o
2010-06-29ext4: Enhance ext4_grp_locked_error() to take block and function numbersTheodore Ts'o
2010-06-29ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-06-14ext4: remove vestiges of nobh supportChristoph Hellwig
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-17ext4: Drop whitespace at end of linesTheodore Ts'o
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov
2010-05-16ext4: Show journal_checksum optionJan Kara
2010-05-16ext4: Remove extraneous newlines in ext4_msg() callsCurt Wohlgemuth
2010-05-16ext4: Print mount options in when mounting and add a remount messageCurt Wohlgemuth
2010-05-16ext4: init statistics after journal recoveryDmitry Monakhov
2010-05-16ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-02ext4: Fix ext4_quota_write cross block boundary behaviourDmitry Monakhov