ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2
[safe/jmp/linux-2.6] / fs / ext4 /
2008-07-11 Aneesh Kumar K.Vext4: cleanup block allocator
2008-07-11 Aneesh Kumar K.Vext4: Use inode preallocation with -o noextents
2008-07-11 Akinobu Mitaext4: fix ext4_init_block_bitmap() for metablock block...
2008-07-11 Aneesh Kumar K.Vext4: Fix sparse warning
2008-07-11 Li Zefanext4: cleanup never-used magic numbers from htree code
2008-07-11 Shen Fengext4: Fix ext4_ext_journal_restart() to reflect errors...
2008-07-11 Shen Fengext4: Make ext4_ext_find_extent fills ext_path completely
2008-07-11 Shen Fengext4: return error when calling ext4_ext_split failed
2008-07-11 Aneesh Kumar K.Vext4: Update i_disksize properly when allocating from...
2008-07-11 Shen Fengext4: remove quota allocation when ext4_mb_new_blocks...
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-14 Stoyan Gaydarovext4: replace __FUNCTION__ occurrences
2008-07-14 Shen Fengext4: fix error processing in mb_free_blocks
2008-07-14 Shen Fengext4: error proc entry creation when the fs/ext4 is...
2008-07-11 Li Zefanext4: fix build failure if DX_DEBUG is enabled
2008-07-11 Theodore Ts'oext4: Remove unused variable from ext4_show_options
2008-07-11 Theodore Ts'oext4: Rename read_block_bitmap() to ext4_read_block_bit...
2008-07-11 Shen Fengext4: remove double definitions of xattr macros
2008-07-11 Shen Fengext4: miscellaneous error checks and coding cleanups...
2008-07-11 Shen Fengext4: add error processing when calling ext4_mb_init_ca...
2008-07-11 Mingming Caoext4: Fix ext4_mb_init_cache return error
2008-07-11 Shen Fengext4: improve some code in rb tree part of dir.c
2008-07-11 Alexey Dobriyanext4: switch to seq_files
2008-07-11 Julia Lawallext4: Use BUG_ON() instead of BUG()
2008-07-11 Aneesh Kumar K.Vext4: start searching for the right extent from the...
2008-07-11 Shen Fengext4: fix comments to say "ext4"
2008-07-11 Aneesh Kumar K.Vext4: Fix mb_find_next_bit not to return larger than max
2008-07-11 Duane Griffinext4: validate directory entry data before use
2008-07-11 Duane Griffinext4: handle deleting corrupted indirect blocks
2008-07-11 Duane Griffinext4: handle corrupted orphan list at mount
2008-07-04 Jan Karaext4: add missing unlock to an error path in ext4_quota...
2008-06-20 Frederic BoheExt4: Fix online resize block group descriptor corruption
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-06-06 Josef Bacikext4: fix online resize bug
2008-06-03 Jose R. Santosext4: Fix uninit block group initialization with FLEX_BG
2008-06-06 Aneesh Kumar K.Vext4: Fix use of uninitialized data with debug enabled.
2008-05-15 Aneesh Kumar K.Vext4: Retry block allocation if new blocks are allocate...
2008-05-15 Tiger Yangext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
2008-05-13 Valerie Clementext4: mballoc fix mb_normalize_request algorithm for...
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-05-13 Jean DelvareFix misuses of bdevname()
2008-04-30 Roel Kluinext4: fix hot spins in mballoc after err_freebuddy...
2008-04-30 Roel Kluinext4: fix test ext_generic_write_end() copied return...
2008-04-30 Mingming Caoext4: Move mballoc headers/structures to a seperate...
2008-04-30 Solofo Ramangalahyext4: cleanup for compiling mballoc with verification...
2008-04-30 Josef Bacikext4: don't use ext4_error in ext4_check_descriptors
2008-04-30 Aneesh Kumar K.Vext4: mark inode dirty after initializing the extent...
2008-04-30 Solofo Ramangalahyext4: update ctime and mtime for truncate with extents.
2008-04-30 Aneesh Kumar K.Vext4: Don't do GFP_NOFS allocations after taking ext4_l...
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-30 Josef Bacikext4: fix wrong gfp type under transaction
2008-04-30 Jan Karaext4: Fix hang on umount with quotas when journal is...
2008-04-30 Jan Karaext4: Fix update of mtime and ctime on rename
2008-04-29 Denis V. Lunevext4: use non-racy method for proc entries creation
2008-04-29 Alexey Dobriyanproc: remove proc_root_fs
2008-04-28 Jan Karaquota: ext4: make ext4 handle quotaon on remount
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Mingming Caoext4: make ext4_xattr_list() static
2008-04-17 Mingming Caoext4: remove extra define of ext4_new_blocks_old from...
2008-04-17 Akinobu Mitaext4: check ext4_journal_get_write_access() errors
2008-04-17 Akinobu Mitaext4: use ext4_get_group_desc()
2008-04-17 Akinobu Mitaext4: use ext4_group_first_block_no()
2008-04-17 Marcin Slusarzext4: convert byte order of constant instead of variable
2008-04-17 Marcin Slusarzext4: le*_add_cpu conversion
2008-04-17 Aneesh Kumar K.Vext4: Convert list_for_each_rcu() to list_for_each_ent...
2008-04-29 Eric Sandeenext4: reduce mballoc stack usage with noinline_for_stack
2008-04-30 Andi KleenConvert ext4 to use unlocked_ioctl
2008-04-30 Aneesh Kumar K.Vext4: Cache the correct extent length for uninit extents
2008-04-29 Aneesh Kumar K.Vext4: Return unwritten buffer head when trying to read...
2008-04-29 Aneesh Kumar K.Vext4: make ext4_ext_get_blocks always return <= max_blocks
2008-04-29 Aneesh Kumar K.Vext4: Fix fallocate to update the file size in each...
2008-04-29 Aneesh Kumar K.Vext4: Fix race between migration and mmap write
2008-04-17 Aneesh Kumar K.Vext4: zero out small extents when writing to prealloc...
2008-04-29 Aneesh Kumar K.Vext4: ENOSPC error handling for writing to an uninitial...
2008-04-29 Aneesh Kumar K.Vext4: Enable extent format for symlinks.
2008-04-17 Aneesh Kumar K.Vext4: Fix fallocate error path
2008-04-30 Josef Bacikext4: fix mount option parsing
2008-04-17 Hisashi Hifumiext4: fdatasync should skip metadata writeout when...
2008-04-30 Josef Bacikext4: check return of ext4_orphan_get properly
2008-04-16 Jan Karavfs: fix possible deadlock in ext2, ext3, ext4 when...
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...
next