summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-02ext4: Make the length of the mb_history file tunableCurt Wohlgemuth1-1/+17
2009-05-02ext4: 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-26ext4: Replace lock/unlock_super() with an explicit lock for resizingTheodore Ts'o1-0/+1
2009-04-26ext4: 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-05-01ext4: 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-25ext4: Use is_power_of_2() for clarityTheodore Ts'o1-3/+2
2009-04-28ext4: 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-17ext4: Add auto_da_alloc mount optionTheodore Ts'o1-12/+13
2009-03-05ext4: Use struct flex_groups to calculate get_orlov_stats()Theodore Ts'o1-0/+2
2009-03-05ext4: 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-03-01ext4: Track lifetime disk writesTheodore Ts'o1-0/+7
2009-02-16ext4: 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-10filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-14/+31
2009-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus 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-06ext4: 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-06ext4: provide function to release metadata pages under memory pressureToshiyuki Okajima1-0/+20
2009-01-06ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V1-2/+66
2009-01-06ext4: 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
2009-01-06ext4: Make ext4_group_t be an unsigned intTheodore Ts'o1-7/+7
2009-01-04ext4: add fsync batch tuning knobsTheodore Ts'o1-7/+40
2009-01-06ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Theodore Ts'o1-2/+2
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar1-67/+140
2008-11-26ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_openRoel Kluin1-6/+3
2009-01-06ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V1-4/+0
2008-11-04ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o1-11/+8
2008-11-04ext4: Convert to host order before using the values.Aneesh Kumar K.V1-3/+2