Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
[safe/jmp/linux-2.6] / fs / ext4 / super.c
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()
2007-07-18 Kalpak Shahext4: Add nanosecond timestamps
2007-07-18 Jose R. Santosext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on...
2007-07-18 Mingming Caoext4: Enable extents by default
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 Badari Pulavartyext4: statfs speed up
2007-07-16 Borislav Petkovext4: fix error handling in ext4_create_journal
2007-07-16 Jan Karaext4: fix deadlock in ext4_remount() and orphan list...
2007-07-16 Vasily Averinext3/ext4: orphan list check on destroy_inode
2007-05-31 Dave KleikampEXT4: Fix whitespace
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-11 Hugh Dickins[PATCH] fix umask when noACL kernel meets extN tuned...
2007-02-11 Eric Sandeen[PATCH] ext4: refuse ro to rw remount of fs with orphan...
2006-12-07 Eric Sandeen[PATCH] ext3/4: don't do orphan processing on readonly...
2006-12-07 Pekka Enberg[PATCH] ext4: fsid for statvfs
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOFS
2006-10-11 Andrew Morton[PATCH] ext4 whitespace cleanups
2006-10-11 Dmitry Mishin[PATCH] ext4: errors behaviour fix
2006-10-11 Andrew Morton[PATCH] ext4: rename logic_sb_block
2006-10-11 Andrew Morton[PATCH] ext4 64 bit divide fix
2006-10-11 Alexandre Ratchov[PATCH] ext4: move block number hi bits
2006-10-11 Alexandre Ratchov[PATCH] ext4: allow larger descriptor size
2006-10-11 Mingming Cao[PATCH] ext4: blk_type from sector_t to unsigned long...
2006-10-11 Laurent Vivier[PATCH] ext4: 64bit metadata
2006-10-11 Mingming Cao[PATCH] ext4: switch fsblk to sector_t
2006-10-11 Alex Tomas[PATCH] ext3: add extent map support
2006-10-11 Mingming Cao[PATCH] jbd2: enable building of jbd2 and have ext4...
2006-10-11 Mingming Cao[PATCH] ext4: rename ext4 symbols to avoid duplication...
2006-10-11 Dave Kleikamp[PATCH] ext4: initial copy of files from ext3