summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2011-04-30ext4: fix credits computing for indirect mapped filesYongqiang Yang
2010-07-05ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V
2010-07-05ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V
2010-07-05ext4: Use our own write_cache_pages()Theodore Ts'o
2010-05-26ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V
2010-05-26ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V
2010-05-26ext4: Retry block reservationAneesh Kumar K.V
2010-05-26ext4: Add percpu dirty block accounting.Aneesh Kumar K.V
2010-05-26ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V
2010-05-26ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V
2009-06-11ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V
2009-06-11ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V
2009-06-11ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V
2009-06-11ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o
2009-06-11ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o
2009-06-11ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o
2009-06-11ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-06-11ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o
2009-06-11ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o
2009-05-19mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-16ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara
2009-03-16jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara
2009-02-20ext4: only use i_size_high for regular filesTheodore Ts'o
2009-02-20ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V
2009-02-20ext4: tone down ext4_da_writepages warningsTheodore Ts'o
2009-01-18fs: symlink write_begin allocation context fixNick Piggin
2008-12-05ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V
2008-12-05ext4: calculate journal credits correctlyTheodore Ts'o
2008-08-18ext4: Fix small file fragmentationAneesh Kumar K.V
2008-08-19ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao
2008-08-19ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V
2008-08-19ext4: journal credits reservation fixes for DIO, fallocateMingming Cao
2008-08-19ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao
2008-08-19ext4: Fix delalloc release block reservation for truncateMingming Cao
2008-08-13ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o
2008-08-19ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen
2008-07-26ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o
2008-07-17ext4: Cleanup the block reservation code pathAneesh Kumar K.V
2008-08-02ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o
2008-08-02ext4: fix ext4_da_write_begin error pathEric Sandeen
2008-07-26ext4: don't read inode block if the buffer has a write errorHidehiro Kawai
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi
2008-07-11ext4: delayed allocation i_blocks fix for statMingming Cao
2008-07-11ext4: fix delalloc i_disksize early update issueMingming Cao
2008-07-11ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V
2008-07-11ext4: Add ordered mode support for delallocAneesh Kumar K.V
2008-07-11ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao
2008-07-11ext4: Add delayed allocation support in data=writeback modeAlex Tomas