aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
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
2013-03-10ext4: reserve metadata block for every delayed writeLukas Czerner
2013-03-10ext4: do not use yield()Lukas Czerner
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu
2013-02-18ext4: track all extent status in extent status treeZheng Liu
2013-02-18ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flagZheng Liu
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu
2013-02-15ext4: use ERR_PTR() abstraction for ext4_append()Theodore Ts'o
2013-02-14ext4: add debugging context for warning in ext4_da_update_reserve_space()Theodore Ts'o
2013-02-14ext4: use KERN_WARNING for warning messagesTheodore Ts'o
2013-02-09ext4: grab page before starting transaction handle in write_begin()Theodore Ts'o
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2013-01-29ext4: fix possible use-after-free with AIOJan Kara
2013-01-28ext4: fix ext4_writepage() to achieve data=ordered guaranteesJan Kara
2013-01-28ext4: simplify mpage_add_bh_to_extent()Jan Kara
2013-01-28ext4: dirty page has always buffers attachedJan Kara
2013-01-28ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()Jan Kara
2013-01-28ext4: Always use ext4_bio_write_page() for writeoutJan Kara
2013-01-28ext4: add punching hole support for non-extent-mapped filesZheng Liu
2013-01-16ext4: add tracepoint in punching holeZheng Liu
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie
2012-12-25ext4: fix deadlock in journal_unmap_buffer()Jan Kara
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara
2012-12-10ext4: let ext4_truncate handle inline data correctlyTao Ma
2012-12-10ext4: add delalloc support for inline dataTao Ma
2012-12-10ext4: add journalled write support for inline dataTao Ma
2012-12-10ext4: add normal write support for inline dataTao Ma
2012-12-10ext4: add read support for inline dataTao Ma
2012-12-10ext4: add the basic function for inline data supportTao Ma
2012-12-02ext4: move extra inode read to a new functionTao Ma