summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-6/+24
2009-12-10ext4: Support for 64-bit quota formatJan Kara1-6/+24
2009-12-10ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o1-2/+2
2009-12-09ext4: Wait for proper transaction commit on fsyncJan Kara1-0/+2
2009-12-09ext4: wait for log to commit when umountingJosef Bacik1-4/+6
2009-12-07ext4: Use ext4 file system driver for ext2/ext3 file system mountsTheodore Ts'o1-0/+58
2009-11-19ext4: make "norecovery" an alias for "noload"Eric Sandeen1-0/+4
2009-11-19ext4: make trim/discard optional (and off by default)Eric Sandeen1-1/+13
2009-11-23ext4: don't update the superblock in ext4_statfs()Theodore Ts'o1-2/+0
2009-11-23ext4: remove failed journal checksum checkTheodore Ts'o1-20/+0
2009-11-23ext4: avoid divide by zero when trying to mount a corrupted file systemTheodore Ts'o1-4/+4
2009-11-02Revert "ext4: Remove journal_checksum mount option and enable it by default"Linus Torvalds1-6/+14
2009-10-01ext4: drop ext4dev compatEric Sandeen1-31/+0
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o1-17/+1
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o1-13/+4
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth1-10/+32
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao1-2/+6
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao1-0/+11
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o1-0/+3
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-09-16ext4: limit block allocations for indirect-block files to < 2^32Eric Sandeen1-0/+2
2009-09-15ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o1-0/+1
2009-09-12ext4: Fix initalization of s_flex_groupsTheodore Ts'o1-6/+6
2009-09-11ext4: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-09-05ext4: Remove journal_checksum mount option and enable it by defaultTheodore Ts'o1-14/+6
2009-08-18ext4: Add feature set check helper for mount & remount pathsEric Sandeen1-42/+49
2009-08-18ext4: reject too-large filesystems on 32-bit kernelsEric Sandeen1-3/+10
2009-07-28ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o1-1/+2
2009-06-24switch ext4 to inode->i_aclAl Viro1-16/+0
2009-06-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+5
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-5/+5
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger1-0/+2
2009-06-13ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o1-5/+5
2009-06-13ext4: change s_mount_opt to be an unsigned intTheodore Ts'o1-1/+1
2009-06-12Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-12->write_super lock_super pushdownChristoph Hellwig1-1/+3
2009-06-12Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-0/+3
2009-06-12push BKL down into ->put_superChristoph Hellwig1-1/+1
2009-06-12No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro1-1/+1
2009-06-12remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-05ext4: Change all super.c messages to print the deviceEric Sandeen1-229/+233
2009-06-04ext4: super.c whitespace cleanupAndreas Dilger1-56/+61
2009-05-25ext4: Clean up calls to ext4_get_group_desc()Theodore Ts'o1-2/+1
2009-05-23block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-18ext4: Fix memory leak in ext4_fill_super() in case of a failed mountManish Katiyar1-0/+1
2009-05-17ext4: Add a comprehensive block validity check to ext4_get_blocks()Theodore Ts'o1-2/+30
2009-05-03ext4: Convert ext4_lock_group to use sb_bgl_lockAneesh Kumar K.V1-3/+3
2009-05-02ext4: Make the length of the mb_history file tunableCurt Wohlgemuth1-1/+17