aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2009-11-22ext4: remove failed journal checksum checkGravatar Theodore Ts'o 1-20/+0
2009-11-23ext4: avoid divide by zero when trying to mount a corrupted file systemGravatar Theodore Ts'o 1-4/+4
2009-11-02Revert "ext4: Remove journal_checksum mount option and enable it by default"Gravatar Linus Torvalds 1-6/+14
2009-10-01ext4: drop ext4dev compatGravatar Eric Sandeen 1-31/+0
2009-09-30ext4: Use tracepoints for mb_history trace fileGravatar Theodore Ts'o 1-17/+1
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeGravatar Theodore Ts'o 1-13/+4
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalGravatar Curt Wohlgemuth 1-10/+32
2009-09-28ext4: async direct IO for holes and fallocate supportGravatar Mingming Cao 1-2/+6
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OGravatar Mingming Cao 1-0/+11
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksGravatar Theodore Ts'o 1-0/+3
2009-09-22const: make struct super_block::s_qcop constGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: make struct super_block::dq_op constGravatar Alexey Dobriyan 1-1/+1
2009-09-16ext4: limit block allocations for indirect-block files to < 2^32Gravatar Eric Sandeen 1-0/+2
2009-09-14ext4: Fix include/trace/events/ext4.h to work with SystemtapGravatar Theodore Ts'o 1-0/+1
2009-09-11ext4: Fix initalization of s_flex_groupsGravatar Theodore Ts'o 1-6/+6
2009-09-10ext4: Don't update superblock write time when filesystem is read-onlyGravatar Theodore Ts'o 1-1/+12
2009-09-05ext4: Remove journal_checksum mount option and enable it by defaultGravatar Theodore Ts'o 1-14/+6
2009-08-18ext4: Add feature set check helper for mount & remount pathsGravatar Eric Sandeen 1-42/+49
2009-08-17ext4: reject too-large filesystems on 32-bit kernelsGravatar Eric Sandeen 1-3/+10
2009-07-27ext4: Avoid null pointer dereference when decoding EROFS w/o a journalGravatar Theodore Ts'o 1-1/+2
2009-06-24switch ext4 to inode->i_aclGravatar Al Viro 1-16/+0
2009-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+5
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFGravatar Bartlomiej Zolnierkiewicz 1-5/+5
2009-06-13ext4: teach the inode allocator to use a goal inode numberGravatar Andreas Dilger 1-0/+2
2009-06-13ext4: move the abort flag from s_mount_opts to s_mount_flagsGravatar Theodore Ts'o 1-5/+5
2009-06-13ext4: change s_mount_opt to be an unsigned intGravatar Theodore Ts'o 1-1/+1
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-0/+4
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-1/+3
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itGravatar Al Viro 1-0/+3
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-1/+1
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Gravatar Al Viro 1-1/+1
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2009-06-04ext4: Change all super.c messages to print the deviceGravatar Eric Sandeen 1-229/+233
2009-06-03ext4: super.c whitespace cleanupGravatar Andreas Dilger 1-56/+61
2009-05-25ext4: Clean up calls to ext4_get_group_desc()Gravatar Theodore Ts'o 1-2/+1