summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-04ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o1-2/+1
2013-04-04ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o1-0/+7
2013-04-03ext4: refactor truncate codeTheodore Ts'o1-3/+71
2013-04-03ext4: refactor punch hole codeTheodore Ts'o1-5/+175
2013-04-03ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu1-40/+27
2013-04-03ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o1-96/+29
2013-03-22Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+174
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o1-2/+2
2013-03-11ext4: reserve metadata block for every delayed writeLukas Czerner1-2/+61
2013-03-11ext4: do not use yield()Lukas Czerner1-1/+1
2013-03-11ext4: fix WARN_ON from ext4_releasepage()Jan Kara1-2/+2
2013-03-11ext4: update extent status tree after an extent is zeroed outZheng Liu1-0/+10
2013-03-11ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov1-0/+96
2013-03-01Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-367/+297
2013-02-23new helper: file_inode(file)Al Viro1-3/+3
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-2/+64
2013-02-18ext4: track all extent status in extent status treeZheng Liu1-25/+51
2013-02-18ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flagZheng Liu1-9/+3
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-1/+2
2013-02-15ext4: use ERR_PTR() abstraction for ext4_append()Theodore Ts'o1-0/+2
2013-02-15ext4: add debugging context for warning in ext4_da_update_reserve_space()Theodore Ts'o1-5/+7
2013-02-15ext4: use KERN_WARNING for warning messagesTheodore Ts'o1-3/+3
2013-02-09ext4: grab page before starting transaction handle in write_begin()Theodore Ts'o1-43/+68
2013-02-09ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-13/+20
2013-01-30ext4: fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-29ext4: fix ext4_writepage() to achieve data=ordered guaranteesJan Kara1-12/+18
2013-01-28ext4: simplify mpage_add_bh_to_extent()Jan Kara1-20/+9
2013-01-28ext4: dirty page has always buffers attachedJan Kara1-109/+38
2013-01-28ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()Jan Kara1-11/+2
2013-01-28ext4: Always use ext4_bio_write_page() for writeoutJan Kara1-115/+14
2013-01-28ext4: add punching hole support for non-extent-mapped filesZheng Liu1-4/+2
2013-01-17ext4: add tracepoint in punching holeZheng Liu1-0/+2
2013-01-13ext4: use unlikely to improve the efficiency of the kernelWang Shilong1-3/+3
2013-01-13ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o1-6/+3
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-6/+2
2012-12-25ext4: fix deadlock in journal_unmap_buffer()Jan Kara1-11/+71
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara1-7/+16
2012-12-10ext4: let ext4_truncate handle inline data correctlyTao Ma1-0/+8
2012-12-10ext4: add delalloc support for inline dataTao Ma1-9/+54
2012-12-10ext4: add journalled write support for inline dataTao Ma1-20/+49
2012-12-10ext4: add normal write support for inline dataTao Ma1-41/+62
2012-12-10ext4: add read support for inline dataTao Ma1-1/+30
2012-12-10ext4: add the basic function for inline data supportTao Ma1-1/+4
2012-12-02ext4: move extra inode read to a new functionTao Ma1-5/+11
2012-11-30ext4: restructure ext4_ext_direct_IO()Theodore Ts'o1-108/+103
2012-11-16ext4: remove calls to ext4_jbd2_file_inode() from delalloc write pathTheodore Ts'o1-19/+1