aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAge
* ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-10-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-06
|\ \
| * | ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-02
| * | ext2: use iomap to implement DAXChristoph Hellwig2016-09-18
| * | ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-18
| |/
* / ext2: Unmap metadata when zeroing blocksJan Kara2016-09-27
|/
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-05
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-26
|\
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-18
| * ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-17
| * ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-17
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
|/
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-27
* dax: give DAX clearing code correct bdevRoss Zwisler2016-02-27
* ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-27
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-19
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-08
* ext2: Handle error from dquot_initalize()Jan Kara2015-07-23
* ext2: use simple_follow_link()Al Viro2015-05-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-16
|\|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
| * Remove rw from dax_{do_,}io()Omar Sandoval2015-04-11
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-15
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-16
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-16
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-16
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-16
* vfs: remove get_xip_memMatthew Wilcox2015-02-16
* dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-16
* dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-16
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-16
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-16
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
* pass iov_iter to ->direct_IO()Al Viro2014-05-06
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2013-11-05
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07