aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
AgeCommit message (Expand)Author
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
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara
2013-01-21Ext2: free memory allocated and forget buffer head when io error happensWang Shilong
2012-07-31ext2: Implement freezingJan Kara
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi