summaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
AgeCommit message (Expand)Author
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher
2017-08-31ext2: perform dax_device lookup at mountDan Williams
2017-07-13ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2016-12-26ext2: Return BH_New buffers for zeroed blocksJan Kara
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-07ext2: reject inodes with negative sizeDarrick J. Wong
2016-11-20ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara
2016-11-04ext2: Use clean_bdev_aliases() instead of iterationJan Kara
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