summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner1-0/+2
2014-11-14ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-6/+3
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-0/+7
2014-11-14ext4: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
2014-09-06ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-07-01ext4: fix data integrity sync in ordered modeNamjae Jeon1-2/+4
2014-05-06ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o1-3/+13
2014-05-06ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4
2014-03-31ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+3
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-01-26ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-1/+1
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+4
2014-01-07ext4: don't pass freed handle to ext4_walk_page_buffersTheodore Ts'o1-1/+1
2014-01-06ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZEYongqiang Yang1-2/+2
2014-01-06ext4: enable punch hole for bigallocZheng Liu1-5/+0
2013-12-18ext4: fix deadlock when writing in ENOSPC conditionsJan Kara1-12/+0
2013-12-06fs: fix iversion handlingChristoph Hellwig1-0/+4
2013-11-12ext4: return non-zero st_blocks for inline dataAndreas Dilger1-3/+11
2013-10-30ext4: pair trace_ext4_writepages & trace_ext4_writepages_resultMing Lei1-5/+6
2013-10-18ext4: fix performance regression in ext4_writepagesMing Lei1-13/+13
2013-10-16ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()Jan Kara1-0/+3
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-09-16ext4: fix performance regression in writeback of random writesJan Kara1-1/+1
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-2/+1
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+7
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-21/+7
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov1-4/+4
2013-08-28ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov1-2/+3
2013-08-17ext4: fix lost truncate due to race with writebackJan Kara1-5/+12
2013-08-17ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-08-17ext4: fix ext4_writepages() in presence of truncateJan Kara1-41/+66
2013-08-17ext4: move test whether extent to map can be extended to one placeJan Kara1-20/+29
2013-08-17ext4: use unsigned int for es_status valuesTheodore Ts'o1-3/+3
2013-08-17jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara1-0/+43
2013-07-29ext4: add WARN_ON to check the length of allocated blocksZheng Liu1-21/+18
2013-07-16ext4: call ext4_es_lru_add() after handling cache missTheodore Ts'o1-5/+2
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o1-4/+4
2013-07-06ext4: silence warning in ext4_writepages()Jan Kara1-2/+2
2013-07-01ext4: fix up error handling for mpage_map_and_submit_extent()Theodore Ts'o1-24/+28
2013-07-01ext4: only zero partial blocks in ext4_zero_partial_blocks()Lukas Czerner1-7/+10
2013-07-01ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o1-4/+7
2013-07-01ext4: delete unnecessary C statementsjon ernst1-9/+1
2013-07-01ext4: pass inode pointer instead of file pointer to punch holeAshish Sangwan1-2/+1
2013-07-01ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu1-0/+4
2013-06-06ext4: use ext4_da_writepages() for all modesTheodore Ts'o1-10/+31
2013-06-04ext4: remove ext4_ioend_wait()Jan Kara1-2/+3