Age | Commit message (Expand) | Author |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | ext2: remove nobh support | Christoph Hellwig |
2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner |
2022-06-26 | quota: port quota helpers mount ids | Christian Brauner |
2022-06-26 | fs: port to iattr ownership update helpers | Christian Brauner |
2022-06-06 | fs: Fix syntax errors in comments | Xiang wangx |
2022-05-25 | Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove aop flags parameter from nobh_write_begin() | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) |
2022-04-04 | fs: ext2: Fix duplicate included linux/dax.h | Haowen Bai |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) |
2021-12-04 | fsdax: shift partition offset handling into the file systems | Christoph Hellwig |
2021-12-04 | fsdax: decouple zeroing from the iomap buffered I/O code | Christoph Hellwig |
2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-07-27 | ext2: use iomap_fiemap to implement ->fiemap | Christoph Hellwig |
2021-07-26 | ext2: make ext2_iomap_ops available unconditionally | Christoph Hellwig |
2021-07-13 | ext2: Convert to using invalidate_lock | Jan Kara |
2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2020-11-23 | ext2: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-08-28 | ext2: remove duplicate include | Wang Hai |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-09 | ext2: fix some incorrect comments in inode.c | Chengguang Xu |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) |
2020-01-03 | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() | Vivek Goyal |
2019-11-30 | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2019-11-05 | ext2: check err when partial != NULL | Chengguang Xu |
2019-10-21 | iomap: use a srcmap for a read-modify-write I/O | Goldwyn Rodrigues |
2019-06-19 | ext2: Always brelse bh on failure in ext2_iget() | Jan Kara |
2019-06-19 | ext2: add missing brelse() in ext2_iget() | Chengguang Xu |
2019-06-12 | ext2: Fix a typo in ext2_getattr argument | Fumiya Shigemitsu |
2019-03-26 | ext2: Adjust the comment of function ext2_alloc_branch | Shuning Zhang |
2019-02-18 | ext2: support statx syscall | yangerkun |
2019-01-29 | ext2: Fix a typo in comment | Liu Xiang |
2019-01-28 | ext2: Annotate implicit fall through in __ext2_truncate_blocks | Mathieu Malaterre |
2018-09-19 | ext2, dax: set ext2_dax_aops for dax files | Toshi Kani |
2018-06-27 | ext2: use ktime_get_real_seconds for timestamps | Arnd Bergmann |
2018-05-21 | ext2: fix a block leak | Al Viro |