summaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-28ext2: remove duplicate includeWang Hai1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu1-5/+2
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-6/+4
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-2/+3
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+5
2019-11-05ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-1/+1
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara1-4/+2
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu1-0/+1
2019-06-12ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu1-1/+1
2019-03-26ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang1-1/+3
2019-02-18ext2: support statx syscallyangerkun1-0/+26
2019-01-29ext2: Fix a typo in commentLiu Xiang1-1/+1
2019-01-28ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre1-0/+2
2018-09-19ext2, dax: set ext2_dax_aops for dax filesToshi Kani1-1/+1
2018-06-27ext2: use ktime_get_real_seconds for timestampsArnd Bergmann1-1/+1
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams1-19/+27
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-2/+2
2017-08-31ext2: perform dax_device lookup at mountDan Williams1-8/+3
2017-07-13ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández1-0/+1
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-1/+8
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara1-20/+0
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara1-1/+1
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-2/+2
2016-12-26ext2: Return BH_New buffers for zeroed blocksJan Kara1-2/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+4
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2016-12-07ext2: reject inodes with negative sizeDarrick J. Wong1-0/+4
2016-11-20ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara1-3/+8
2016-11-04ext2: Use clean_bdev_aliases() instead of iterationJan Kara1-6/+3
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-3/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+81
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara1-0/+10
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig1-5/+58
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig1-15/+24
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino1-0/+10