Age | Commit message (Expand) | Author |
2022-06-08 | zonefs: fix zonefs_iomap_begin() for reads | Damien Le Moal |
2022-06-08 | zonefs: Do not ignore explicit_open with active zone limit | Damien Le Moal |
2022-06-08 | zonefs: fix handling of explicit_open option on mount | Damien Le Moal |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2022-05-24 | zonefs: Fix zonefs_init_file_inode() return value | Damien Le Moal |
2022-05-23 | Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig |
2022-05-09 | iomap: Convert to release_folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Convert iomap_readpage to iomap_read_folio | Matthew Wilcox (Oracle) |
2022-04-21 | zonefs: Fix management of open zones | Damien Le Moal |
2022-04-21 | zonefs: Clear inode information flags on inode creation | Damien Le Moal |
2022-04-21 | zonefs: Add active seq file accounting | Damien Le Moal |
2022-04-21 | zonefs: Export open zone resource information through sysfs | Damien Le Moal |
2022-04-21 | zonefs: Always do seq file write open accounting | Damien Le Moal |
2022-04-21 | zonefs: Rename super block information fields | Damien Le Moal |
2022-04-21 | zonefs: Fix management of open zones | Damien Le Moal |
2022-04-21 | zonefs: Clear inode information flags on inode creation | Damien Le Moal |
2022-04-17 | block: add a bdev_max_zone_append_sectors helper | Christoph Hellwig |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) |
2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_init | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2021-12-17 | zonefs: add MODULE_ALIAS_FS | Naohiro Aota |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher |
2021-10-18 | block: switch polling to be bio based | 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-16 | zonefs: remove redundant null bio check | Xianting Tian |
2021-07-13 | zonefs: Convert to using invalidate_lock | Jan Kara |
2021-06-29 | mm: move page dirtying prototypes from mm.h | Matthew Wilcox (Oracle) |
2021-06-29 | iomap: use __set_page_dirty_nobuffers | Matthew Wilcox (Oracle) |
2021-04-29 | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-04-19 | fs: introduce a wrapper uuid_to_fsid() | Amir Goldstein |
2021-03-17 | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() | Chao Yu |
2021-03-16 | zonefs: Fix O_APPEND async write handling | Damien Le Moal |
2021-03-16 | zonefs: prevent use of seq files as swap file | Damien Le Moal |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-22 | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-18 | zonefs: Fix file size of zones in full condition | Shin'ichiro Kawasaki |
2021-02-16 | zonefs: add tracepoints for file operations | Johannes Thumshirn |
2021-02-10 | zonefs: use zone write granularity as block size | Damien Le Moal |