iget: stop EFS from using iget() and read_inode()
[safe/jmp/linux-2.6] / fs / ext4 /
2008-02-06 Akinobu Mitaext[234]: cleanup ext[234]_bg_num_gdb()
2008-02-06 Akinobu Mitaext[234]: remove unused argument for ext[234]_find_goal()
2008-02-06 Akinobu Mitaext[234]: use ext[234]_get_group_desc()
2008-02-06 Akinobu Mitaext[234]: fix comment for nonexistent variable
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-29 Aneesh Kumar K.Vext4: Use the ext4_ext_actual_len() helper function
2008-01-29 Dmitry Monakhovext4: fix uniniatilized extent splitting error
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 Alex Tomasext4: Add new functions for searching extent tree
2008-01-29 Eric Sandeenext4: fix up EXT4FS_DEBUG builds
2008-01-29 Aneesh Kumar K.Vext4: Fix ext4_show_options to show the correct mount...
2008-01-29 Aneesh Kumar K.Vext4: Add EXT4_IOC_MIGRATE ioctl
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: Take read lock during overwrite case.
2008-01-29 Aneesh Kumar K.Vext4: Convert truncate_mutex to read write semaphore.
2008-01-29 Aneesh Kumar K.Vext4: Make ext4_get_blocks_wrap take the truncate_mutex...
2008-01-29 Mariusz Kozlowskiext4: remove unused code from ext4_find_entry()
2008-01-29 Aneesh Kumar K.Vext4: Check for the correct error return from
2008-01-29 Aneesh Kumar K.Vext4: add block bitmap validation
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 Aneesh Kumar K.Vext4: Return after ext4_error in case of failures
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: Rename i_dir_acl to i_size_high
2008-01-29 Aneesh Kumar K.Vext4: Rename i_file_acl to i_file_acl_lo
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: fixes block group number being set to a negative...
2008-01-29 Avantika Mathurext4: add ext4_group_t, and change all group variables...
2008-01-29 Eric Sandeenext4 extents: remove unneeded casts
2008-01-29 Aneesh Kumar K.Vext4: Introduce ext4_lblk_t
2008-01-29 Jan Karaext4: Avoid rec_len overflow with 64KB block size
2008-01-29 Takashi Satoext4: Support large blocksize up to PAGESIZE
2007-12-18 Andries E. Brouwerext3, ext4: avoid divide by zero
2007-11-15 Jan KaraForbid user to change file flags on quota files
2007-11-13 Linus TorvaldsRevert "ext2/ext3/ext4: add block bitmap validation"
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigext4: new export ops
2007-10-17 Eric Sandeenext4: lighten up resize transaction requirements
2007-10-17 Eric Sandeenext4: fix setup_new_group_blocks locking
2007-10-17 Aneesh Kumar K.Vext4: sparse fixes
2007-10-17 Aneesh Kumar K.Vext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_id...
2007-10-17 Aneesh Kumar K.Vext4: Convert ext4_extent.ee_start to ext4_extent.ee_st...
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 Aneesh Kumar K.Vext4: Fix sparse warnings
2007-10-17 Andreas DilgerExt4: Uninitialized Block Groups
2007-10-17 Eric Sandeenext4: remove #ifdef CONFIG_EXT4_INDEX
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 Mingming CaoJBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
2007-10-17 Mathieu DesnoyersFix f_version type: should be u64 instead of unsigned...
2007-10-17 vignesh babuext2/4: use is_power_of_2()
2007-10-17 Aneesh Kumar K.Vext2/ext3/ext4: add block bitmap validation
2007-10-17 Eric Sandeenremove unused bh in calls to ext234_get_group_desc
2007-10-17 Miklos Szerediext4: show all mount options
2007-10-17 Fengguang Wuconvert ill defined log2() to ilog2()
2007-10-17 Philippe De Muyterfs: mark nibblemap const
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-10-17 Peter Zijlstralib: percpu_counter_sub
2007-10-17 Peter Zijlstralib: percpu_counter_add
2007-10-16 Nick Pigginext4: convert to new aops
2007-10-16 Fengguang Wureadahead: combine file_ra_state.prev_index/prev_offset...
2007-09-19 Eric Sandeenext34: ensure do_split leaves enough free space in...
2007-09-19 Eric Sandeendir_index: error out instead of BUG on corrupt dx dirs
2007-09-12 Jan Karaquota: fix infinite loop
2007-07-31 Mingming Cao"ext4_ext_put_in_cache" uses __u32 to receive physical...
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-19 Mingming Caofix ext4/JBD2 build warnings
2007-07-19 Rusty Russellreadahead: split ondemand readahead interface into...
2007-07-19 Fengguang Wureadahead: convert ext3/ext4 invocations
2007-07-18 Dmitry Monakhovext4: extent macros cleanup
2007-07-18 Dmitry MonakhovFix compilation with EXT_DEBUG, also fix leXX_to_cpu...
2007-07-18 Dave Hansenext4: remove extra IS_RDONLY() check
2007-07-18 Vignesh Babuext4: Use is_power_of_2()
2007-07-18 Eric SandeenUse zero_user_page() in ext4 where possible
2007-07-18 Andreas Dilgerext4: Remove 65000 subdirectory limit
2007-07-18 Kalpak Shahext4: Expand extra_inodes space per the s_{want,min...
2007-07-18 Kalpak Shahext4: Add nanosecond timestamps
2007-07-18 Jose R. Santosjbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
2007-07-18 Jose R. Santosext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on...
2007-07-18 Alex Tomasext4: Make extents code sanely handle on-disk corruption
2007-07-18 Jan Karaext4: copy i_flags to inode flags on write
2007-07-18 Mingming Caoext4: Enable extents by default
2007-07-18 Amit AroraChange on-disk format to support 2^15 uninitialized...
2007-07-18 Amit Arorawrite support for preallocated blocks
next