summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-21ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-21ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o1-4/+7
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-47/+38
2013-05-11ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o1-47/+38
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o1-2/+3
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o1-1/+5
2013-04-11ext4: use io_end for multiple biosJan Kara1-38/+47
2013-04-09ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov1-4/+4
2013-04-09ext4: introduce reserved spaceLukas Czerner1-1/+10
2013-04-09ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney1-7/+8
2013-04-08ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck1-3/+8
2013-04-03ext4: print more info in ext4_print_free_blocks()Lukas Czerner1-5/+8
2013-04-03ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o1-2/+1
2013-04-03ext4: 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-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