summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)Author
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26ext2: Use kvmalloc() for group descriptor arrayJan Kara
2022-09-26ext2: Add sanity checks for group and filesystem sizeJan Kara
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-11ext2: replace bh_submit_read() helper with bh_read()Zhang Yi
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara
2022-08-02ext2: remove nobh supportChristoph Hellwig
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-26ext2: Add more validity checks for inode countsJan Kara
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-14fs/ext2: replace ternary operator with min_t()Jiangshan Yi
2022-06-29ext2: Remove check for PageErrorMatthew 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-16ext2: fix fs corruption when trying to remove a non-empty directory with IO e...Ye Bin
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-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
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)
2022-02-25ext2: correct max file size computingZhang Yi
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds