summaryrefslogtreecommitdiffstats
path: root/fs/zonefs/super.c
Commit message (Expand)AuthorAgeFilesLines
* zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-101-1/+1
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-03-121-72/+95
|\
| * zonefs: convert zonefs to use the new mount apiBill O'Donnell2024-02-141-72/+95
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-1/+1
|\ \
| * | block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-1/+1
| * | zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn2024-02-121-1/+1
| |/
* / zonefs: Improve error handlingDamien Le Moal2024-02-161-28/+38
|/
* zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro2023-12-201-2/+0
* zonefs: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+5
|\
| * zonefs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+5
* | zonefs: fix synchronous direct writes to sequential filesDamien Le Moal2023-08-101-8/+1
|/
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\
| * zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
* | zonefs: use iomap for synchronous direct writesDamien Le Moal2023-06-141-1/+8
|/
* 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