summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-6/+6
|\
| * ext2: Convert to using invalidate_lockJan Kara2021-07-131-6/+6
* | ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-271-2/+8
* | ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig2021-07-261-5/+0
|/
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* ext2: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* ext2: remove duplicate includeWang Hai2020-08-281-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* ext2: fix some incorrect comments in inode.cChengguang Xu2020-07-091-5/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-6/+4
|/
* dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-2/+3
* Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-301-2/+5
|\
| * ext2: check err when partial != NULLChengguang Xu2019-11-051-2/+5
* | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+1
|/
* ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2
* 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/+0
* 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/+3
* 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-131-2/+2
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-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/+0
* | ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-051-1/+1
|/
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-2/+2
* 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
|/