aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-6/+6
2021-07-27ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig1-2/+8
2021-07-26ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig1-5/+0
2021-07-13ext2: Convert to using invalidate_lockJan Kara1-6/+6
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
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/tytso/ext4Linus 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/jack/linux-fsLinus 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/tytso/ext4Linus 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/git/nvdimm/nvdimmLinus 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/jack/linux-fsLinus 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