aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22ext4: only call ext4_truncate when size <= isizeJosef Bacik
2015-06-21ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-06-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o
2015-05-10ext4: switch to simple_follow_link()Al Viro
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o
2015-04-02ext4: remove unused header filesSheng Yong
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-16ext4: add DAX functionalityRoss Zwisler
2015-02-12ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o
2014-09-01ext4: fix comments about get_blocksSeunghun Lee