summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner
2014-05-12ext4: make local functions staticStephen Hemminger
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-20ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-24ext4: fix comment typoMatthew Wilcox
2014-03-24ext4: make ext4_block_zero_page_range staticMatthew Wilcox
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-24ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o
2014-03-20ext4: kill i_version support for Hurd-castrated file systemsTheodore Ts'o
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner
2014-03-04ext4: Speedup WB_SYNC_ALL pass called from sync(2)Jan Kara
2014-02-20ext4: avoid exposure of stale data in ext4_punch_hole()Maxim Patlasov
2014-02-20ext4: avoid possible overflow in ext4_map_blocks()Theodore Ts'o
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-07ext4: don't pass freed handle to ext4_walk_page_buffersTheodore Ts'o
2014-01-06ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZEYongqiang Yang
2014-01-06ext4: enable punch hole for bigallocZheng Liu
2013-12-18ext4: fix deadlock when writing in ENOSPC conditionsJan Kara
2013-12-05fs: fix iversion handlingChristoph Hellwig
2013-11-11ext4: return non-zero st_blocks for inline dataAndreas Dilger
2013-10-30ext4: pair trace_ext4_writepages & trace_ext4_writepages_resultMing Lei
2013-10-17ext4: fix performance regression in ext4_writepagesMing Lei
2013-10-16ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()Jan Kara
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-09-16ext4: fix performance regression in writeback of random writesJan Kara
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov