summaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
AgeCommit message (Expand)Author
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-27ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig
2021-07-26ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig
2021-07-13ext2: Convert to using invalidate_lockJan Kara
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-28ext2: remove duplicate includeWang Hai
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2019-11-05ext2: check err when partial != NULLChengguang Xu
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu
2019-06-12ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu
2019-03-26ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang
2019-02-18ext2: support statx syscallyangerkun
2019-01-29ext2: Fix a typo in commentLiu Xiang
2019-01-28ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre
2018-09-19ext2, dax: set ext2_dax_aops for dax filesToshi Kani
2018-06-27ext2: use ktime_get_real_seconds for timestampsArnd Bergmann
2018-05-21ext2: fix a block leakAl Viro
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams
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