aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2015-05-21ext4: convert write_begin methods to stable_page_writes semanticsv3.10/topic/miscDmitry Monakhov
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-11ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o
2013-04-11ext4: use io_end for multiple biosJan Kara
2013-04-09ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov
2013-04-09ext4: introduce reserved spaceLukas Czerner
2013-04-09ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney
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