summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-261-2/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-0/+4
|\
| * ext2: reject inodes with negative sizeDarrick J. Wong2016-12-071-0/+4
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-6/+3
|\ \
| * | ext2: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-041-6/+3
* | | ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-201-3/+8
| |/ |/|
* | ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-10-181-3/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-19/+81
|\ \
| * | ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-031-1/+1
| * | ext2: use iomap to implement DAXChristoph Hellwig2016-09-191-5/+58
| * | ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-191-15/+24
| |/
* | ext2: Unmap metadata when zeroing blocksJan Kara2016-09-271-0/+10
|/
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+10
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-6/+6
|\
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-4/+4
| * ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-171-2/+2
| * ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-171-1/+1
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+4
|/
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-0/+8
* dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-2/+4
* ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-271-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-0/+10
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* ext2: Handle error from dquot_initalize()Jan Kara2015-07-231-2/+5
* ext2: use simple_follow_link()Al Viro2015-05-101-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-6/+5
|\ \ | |/
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-4/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-3/+3
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-6/+1
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-161-1/+0
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-1/+1
* vfs: remove get_xip_memMatthew Wilcox2015-02-161-1/+0
* dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-161-1/+1
* dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-161-3/+5
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-161-1/+7
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-161-3/+6
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-2/+2
OpenPOWER on IntegriCloud