summaryrefslogtreecommitdiffstats
path: root/fs/zonefs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-02-221-1213/+674
|\
| * zonefs: Cache zone group directory inodesDamien Le Moal2023-01-231-0/+48
| * zonefs: Dynamically create file inodes when neededDamien Le Moal2023-01-231-99/+248
| * zonefs: Separate zone information from inode informationDamien Le Moal2023-01-231-230/+341
| * zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal2023-01-231-5/+7
| * zonefs: Simplify IO error handlingDamien Le Moal2023-01-231-51/+59
| * zonefs: Reorganize codeDamien Le Moal2023-01-231-915/+58
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-5/+5
|\ \ | |/ |/|
| * quota: port to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-161-0/+22
|/
* zonefs: Fix active zone accountingDamien Le Moal2022-11-251-0/+11
* zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-11-161-10/+27
* 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-021-12/+10
|\ \ \
| * | | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-3/+2
| * | | 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-231-48/+138
|\ \
| * | zonefs: Add active seq file accountingDamien Le Moal2022-04-211-6/+65
| * | zonefs: Export open zone resource information through sysfsDamien Le Moal2022-04-211-4/+20
| * | zonefs: Always do seq file write open accountingDamien Le Moal2022-04-211-34/+46
| * | zonefs: Rename super block information fieldsDamien Le Moal2022-04-211-7/+10
| * | 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