Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
[safe/jmp/linux-2.6] / fs / ext4 / super.c
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-04 Eric Sandeenext4: Change all super.c messages to print the device
2009-06-03 Andreas Dilgerext4: super.c whitespace cleanup
2009-05-25 Theodore Ts'oext4: Clean up calls to ext4_get_group_desc()
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-18 Manish Katiyarext4: Fix memory leak in ext4_fill_super() in case...
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-02 Curt Wohlgemuthext4: Make the length of the mb_history file tunable
2009-05-01 Theodore Ts'oext4: Move fs/ext4/group.h into ext4.h
2009-05-01 Theodore Ts'oext4: Move fs/ext4/namei.h into ext4.h
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-05-01 Theodore Ts'oext4: ext4_mark_recovery_complete() doesn't need to...
2009-04-25 Theodore Ts'oext4: Remove outdated comment about lock_super()
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-05-01 Theodore Ts'oext4: Use separate super_operations structure for no_jo...
2009-05-01 Theodore Ts'oext4: Fix and simplify s_dirt handling
2009-05-01 Theodore Ts'oext4: Simplify ext4_commit_super()'s function signature
2009-04-25 Theodore Ts'oext4: Use is_power_of_2() for clarity
2009-04-28 Theodore Ts'oext4: Fallback to vmalloc if kmalloc can't allocate...
2009-04-07 From: Thiemo Nagelext4: check block device size on mount
2009-03-28 Theodore Ts'oext4: Regularize mount options
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-26 Jan Karaext4: Remove unnecessary quota functions
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-03-05 Theodore Ts'oext4: Use struct flex_groups to calculate get_orlov_stats()
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-31 Theodore Ts'oext4: Add sysfs support
2009-03-01 Theodore Ts'oext4: Track lifetime disk writes
2009-02-28 Theodore Ts'oext4: Remove duplicate call to ext4_commit_super()...
2009-02-15 Pekka Enbergext4: allocate ->s_blockgroup_lock separately
2009-02-10 Jan KaraRevert "ext4: wait on all pending commits in ext4_sync_...
2009-01-10 Takashi Satofilesystem freeze: add error handling of write_super_lo...
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-06 Theodore Ts'oext4: Remove "extents" mount option
2009-01-06 Theodore Ts'oext4: Make printk's consistently prefixed with "EXT4...
2009-01-06 Theodore Ts'oext4: Add sanity checks for the superblock before mount...
2009-01-06 Theodore Ts'oext4: Add mount option to set kjournald's I/O priority
2009-01-05 Jan Karaext4: Add default allocation routines for quota structures
2009-01-05 Jan Karaext4: Use sb_any_quota_loaded() instead of sb_any_quota...
2009-01-06 Theodore Ts'oext4: Remove code to create the journal inode
2009-01-06 Toshiyuki Okajimaext4: provide function to release metadata pages under...
2009-01-06 Aneesh Kumar K.Vext4: Use high 16 bits of the block group descriptor...
2009-01-06 Aneesh Kumar K.Vext4: fix BUG when calling ext4_error with locked block...
2008-12-29 Jens AxboeGet rid of CONFIG_LSF
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2009-01-06 Theodore Ts'oext4: Make ext4_group_t be an unsigned int
2009-01-04 Theodore Ts'oext4: add fsync batch tuning knobs
2009-01-06 Theodore Ts'oext4: remove extraneous newlines from calls to ext4_err...
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2008-11-26 Roel Kluinext4: Use simple_strtol() instead of simple_strtoul...
2009-01-06 Aneesh Kumar K.Vext4: avoid ext4_error when mounting a fs with a single bg
2008-11-03 Theodore Ts'oext4: wait on all pending commits in ext4_sync_fs()
2008-11-04 Aneesh Kumar K.Vext4: Convert to host order before using the values.
2008-10-28 Theodore Ts'oext4: Add support for non-native signed/unsigned htree...
2008-10-28 Hidehiro Kawaiext4: fix a bug accessing freed memory in ext4_abort
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Al Viro[PATCH] switch quota_on-related stuff to kern_path()
2008-10-21 Al Viro[PATCH] pass fmode_t to blkdev_put()
2008-10-17 Theodore Ts'oext4: Remove automatic enabling of the HUGE_FILE featur...
2008-10-17 Theodore Ts'oext4: Remove unused mount options: nomballoc, mballoc...
2008-10-17 Eric Sesterhennext4: Add missing newlines to printk messages
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-12 Alexander Beregalovext4: fix build failure without procfs
2008-10-11 Hidehiro Kawaiext4: add an option to control error handling on file...
2008-10-11 Hidehiro Kawaiext4: add checks for errors from jbd2
2008-10-11 Aneesh Kumar K.Vext4: Do mballoc init before doing filesystem recovery
2008-10-11 Theodore Ts'oext4: Rename ext4dev to ext4
2008-10-07 Andi Kleenext4: Avoid double dirtying of super block in ext4_put_...
2008-10-06 Theodore Ts'oext4: Add debugging markers that can be used by systemtap
2008-10-10 Theodore Ts'oext4: Remove old legacy block allocator
2008-10-10 Theodore Ts'oext4: Use readahead when reading an inode from the...
2008-09-23 Theodore Ts'oext4: Combine proc file handling into a single set...
2008-09-23 Theodore Ts'oext4: move /proc setup and teardown out of mballoc.c
2008-10-07 Theodore Ts'oext4/jbd2: Avoid WARN() messages when failing to write...
2008-09-08 Li Zefanext4: add missing unlock in ext4_check_descriptors...
2008-09-16 Theodore Ts'ojbd2: clean up how the journal device name is printed
2008-09-08 Frederic BoheUpdate flex_bg free blocks and free inodes counters...
2008-10-10 Aneesh Kumar K.Vext4: Add percpu dirty block accounting.
2008-09-09 Theodore Ts'oext4: Fix whitespace checkpatch warnings/errors
2008-09-09 Theodore Ts'oext4: Fix long long checkpatch warnings
2008-09-09 Theodore Ts'oext4: Add printk priority levels to clean up checkpatch...
2008-08-03 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-08-01 Al Viro[PATCH] fix races and leaks in vfs_quota_on() users
2008-08-20 Aneesh Kumar K.Vext4: Initialize writeback_index to 0 when allocating...
2008-07-26 Theodore Ts'oext4: Cleanup whitespace and other miscellaneous style...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Li Zefanext4: improve ext4_fill_flex_info() a bit
2008-08-03 Eric Sandeenext4: lock block groups when initializing
2008-07-26 Theodore Ts'oext4: Allow read/only mounts with corrupted block group...
2008-07-11 Eric Sandeenext4: do not set extents feature from the kernel
2008-07-11 Aneesh Kumar K.Vext4: Don't allow nonextenst mount option for large...
2008-07-11 Aneesh Kumar K.Vext4: Enable delalloc by default.
2008-07-14 Mingming Caoext4: delayed allocation ENOSPC handling
2008-07-11 Alex Tomasext4: Add delayed allocation support in data=writeback...
2008-07-11 Jan Karaext4: Use new framework for data=ordered mode in JBD2
2008-07-11 Jan Karaext4: Set journal pointer to NULL when journal is released
next