aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAge
* ext4: Fix small file fragmentationAneesh Kumar K.V2008-08-18
* ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-19
* ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-19
* ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao2008-08-19
* ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V2008-08-19
* ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-19
* ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-19
* ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-19
* ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen2008-08-19
* ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik2008-08-19
* ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o2008-08-16
* ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o2008-08-19
* ext4: Fix delalloc release block reservation for truncateMingming Cao2008-08-19
* ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o2008-08-13
* ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V2008-08-19
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-03
|\
| * ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen2008-08-02
| * ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o2008-07-26
| * ext4: improve ext4_fill_flex_info() a bitLi Zefan2008-07-24
| * ext4: Cleanup the block reservation code pathAneesh Kumar K.V2008-07-17
| * ext4: don't assume extents can't cross block groups when truncatingTheodore Ts'o2008-08-01
| * ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o2008-08-02
| * ext4: Fix ext4_ext_journal_restart()Theodore Ts'o2008-08-01
| * ext4: fix ext4_da_write_begin error pathEric Sandeen2008-08-02
| * ext4: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-26
| * ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V2008-07-23
| * ext4: Convert the usage of NR_CPUS to nr_cpu_ids.Aneesh Kumar K.V2008-07-23
| * ext4: Improve error handling in mballocAneesh Kumar K.V2008-07-23
| * ext4: lock block groups when initializingEric Sandeen2008-08-02
| * ext4: sync up block and inode bitmap reading functionsEric Sandeen2008-08-02
| * ext4: Allow read/only mounts with corrupted block group checksumsTheodore Ts'o2008-07-26
| * ext4: Fix data corruption when writing to prealloc areaAneesh Kumar K.V2008-08-02
* | [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-01
|/
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-28
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* ext4: do not set extents feature from the kernelEric Sandeen2008-07-11
* ext4: Don't allow nonextenst mount option for large filesystemAneesh Kumar K.V2008-07-11
* ext4: Enable delalloc by default.Aneesh Kumar K.V2008-07-11
* ext4: delayed allocation i_blocks fix for statMingming Cao2008-07-11
* ext4: fix delalloc i_disksize early update issueMingming Cao2008-07-11
* ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V2008-07-11
* ext4: Add ordered mode support for delallocAneesh Kumar K.V2008-07-11
* ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao2008-07-11
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-14
* percpu_counter: new function percpu_counter_sum_and_setMingming Cao2008-07-11
* ext4: Add delayed allocation support in data=writeback modeAlex Tomas2008-07-11
* ext4: Use new framework for data=ordered mode in JBD2Jan Kara2008-07-11
* ext4: Fix lock inversion in ext4_ext_truncate()Jan Kara2008-07-11
* ext4: Invert the locking order of page_lock and transaction startJan Kara2008-07-11