summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2016-05-04ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-03-03ext4: fix bh->b_state corruptionJan Kara
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-07-28ext4: update c/mtime on truncate upEryu Guan
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-07-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-01ext4: fix fencepost error in lazytime optimizationTheodore Ts'o
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