aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
AgeCommit message (Expand)Author
2023-07-23ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02ext2: remove nobh supportChristoph Hellwig
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-06-26fs: port to iattr ownership update helpersChristian Brauner
2022-06-06fs: Fix syntax errors in commentsXiang wangx
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-04-04fs: ext2: Fix duplicate included linux/dax.hHaowen Bai
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
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