summaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
AgeCommit message (Expand)Author
2019-12-21ext2: check err when partial != NULLChengguang Xu
2018-05-25ext2: fix a block leakAl Viro
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox
2016-05-17ext2: Avoid DAX zeroing to corrupt dataJan Kara
2016-05-17ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-07-23ext2: Handle error from dquot_initalize()Jan Kara
2015-05-10ext2: use simple_follow_link()Al Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
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-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox
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-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2013-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara