ext4: Fix sub-block zeroing for writes into preallocated extents
[safe/jmp/linux-2.6] / fs / ext4 / inode.c
2009-05-13 Aneesh Kumar K.Vext4: Fix sub-block zeroing for writes into preallocate...
2009-04-24 Theodore Ts'oext4: Do not try to validate extents on special files
2009-04-24 Theodore Ts'oext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMP...
2009-04-24 Theodore Ts'oext4: Fix softlockup caused by illegal i_file_acl value...
2009-04-07 Thiemo Nagelext4: Fix big-endian problem in __ext4_check_blockref()
2009-04-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-31 Thiemo Nagelext4: add checks of block references for non-extent...
2009-03-26 Theodore Ts'oext4: Check for an valid i_mode when reading the inode...
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-28 Aneesh Kumar K.Vext4: Fix discard of inode prealloc space with delayed...
2009-02-26 Eric Sandeenext4: don't call jbd2_journal_force_commit_nested witho...
2009-02-24 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-02-26 Theodore Ts'oext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
2009-02-23 Theodore Ts'oext4: Simplify delalloc code by removing mpage_da_write...
2009-02-23 Theodore Ts'oext4: Save stack space by removing fake buffer heads
2009-02-23 Theodore Ts'oext4: Simplify delalloc implementation by removing...
2009-03-27 Aneesh Kumar K.Vext4: Validate extent details only when read from the...
2009-03-12 Theodore Ts'oext4: New inode/block allocation algorithms for flex_bg...
2009-02-23 Jan Karaext4: Fix deadlock in ext4_write_begin() and ext4_da_wr...
2009-02-14 Aneesh Kumar K.Vext4: Implement range_cyclic in ext4_da_writepages...
2009-02-10 Jan Karajbd2: Avoid possible NULL dereference in jbd2_journal_b...
2009-01-30 Theodore Ts'oext4: Remove bogus BUG() check in ext4_bmap()
2009-01-20 Theodore Ts'oext4: Fix ext4_free_blocks() w/o a journal when files...
2009-01-17 Theodore Ts'oext4: only use i_size_high for regular files
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-06 Eric Dumazetpercpu_counter: FBC_BATCH should be a variable
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2009-01-04 Theodore Ts'oext4: Add markers for better debuggability
2009-01-06 Aneesh Kumar K.Vext4: Use high 16 bits of the block group descriptor...
2008-12-31 Duane Griffinext4: ensure fast symlinks are NUL-terminated
2008-11-07 Aneesh Kumar K.Vext4: Mark the buffer_heads as dirty and uptodate after...
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2008-11-06 Theodore Ts'oext4: calculate journal credits correctly
2008-11-05 Theodore Ts'oext4: Change unsigned long to unsigned int
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2009-01-06 Aneesh Kumar K.Vext4: Fix the delalloc writepages to allocate blocks...
2008-11-05 Theodore Ts'oext4: tone down ext4_da_writepages warnings
2009-01-02 Theodore Ts'oext4: remove ext4_new_blocks() and call ext4_mb_new_blo...
2008-10-29 Alexander Beregalovext4: fix printk format warning
2008-10-17 Theodore Ts'oext4: Remove automatic enabling of the HUGE_FILE featur...
2008-10-16 Aneesh Kumar K.Vext4: Fix file fragmentation during large file write.
2008-10-14 Aneesh Kumar K.Vext4: Use tag dirty lookup during mpage_da_submit_io
2008-10-11 Theodore Ts'oext4: Rename ext4dev to ext4
2008-10-07 Eric SandeenHook ext4 to the vfs fiemap interface.
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-13 Aneesh Kumar K.Vext4: Properly update i_disksize.
2008-09-13 Aneesh Kumar K.Vext4: truncate block allocated on a failed ext4_write_begin
2008-09-09 Aneesh Kumar K.Vext4: Retry block allocation if we have free blocks...
2008-09-09 Aneesh Kumar K.Vext4: Don't add the inode to journal handle until after...
2008-10-09 Aneesh Kumar K.Vext4: Switch to non delalloc mode when we are low on...
2008-10-10 Aneesh Kumar K.Vext4: Add percpu dirty block accounting.
2008-09-09 Aneesh Kumar K.Vext4: Retry block reservation
2008-10-09 Aneesh Kumar K.Vext4: Make sure all the block allocation paths reserve...
2008-08-20 Aneesh Kumar K.Vext4: invalidate pages if delalloc block allocation...
2008-09-09 Theodore Ts'oext4: Fix whitespace checkpatch warnings/errors
2008-08-03 Eric Sandeenext4: remove write-only variables from ext4_ordered_wri...
2008-07-28 Hisashi Hifumivfs: pagecache usage optimization for pagesize!=blocksize
2008-08-18 Aneesh Kumar K.Vext4: Fix small file fragmentation
2008-08-20 Mingming Caoext4: journal credit fix for the delayed allocation...
2008-08-20 Aneesh Kumar K.Vext4: Rework the ext4_da_writepages() function
2008-08-20 Mingming Caoext4: journal credits reservation fixes for DIO, fallocate
2008-08-20 Mingming Caoext4: journal credits calulation cleanup and fix for...
2008-08-20 Mingming Caoext4: Fix delalloc release block reservation for truncate
2008-08-14 Theodore Ts'oext4: Fix potential truncate BUG due to i_prealloc_list...
2008-08-20 Aneesh Kumar K.Vext4: Handle unwritten extent properly with delayed...
2008-07-26 Theodore Ts'oext4: Cleanup whitespace and other miscellaneous style...
2008-07-17 Aneesh Kumar K.Vext4: Cleanup the block reservation code path
2008-08-03 Theodore Ts'oext4: Fix lack of credits BUG() when deleting a badly...
2008-08-02 Eric Sandeenext4: fix ext4_da_write_begin error path
2008-07-26 Hidehiro Kawaiext4: don't read inode block if the buffer has a write...
2008-07-11 Mingming Caoext4: delayed allocation i_blocks fix for stat
2008-07-11 Mingming Caoext4: fix delalloc i_disksize early update issue
2008-07-11 Aneesh Kumar K.Vext4: Handle page without buffers in ext4_*_writepage()
2008-07-11 Aneesh Kumar K.Vext4: Add ordered mode support for delalloc
2008-07-11 Mingming Caoext4: Invert lock ordering of page_lock and transaction...
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: Invert the locking order of page_lock and transac...
2008-07-11 Aneesh Kumar K.Vext4: Use page_mkwrite vma_operations to get mmap write...
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 Duane Griffinext4: handle deleting corrupted indirect blocks
2008-07-11 Duane Griffinext4: handle corrupted orphan list at mount
2008-04-30 Roel Kluinext4: fix test ext_generic_write_end() copied return...
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Akinobu Mitaext4: use ext4_get_group_desc()
2008-04-29 Aneesh Kumar K.Vext4: Fix race between migration and mmap write
2008-02-25 Mingming Caoext4: Fix BUG when writing to an unitialized extent
2008-02-15 Valerie Clementext4: modify block allocation algorithm for the last...
2008-02-25 Andi KleenRemove incorrect BKL comments in ext4
2008-02-10 Jan Karaext4: Fix Direct I/O locking
2008-02-07 David Howellsiget: stop EXT4 from using iget() and read_inode()
next