summaryrefslogtreecommitdiff
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* quota: port to mnt_idmapChristian Brauner2023-01-191-5/+4
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+4
* Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-6/+0
|\
| * ext2: remove ->writepageChristoph Hellwig2022-11-211-6/+0
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-49/+4
|\
| * ext2: remove nobh supportChristoph Hellwig2022-08-021-48/+3
| * mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-2/+2
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-4/+4
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-2/+2
|/
* fs: Fix syntax errors in commentsXiang wangx2022-06-061-1/+1
* Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-251-1/+0
|\
| * fs: ext2: Fix duplicate included linux/dax.hHaowen Bai2022-04-041-1/+0
* | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-4/+4
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-4/+2
* | fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
|/
* fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-4/+4
* fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+2
* fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-2/+6
* fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-3/+4
* 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