aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-04-24ext4: Use is_power_of_2() for clarityTheodore Ts'o1-3/+2
2009-04-27ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups arrayTheodore Ts'o1-3/+19
2009-04-07ext4: check block device size on mountFrom: Thiemo Nagel1-0/+9
2009-03-28ext4: Regularize mount optionsTheodore Ts'o1-8/+22
2009-03-16ext4: Add auto_da_alloc mount optionTheodore Ts'o1-12/+13
2009-03-04ext4: Use struct flex_groups to calculate get_orlov_stats()Theodore Ts'o1-0/+2
2009-03-04ext4: Use atomic_t's in struct flex_groupsTheodore Ts'o1-4/+4
2009-03-31ext4: remove /proc tuning knobsTheodore Ts'o1-46/+0
2009-03-31ext4: Add sysfs supportTheodore Ts'o1-0/+207
2009-02-28ext4: Track lifetime disk writesTheodore Ts'o1-0/+7
2009-02-15ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg1-1/+9
2009-03-26ext4: Use lowercase names of quota functionsJan Kara1-3/+3
2009-03-26ext4: quota reservation for delayed allocationMingming Cao1-0/+4
2009-03-26ext4: Remove unnecessary quota functionsJan Kara1-42/+2
2009-02-28ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Theodore Ts'o1-1/+0
2009-02-10Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara1-4/+7
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-14/+31
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-228/+394
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o1-46/+2
2009-01-06ext4: Make printk's consistently prefixed with "EXT4-fs: "Theodore Ts'o1-5/+5
2009-01-06ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o1-10/+20
2009-01-05ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o1-4/+25
2009-01-05ext4: Add default allocation routines for quota structuresJan Kara1-1/+3
2009-01-05ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara1-7/+4
2009-01-06ext4: Remove code to create the journal inodeTheodore Ts'o1-64/+4
2009-01-05ext4: provide function to release metadata pages under memory pressureToshiyuki Okajima1-0/+20
2009-01-05ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V1-2/+66
2009-01-05ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V1-2/+43
2008-12-29Get rid of CONFIG_LSFJens Axboe1-4/+4
2008-11-22ext4: sparse fixesAneesh Kumar K.V1-8/+11