Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[safe/jmp/linux-2.6] / fs / ext4 / super.c
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
2008-07-11 Aneesh Kumar K.Vext4: Fix sparse warning
2008-07-11 Li Zefanext4: remove redundant code in ext4_fill_super()
2008-07-11 Jose R. Santosext4: New inode allocation for FLEX_BG meta-data groups.
2008-07-11 Theodore Ts'oext4: Remove unused variable from ext4_show_options
2008-07-04 Jan Karaext4: add missing unlock to an error path in ext4_quota...
2008-05-26 Eric Sandeenext4: enable barriers by default
2008-05-26 Theodore Ts'oext4: Display the journal_async_commit mount option...
2008-06-06 Theodore Ts'ojbd2: If a journal checksum error is detected, propagat...
2008-05-14 Jan Karaext4: fix typos in messages and comments (journalled...
2008-05-13 Jan Karaext4: fix synchronization of quota files in journal...
2008-05-13 Jan Karaext4: Fix mount messages when quota disabled
2008-05-13 Jan Karaext4: correct mount option parsing to detect when quota...
2008-04-30 Josef Bacikext4: don't use ext4_error in ext4_check_descriptors
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-30 Jan Karaext4: Fix hang on umount with quotas when journal is...
2008-04-28 Jan Karaquota: ext4: make ext4 handle quotaon on remount
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Marcin Slusarzext4: convert byte order of constant instead of variable
2008-04-17 Marcin Slusarzext4: le*_add_cpu conversion
2008-04-30 Josef Bacikext4: fix mount option parsing
2008-04-30 Josef Bacikext4: check return of ext4_orphan_get properly
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-10 Theodore Tsoext4: Add new "development flag" to the ext4 filesystem
2008-02-07 David Howellsiget: stop EXT4 from using iget() and read_inode()
2008-02-06 Akinobu Mitaext[234]: use ext[234]_get_group_desc()
2008-01-29 Aneesh Kumar K.Vext4: Check for return value from sb_set_blocksize
2008-01-29 Miklos Szerediext4: Add stripe= option to /proc/mounts
2008-01-29 Aneesh Kumar K.Vext4: Enable the multiblock allocator by default
2008-01-29 Alex Tomasext4: Add multi block allocator for ext4
2008-01-29 Aneesh Kumar K.Vext4: Fix ext4_show_options to show the correct mount...
2008-01-29 Jean Noel Cordennerext4: Add inode version support in ext4
2008-01-29 Girish Shilamkarext4: Add the journal checksum feature
2008-01-29 Aneesh Kumar K.Vext4: Convert truncate_mutex to read write semaphore.
2008-01-29 Aneesh Kumar K.Vext4: Change the default behaviour on error
2008-01-29 Eric Sandeenext4: fix oops on corrupted ext4 mount
next