summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-141-47/+38
|\
| * ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o2013-05-111-47/+38
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
* ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o2013-04-231-2/+3
* ext4: mark metadata blocks using bh flagsTheodore Ts'o2013-04-211-1/+5
* ext4: use io_end for multiple biosJan Kara2013-04-111-38/+47
* ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov2013-04-091-4/+4
* ext4: introduce reserved spaceLukas Czerner2013-04-091-1/+10
* ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney2013-04-091-7/+8
* ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-081-3/+8
* ext4: print more info in ext4_print_free_blocks()Lukas Czerner2013-04-031-5/+8
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-031-2/+1
* ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o2013-04-031-0/+7
* ext4: refactor truncate codeTheodore Ts'o2013-04-031-3/+71
* ext4: refactor punch hole codeTheodore Ts'o2013-04-031-5/+175
* ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu2013-04-031-40/+27
* ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-031-96/+29
* Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-211-8/+174
|\
| * ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-201-1/+2
| * ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o2013-03-201-2/+2
| * ext4: reserve metadata block for every delayed writeLukas Czerner2013-03-101-2/+61
| * ext4: do not use yield()Lukas Czerner2013-03-101-1/+1
| * ext4: fix WARN_ON from ext4_releasepage()Jan Kara2013-03-101-2/+2
| * ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-101-0/+10
| * ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-101-0/+96
* | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-281-6/+2
|\ \
| * | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-121-6/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\ \ \
| * | | new helper: file_inode(file)Al Viro2013-02-221-3/+3
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-02-261-367/+297
|\ \ \ | | |/ | |/|
| * | ext4: lookup block mapping in extent status treeZheng Liu2013-02-181-2/+64
| * | ext4: track all extent status in extent status treeZheng Liu2013-02-181-25/+51
| * | ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flagZheng Liu2013-02-181-9/+3
| * | ext4: add physical block and status member into extent status treeZheng Liu2013-02-181-1/+2
| * | ext4: use ERR_PTR() abstraction for ext4_append()Theodore Ts'o2013-02-151-0/+2
| * | ext4: add debugging context for warning in ext4_da_update_reserve_space()Theodore Ts'o2013-02-141-5/+7
| * | ext4: use KERN_WARNING for warning messagesTheodore Ts'o2013-02-141-3/+3
| * | ext4: grab page before starting transaction handle in write_begin()Theodore Ts'o2013-02-091-43/+68
| * | ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-13/+20
| * | ext4: fix possible use-after-free with AIOJan Kara2013-01-291-1/+1
| * | ext4: fix ext4_writepage() to achieve data=ordered guaranteesJan Kara2013-01-281-12/+18
| * | ext4: simplify mpage_add_bh_to_extent()Jan Kara2013-01-281-20/+9
| * | ext4: dirty page has always buffers attachedJan Kara2013-01-281-109/+38
| * | ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()Jan Kara2013-01-281-11/+2
| * | ext4: Always use ext4_bio_write_page() for writeoutJan Kara2013-01-281-115/+14
| * | ext4: add punching hole support for non-extent-mapped filesZheng Liu2013-01-281-4/+2
| * | ext4: add tracepoint in punching holeZheng Liu2013-01-161-0/+2
| * | ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-121-3/+3
| * | ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-6/+3
| |/
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-211-1/+1
|/
OpenPOWER on IntegriCloud