summaryrefslogtreecommitdiff
path: root/fs/zonefs
Commit message (Expand)AuthorAgeFilesLines
* zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal2023-03-301-2/+12
* zonefs: Always invalidate last cached page on append writeDamien Le Moal2023-03-301-0/+14
* zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal2023-03-211-1/+1
* zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal2023-03-211-1/+1
* Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-02-226-1243/+1656
|\
| * zonefs: make kobj_type structure constantThomas Weißschuh2023-02-131-1/+1
| * zonefs: Cache zone group directory inodesDamien Le Moal2023-01-232-0/+49
| * zonefs: Dynamically create file inodes when neededDamien Le Moal2023-01-232-99/+257
| * zonefs: Separate zone information from inode informationDamien Le Moal2023-01-234-304/+449
| * zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal2023-01-233-29/+42
| * zonefs: Simplify IO error handlingDamien Le Moal2023-01-232-55/+64
| * zonefs: Reorganize codeDamien Le Moal2023-01-234-916/+955
* | 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-252-2/+15
* zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* zonefs: Remove to_attr() helper functionDamien Le Moal2022-11-161-5/+0
* 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-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