aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-07ext4: don't pass freed handle to ext4_walk_page_buffersTheodore Ts'o
2014-01-06ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZEYongqiang Yang
2014-01-06ext4: enable punch hole for bigallocZheng Liu
2013-12-18ext4: fix deadlock when writing in ENOSPC conditionsJan Kara
2013-12-05fs: fix iversion handlingChristoph Hellwig
2013-11-11ext4: return non-zero st_blocks for inline dataAndreas Dilger
2013-10-30ext4: pair trace_ext4_writepages & trace_ext4_writepages_resultMing Lei
2013-10-17ext4: fix performance regression in ext4_writepagesMing Lei
2013-10-16ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()Jan Kara
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-09-16ext4: fix performance regression in writeback of random writesJan Kara
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov
2013-08-28ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov
2013-08-17ext4: fix lost truncate due to race with writebackJan Kara
2013-08-17ext4: simplify truncation code in ext4_setattr()Jan Kara
2013-08-17ext4: fix ext4_writepages() in presence of truncateJan Kara
2013-08-17ext4: move test whether extent to map can be extended to one placeJan Kara
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o
2013-08-16jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara
2013-07-29ext4: add WARN_ON to check the length of allocated blocksZheng Liu
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