summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2Star
* ext2: add missing brelse() in ext2_iget()Chengguang Xu2019-06-191-0/+1
* ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu2019-06-121-1/+1
* ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang2019-03-261-1/+3
* ext2: support statx syscallyangerkun2019-02-181-0/+26
* ext2: Fix a typo in commentLiu Xiang2019-01-291-1/+1
* ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre2019-01-281-0/+2
* ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-09-191-1/+1
* ext2: use ktime_get_real_seconds for timestampsArnd Bergmann2018-06-271-1/+1
* ext2: fix a block leakAl Viro2018-05-211-10/+0Star
* ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-031-19/+27
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-2/+2
|\
| * iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ext2: perform dax_device lookup at mountDan Williams2017-08-311-8/+3Star
* ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández2017-07-131-0/+1
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-141-2/+2
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-061-1/+8
|\
| * ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-251-1/+8
* | ext2: Remove ext2_get_inode_flags()Jan Kara2017-04-191-20/+0Star
* | ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-051-1/+1
|/
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-311-2/+2
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-271-2/+1Star
* 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-151-6/+3Star
|\ \
| * | ext2: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-041-6/+3Star
* | | ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-211-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-111-2/+2
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-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-061-0/+10
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-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-021-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-091-0/+1
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-0/+10
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-091-0/+1