summaryrefslogtreecommitdiffstats
path: root/fs/zonefs
Commit message (Expand)AuthorAgeFilesLines
* iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
* zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\ \
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/
* | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+1
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
|/
* zonefs: add MODULE_ALIAS_FSNaohiro Aota2021-12-171-0/+1
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-2/+2
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+2
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-1/+1
|/
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-302-22/+8
|\
| * zonefs: Convert to using invalidate_lockJan Kara2021-07-132-22/+8
* | zonefs: remove redundant null bio checkXianting Tian2021-07-161-3/+0
|/
* mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+1
* Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu2021-03-171-4/+3
* | zonefs: Fix O_APPEND async write handlingDamien Le Moal2021-03-161-10/+68
* | zonefs: prevent use of seq files as swap fileDamien Le Moal2021-03-161-0/+16
|/
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+5
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-0/+116
|\ \
| * | zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki2021-02-181-0/+3
| * | zonefs: add tracepoints for file operationsJohannes Thumshirn2021-02-163-0/+113
| |/
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-7/+6
|\ \
| * | zonefs: use zone write granularity as block sizeDamien Le Moal2021-02-101-5/+4
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| * | zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig2021-01-271-1/+1
| |/
* / iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-2/+2
|/
* zonefs: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
* zonefs: fix page reference and BIO leakDamien Le Moal2020-12-101-6/+8
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | zonefs: open/close zone on file open/closeJohannes Thumshirn2020-09-152-4/+189
* | zonefs: provide no-lock zonefs_io_error variantJohannes Thumshirn2020-09-151-3/+8
* | zonefs: introduce helper for zone managementJohannes Thumshirn2020-09-151-7/+22
|/
* zonefs: add zone-capacity supportJohannes Thumshirn2020-08-112-4/+15
* Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-061-2/+5
|\
| * iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-051-2/+5