ext4: fix build failure without procfs
[safe/jmp/linux-2.6] / fs / ext4 / super.c
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 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
2008-01-29 Adrian Bunkext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT...
2008-01-29 Eric Sandeenext4: store maxbytes for bitmapped files and return...
2008-01-29 Eric Sandeenext4: different maxbytes functions for bitmap & extent...
2008-01-29 Aneesh Kumar K.Vext4: Support large files
2008-01-29 Aneesh Kumar K.Vext4: Add support for 48 bit inode i_blocks.
2008-01-29 Aneesh Kumar K.Vext4: Fix sparse warnings.
2008-01-29 Aneesh Kumar K.Vext4: Introduce ext4_update_*_feature
2008-01-29 Avantika Mathurext4: add ext4_group_t, and change all group variables...
2008-01-29 Aneesh Kumar K.Vext4: Introduce ext4_lblk_t
2008-01-29 Takashi Satoext4: Support large blocksize up to PAGESIZE
2007-12-18 Andries E. Brouwerext3, ext4: avoid divide by zero
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigext4: new export ops
2007-10-17 Aneesh Kumar K.Vext4: Convert s_r_blocks_count and s_free_blocks_count
2007-10-17 Aneesh Kumar K.Vext4: Convert s_blocks_count to s_blocks_count_lo
2007-10-17 Aneesh Kumar K.Vext4: Convert bg_inode_bitmap and bg_inode_table
2007-10-17 Aneesh Kumar K.Vext4: Convert bg_block_bitmap to bg_block_bitmap_lo
2007-10-17 Jose R. Santosext4: FLEX_BG Kernel support v2.
2007-10-17 Andreas DilgerExt4: Uninitialized Block Groups
2007-10-17 Coly Liext4: Remove (partial, never completed) fragment support
2007-10-17 Mingming Caojbd2: JBD_XXX to JBD2_XXX naming cleanup
2007-10-17 vignesh babuext2/4: use is_power_of_2()
2007-10-17 Miklos Szerediext4: show all mount options
2007-10-17 Fengguang Wuconvert ill defined log2() to ilog2()
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstralib: percpu_counter_init error handling
2007-10-17 Peter Zijlstralib: percpu_counter_sum_positive
2007-09-12 Jan Karaquota: fix infinite loop
2007-07-26 Eric Sandeenfix inode_table test in ext234_check_descriptors
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Vignesh Babuext4: Use is_power_of_2()
next