summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2013-07-16ext4: call ext4_es_lru_add() after handling cache missTheodore Ts'o
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o
2013-07-05ext4: silence warning in ext4_writepages()Jan Kara
2013-07-01ext4: fix up error handling for mpage_map_and_submit_extent()Theodore Ts'o
2013-07-01ext4: only zero partial blocks in ext4_zero_partial_blocks()Lukas Czerner
2013-07-01ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o
2013-07-01ext4: delete unnecessary C statementsjon ernst
2013-07-01ext4: pass inode pointer instead of file pointer to punch holeAshish Sangwan
2013-07-01ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu
2013-06-06ext4: use ext4_da_writepages() for all modesTheodore Ts'o
2013-06-04ext4: remove ext4_ioend_wait()Jan Kara
2013-06-04ext4: don't wait for extent conversion in ext4_punch_hole()Jan Kara
2013-06-04ext4: remove wait for unwritten extent conversion from ext4_truncate()Jan Kara
2013-06-04ext4: protect extent conversion after DIO with i_dio_countJan Kara
2013-06-04ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara
2013-06-04ext4: remove buffer_uninit handlingJan Kara
2013-06-04ext4: restructure writeback pathJan Kara
2013-06-04ext4: better estimate credits needed for ext4_da_writepages()Jan Kara
2013-06-04ext4: improve writepage credit estimate for files with indirect blocksJan Kara
2013-06-04ext4: stop messing with nr_to_write in ext4_da_writepages()Jan Kara
2013-06-04ext4: use io_end for multiple biosJan Kara
2013-05-31ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara
2013-05-27ext4: remove unused discard_partial_page_buffersLukas Czerner
2013-05-27ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner
2013-05-27Revert "ext4: fix fsx truncate failure"Lukas Czerner
2013-05-27ext4: Call ext4_jbd2_file_inode() after zeroing blockLukas Czerner
2013-05-27Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner
2013-05-21ext4: use ->invalidatepage() length argumentLukas Czerner
2013-05-21jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-11ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o
2013-04-11ext4: use io_end for multiple biosJan Kara
2013-04-09ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov
2013-04-09ext4: introduce reserved spaceLukas Czerner
2013-04-09ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney
2013-04-08ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck
2013-04-03ext4: print more info in ext4_print_free_blocks()Lukas Czerner
2013-04-03ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o
2013-04-03ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o
2013-04-03ext4: refactor truncate codeTheodore Ts'o
2013-04-03ext4: refactor punch hole codeTheodore Ts'o
2013-04-03ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu
2013-04-03ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o