summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21Merge 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-10ext4: reserve metadata block for every delayed writeLukas Czerner1-2/+61
2013-03-10ext4: do not use yield()Lukas Czerner1-1/+1
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara1-2/+2
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu1-0/+10
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov1-0/+96
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-367/+297
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-21mm: 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-14ext4: add debugging context for warning in ext4_da_update_reserve_space()Theodore Ts'o1-5/+7
2013-02-14ext4: 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-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-13/+20
2013-01-29ext4: fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-28ext4: 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-16ext4: add tracepoint in punching holeZheng Liu1-0/+2
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong1-3/+3
2013-01-12ext4: 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-29ext4: restructure ext4_ext_direct_IO()Theodore Ts'o1-108/+103
2012-11-15ext4: remove calls to ext4_jbd2_file_inode() from delalloc write pathTheodore Ts'o1-19/+1
2012-11-14ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen1-0/+1
2012-11-08ext4: reimplement ext4_find_delay_alloc_range on extent status treeZheng Liu1-52/+1
2012-11-08ext4: let ext4 maintain extent status treeZheng Liu1-3/+35
2012-11-08ext4: remove code duplication in ext4_get_block_write_nolock()Anatol Pomozov1-39/+24
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-41/+42
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-7/+7