summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-04ext4: Change all super.c messages to print the deviceEric Sandeen
2009-06-03ext4: super.c whitespace cleanupAndreas Dilger
2009-05-25ext4: Clean up calls to ext4_get_group_desc()Theodore Ts'o
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-17ext4: Fix memory leak in ext4_fill_super() in case of a failed mountManish Katiyar
2009-05-17ext4: Add a comprehensive block validity check to ext4_get_blocks()Theodore Ts'o
2009-05-02ext4: Convert ext4_lock_group to use sb_bgl_lockAneesh Kumar K.V
2009-05-01ext4: Make the length of the mb_history file tunableCurt Wohlgemuth
2009-05-01ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o
2009-05-01ext4: Move fs/ext4/namei.h into ext4.hTheodore Ts'o
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for resizingTheodore Ts'o
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for the orphan listTheodore Ts'o
2009-05-01ext4: ext4_mark_recovery_complete() doesn't need to use lock_superTheodore Ts'o
2009-04-25ext4: Remove outdated comment about lock_super()Theodore Ts'o
2009-05-01ext4: Avoid races caused by on-line resizing and SMP memory reorderingTheodore Ts'o
2009-05-01ext4: Use separate super_operations structure for no_journal filesystemsTheodore Ts'o
2009-04-30ext4: Fix and simplify s_dirt handlingTheodore Ts'o
2009-05-01ext4: Simplify ext4_commit_super()'s function signatureTheodore Ts'o
2009-04-24ext4: Use is_power_of_2() for clarityTheodore Ts'o
2009-04-27ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups arrayTheodore Ts'o
2009-04-07ext4: check block device size on mountFrom: Thiemo Nagel
2009-03-28ext4: Regularize mount optionsTheodore Ts'o
2009-03-16ext4: Add auto_da_alloc mount optionTheodore Ts'o
2009-03-04ext4: Use struct flex_groups to calculate get_orlov_stats()Theodore Ts'o
2009-03-04ext4: Use atomic_t's in struct flex_groupsTheodore Ts'o
2009-03-31ext4: remove /proc tuning knobsTheodore Ts'o
2009-03-31ext4: Add sysfs supportTheodore Ts'o
2009-02-28ext4: Track lifetime disk writesTheodore Ts'o
2009-02-15ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg
2009-03-26ext4: Use lowercase names of quota functionsJan Kara
2009-03-26ext4: quota reservation for delayed allocationMingming Cao
2009-03-26ext4: Remove unnecessary quota functionsJan Kara
2009-02-28ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Theodore Ts'o
2009-02-10Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o
2009-01-06ext4: Make printk's consistently prefixed with "EXT4-fs: "Theodore Ts'o
2009-01-06ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o
2009-01-05ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o
2009-01-05ext4: Add default allocation routines for quota structuresJan Kara
2009-01-05ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara
2009-01-06ext4: Remove code to create the journal inodeTheodore Ts'o