summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-121-1/+1
|\
| * ext4: fix performance regression in writeback of random writesJan Kara2013-09-161-1/+1
* | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-21/+7
|\ \ | |/ |/|
| * direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-21/+7
* | ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-281-4/+4
* | ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2013-08-281-2/+3
* | ext4: fix lost truncate due to race with writebackJan Kara2013-08-171-5/+12
* | ext4: simplify truncation code in ext4_setattr()Jan Kara2013-08-171-60/+49
* | ext4: fix ext4_writepages() in presence of truncateJan Kara2013-08-171-41/+66
* | ext4: move test whether extent to map can be extended to one placeJan Kara2013-08-171-20/+29
* | ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-161-3/+3
|/
* jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara2013-08-161-0/+43
* ext4: add WARN_ON to check the length of allocated blocksZheng Liu2013-07-291-21/+18
* ext4: call ext4_es_lru_add() after handling cache missTheodore Ts'o2013-07-161-5/+2
* ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2013-07-131-4/+4
* ext4: silence warning in ext4_writepages()Jan Kara2013-07-051-2/+2
* ext4: fix up error handling for mpage_map_and_submit_extent()Theodore Ts'o2013-07-011-24/+28
* ext4: only zero partial blocks in ext4_zero_partial_blocks()Lukas Czerner2013-07-011-7/+10
* ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o2013-07-011-4/+7
* ext4: delete unnecessary C statementsjon ernst2013-07-011-9/+1
* ext4: pass inode pointer instead of file pointer to punch holeAshish Sangwan2013-07-011-2/+1
* ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu2013-07-011-0/+4
* ext4: use ext4_da_writepages() for all modesTheodore Ts'o2013-06-061-10/+31
* ext4: remove ext4_ioend_wait()Jan Kara2013-06-041-2/+3
* ext4: don't wait for extent conversion in ext4_punch_hole()Jan Kara2013-06-041-3/+0
* ext4: remove wait for unwritten extent conversion from ext4_truncate()Jan Kara2013-06-041-6/+0
* ext4: protect extent conversion after DIO with i_dio_countJan Kara2013-06-041-2/+10
* ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara2013-06-041-5/+20
* ext4: remove buffer_uninit handlingJan Kara2013-06-041-2/+2
* ext4: restructure writeback pathJan Kara2013-06-041-524/+487
* ext4: better estimate credits needed for ext4_da_writepages()Jan Kara2013-06-041-35/+27
* ext4: improve writepage credit estimate for files with indirect blocksJan Kara2013-06-041-1/+1
* ext4: stop messing with nr_to_write in ext4_da_writepages()Jan Kara2013-06-041-96/+0
* ext4: use io_end for multiple biosJan Kara2013-06-041-38/+60
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-05-311-2/+2
* ext4: remove unused discard_partial_page_buffersLukas Czerner2013-05-271-206/+0
* ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner2013-05-271-72/+46
* Revert "ext4: fix fsx truncate failure"Lukas Czerner2013-05-271-9/+2
* ext4: Call ext4_jbd2_file_inode() after zeroing blockLukas Czerner2013-05-271-1/+4
* Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner2013-05-271-0/+120
* ext4: use ->invalidatepage() length argumentLukas Czerner2013-05-211-11/+19
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-211-1/+2
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-7/+11
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-141-47/+38
|\
| * ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o2013-05-111-47/+38
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
* ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o2013-04-231-2/+3
* ext4: mark metadata blocks using bh flagsTheodore Ts'o2013-04-211-1/+5
* ext4: use io_end for multiple biosJan Kara2013-04-111-38/+47
OpenPOWER on IntegriCloud