summaryrefslogtreecommitdiff
path: root/fs/zonefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-8/+0
|\
| * zonefs: remove ->writepageChristoph Hellwig2022-07-221-8/+0
* | Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-9/+7
|\ \
| * | zonefs: Call page_address() on page acquired with GFP_KERNEL flagFabio M. De Francesco2022-07-071-9/+7
| |/
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\ \
| * | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-1/+1
|\ \ \
| * | | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| | |/ | |/|
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-022-14/+12
|\ \ \
| * | | fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche2022-07-141-1/+1
| * | | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-142-4/+3
| * | | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-9/+8
| |/ /
* | | attr: port attribute changes to new typesChristian Brauner2022-06-261-1/+1
* | | quota: port quota helpers mount idsChristian Brauner2022-06-261-1/+1
|/ /
* | zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal2022-06-081-30/+64
* | zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal2022-06-081-2/+5
* | zonefs: fix handling of explicit_open option on mountDamien Le Moal2022-06-081-6/+6
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-4/+4
|\
| * 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
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-2/+2
|\ \
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+2
| |/
* | zonefs: Fix zonefs_init_file_inode() return valueDamien Le Moal2022-05-241-2/+2
* | Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-234-51/+294
|\ \
| * | zonefs: Add active seq file accountingDamien Le Moal2022-04-213-6/+83
| * | zonefs: Export open zone resource information through sysfsDamien Le Moal2022-04-214-5/+156
| * | zonefs: Always do seq file write open accountingDamien Le Moal2022-04-211-34/+46
| * | zonefs: Rename super block information fieldsDamien Le Moal2022-04-212-9/+12
| * | 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.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-2/+1
|\ \ \ | |_|/ |/| |
| * | block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-171-2/+1
| |/
* | 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
|/