netdev: ehea: locking order correction
[safe/jmp/linux-2.6] / fs / ext4 /
2008-02-25 Akinobu Mitaext4: add missing ext4_journal_stop()
2008-02-23 Aneesh Kumar K.Vext4: ext4_find_next_zero_bit needs an aligned address...
2008-02-25 Aneesh Kumar K.Vext4: set EXT4_EXTENTS_FL only for directory and regula...
2008-02-25 Aneesh Kumar K.Vext4: Don't mark filesystem error if fallocate fails
2008-02-25 Mingming Caoext4: Fix BUG when writing to an unitialized extent
2008-02-15 Theodore Ts'oext4: Don't use ext4_dec_count() if not needed
2008-02-15 Valerie Clementext4: modify block allocation algorithm for the last...
2008-02-15 Aneesh Kumar K.Vext4: Don't claim block from group which has corrupt...
2008-02-22 Aneesh Kumar K.Vext4: Get journal write access before modifying the...
2008-02-25 Aneesh Kumar K.Vext4: Fix memory and buffer head leak in callers to...
2008-02-22 Aneesh Kumar K.Vext4: Don't leave behind a half-created inode if ext4_m...
2008-02-15 Valerie Clementext4: Fix kernel BUG at fs/ext4/mballoc.c:910!
2008-02-15 Aneesh Kumar K.Vext4: Fix locking hierarchy violation in ext4_fallocate()
2008-02-25 Andi KleenRemove incorrect BKL comments in ext4
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-10 Aneesh Kumar K.Vext4: Don't panic in case of corrupt bitmap
2008-02-10 Eric Sandeenext4: allocate struct ext4_allocation_context from...
2008-02-10 Jan Karaext4: Fix Direct I/O locking
2008-02-10 Aneesh Kumar K.Vext4: Fix circular locking dependency with migrate...
2008-02-07 David Howellsiget: stop EXT4 from using iget() and read_inode()
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-06 Eric Sandeenallow in-inode EAs on ext4 root inode
2008-02-10 Aneesh Kumar K.Vext4: Fix null bh pointer dereference in mballoc
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-02-05 Valerie Clementext4: Don't set EXTENTS_FL flag for fast symlinks
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
next