summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Calculate metadata requirements more accuratelyTheodore Ts'o2010-01-011-0/+1
* ext4: fix unsigned long long printk warning in super.cAndrew Morton2009-12-231-2/+2
* ext4: add module aliases for ext2 and ext3Theodore Ts'o2009-12-211-0/+2
* ext4: Convert to generic reserved quota's space management.Dmitry Monakhov2009-12-231-0/+5
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-5/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-6/+24
|\
| * ext4: Support for 64-bit quota formatJan Kara2009-12-101-6/+24
* | ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o2009-12-091-2/+2
* | ext4: Wait for proper transaction commit on fsyncJan Kara2009-12-081-0/+2
* | ext4: wait for log to commit when umountingJosef Bacik2009-12-081-4/+6
* | ext4: Use ext4 file system driver for ext2/ext3 file system mountsTheodore Ts'o2009-12-071-0/+58
* | ext4: make "norecovery" an alias for "noload"Eric Sandeen2009-11-191-0/+4
* | ext4: make trim/discard optional (and off by default)Eric Sandeen2009-11-191-1/+13
* | ext4: don't update the superblock in ext4_statfs()Theodore Ts'o2009-11-231-2/+0
* | ext4: remove failed journal checksum checkTheodore Ts'o2009-11-221-20/+0
* | ext4: avoid divide by zero when trying to mount a corrupted file systemTheodore Ts'o2009-11-231-4/+4
|/
* Revert "ext4: Remove journal_checksum mount option and enable it by default"Linus Torvalds2009-11-021-6/+14
* ext4: drop ext4dev compatEric Sandeen2009-10-011-31/+0
* ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-301-17/+1
* ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o2009-09-291-13/+4
* ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth2009-09-291-10/+32
* ext4: async direct IO for holes and fallocate supportMingming Cao2009-09-281-2/+6
* ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao2009-09-281-0/+11
* ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o2009-09-291-0/+3
* const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-1/+1
* const: make struct super_block::dq_op constAlexey Dobriyan2009-09-221-1/+1
* ext4: limit block allocations for indirect-block files to < 2^32Eric Sandeen2009-09-161-0/+2
* ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o2009-09-141-0/+1
* ext4: Fix initalization of s_flex_groupsTheodore Ts'o2009-09-111-6/+6
* ext4: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o2009-09-101-1/+12
* ext4: Remove journal_checksum mount option and enable it by defaultTheodore Ts'o2009-09-051-14/+6
* ext4: Add feature set check helper for mount & remount pathsEric Sandeen2009-08-181-42/+49
* ext4: reject too-large filesystems on 32-bit kernelsEric Sandeen2009-08-171-3/+10
* ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o2009-07-271-1/+2
* switch ext4 to inode->i_aclAl Viro2009-06-241-16/+0
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-191-5/+5
|\
| * block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-5/+5
* | ext4: teach the inode allocator to use a goal inode numberAndreas Dilger2009-06-131-0/+2
* | ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o2009-06-131-5/+5
* | ext4: change s_mount_opt to be an unsigned intTheodore Ts'o2009-06-131-1/+1
* | ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-2/+4
|/
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+4
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-1/+3
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-111-0/+3
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+1
* No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro2009-06-111-1/+1
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-1/+1
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* | ext4: Change all super.c messages to print the deviceEric Sandeen2009-06-041-229/+233
OpenPOWER on IntegriCloud