aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-26ext2: Return BH_New buffers for zeroed blocksGravatar Jan Kara 1-2/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+4
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+3
2016-12-07ext2: reject inodes with negative sizeGravatar Darrick J. Wong 1-0/+4
2016-11-20ext2: use iomap_zero_range() for zeroing truncated page in DAX pathGravatar Jan Kara 1-3/+8
2016-11-04ext2: Use clean_bdev_aliases() instead of iterationGravatar Jan Kara 1-6/+3
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningGravatar Arnd Bergmann 1-3/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-19/+81
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginGravatar Christoph Hellwig 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-09-27ext2: Unmap metadata when zeroing blocksGravatar Jan Kara 1-0/+10
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-19ext2: use iomap to implement DAXGravatar Christoph Hellwig 1-5/+58
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksGravatar Christoph Hellwig 1-15/+24
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockGravatar Carlos Maiolino 1-0/+10
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsGravatar Matthew Wilcox 1-4/+4
2016-05-17ext2: Avoid DAX zeroing to corrupt dataGravatar Jan Kara 1-2/+2
2016-05-17ext2: Fix block zeroing in ext2_get_blocks() for DAXGravatar Jan Kara 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+4
2016-02-27dax: move writeback calls into the filesystemsGravatar Ross Zwisler 1-0/+8
2016-02-27dax: give DAX clearing code correct bdevGravatar Ross Zwisler 1-2/+4
2016-02-27ext2, ext4: only set S_DAX for regular inodesGravatar Ross Zwisler 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-10-19ext2: Add locking for DAX faultsGravatar Ross Zwisler 1-0/+10
2015-09-08dax: move DAX-related functions to a new headerGravatar Matthew Wilcox 1-0/+1
2015-07-23ext2: Handle error from dquot_initalize()Gravatar Jan Kara 1-2/+5
2015-05-10ext2: use simple_follow_link()Gravatar Al Viro 1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+5
2015-04-15dax: unify ext2/4_{dax,}_file_operationsGravatar Boaz Harrosh 1-4/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from dax_{do_,}io()Gravatar Omar Sandoval 1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Gravatar Matthew Wilcox 1-3/+3
2015-02-16ext2: remove ext2_aops_xipGravatar Matthew Wilcox 1-6/+1
2015-02-16ext2: remove xip.c and xip.hGravatar Matthew Wilcox 1-1/+0
2015-02-16ext2: remove ext2_use_xipGravatar Matthew Wilcox 1-1/+1
2015-02-16vfs: remove get_xip_memGravatar Matthew Wilcox 1-1/+0
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageGravatar Matthew Wilcox 1-1/+1
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksGravatar Matthew Wilcox 1-3/+5
2015-02-16dax,ext2: replace XIP read and write with DAX I/OGravatar Matthew Wilcox 1-1/+7
2015-02-16vfs,ext2: introduce IS_DAX(inode)Gravatar Matthew Wilcox 1-3/+6
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-2/+2