aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o1-0/+1
2009-09-11ext4: Fix initalization of s_flex_groupsTheodore Ts'o1-6/+6
2009-09-10ext4: 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-17ext4: reject too-large filesystems on 32-bit kernelsEric Sandeen1-3/+10
2009-07-27ext4: 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-19Merge 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-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-1/+3
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-0/+3
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+1
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro1-1/+1
2009-06-11remove ->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-04ext4: Change all super.c messages to print the deviceEric Sandeen1-229/+233
2009-06-03ext4: 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-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-17ext4: 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-02ext4: Convert ext4_lock_group to use sb_bgl_lockAneesh Kumar K.V1-3/+3
2009-05-01ext4: Make the length of the mb_history file tunableCurt Wohlgemuth1-1/+17
2009-05-01ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o1-1/+0
2009-05-01ext4: Move fs/ext4/namei.h into ext4.hTheodore Ts'o1-1/+0
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o1-2/+4
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for resizingTheodore Ts'o1-0/+1
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for the orphan listTheodore Ts'o1-0/+1
2009-05-01ext4: ext4_mark_recovery_complete() doesn't need to use lock_superTheodore Ts'o1-10/+1
2009-04-25ext4: Remove outdated comment about lock_super()Theodore Ts'o1-8/+0
2009-05-01ext4: Avoid races caused by on-line resizing and SMP memory reorderingTheodore Ts'o1-2/+1
2009-05-01ext4: Use separate super_operations structure for no_journal filesystemsTheodore Ts'o1-51/+57
2009-04-30ext4: Fix and simplify s_dirt handlingTheodore Ts'o1-11/+3
2009-05-01ext4: Simplify ext4_commit_super()'s function signatureTheodore Ts'o1-17/+16