summaryrefslogtreecommitdiff
path: root/fs/zonefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-72/+95
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-02-16zonefs: Improve error handlingDamien Le Moal1-28/+38
2024-02-14zonefs: convert zonefs to use the new mount apiBill O'Donnell1-72/+95
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-1/+1
2024-02-12zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn1-1/+1
2023-12-20zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro1-2/+0
2023-10-18zonefs: convert to new timestamp accessorsJeff Layton1-5/+5
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+5
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal1-8/+1
2023-07-24zonefs: convert to ctime accessor functionsJeff Layton1-3/+5
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-14zonefs: use iomap for synchronous direct writesDamien Le Moal1-1/+8
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-02-23Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1213/+674
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2023-01-23zonefs: Cache zone group directory inodesDamien Le Moal1-0/+48
2023-01-23zonefs: Dynamically create file inodes when neededDamien Le Moal1-99/+248
2023-01-23zonefs: Separate zone information from inode informationDamien Le Moal1-230/+341
2023-01-23zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal1-5/+7
2023-01-23zonefs: Simplify IO error handlingDamien Le Moal1-51/+59
2023-01-23zonefs: Reorganize codeDamien Le Moal1-915/+58
2023-01-19quota: port to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-16zonefs: Detect append writes at invalid locationsDamien Le Moal1-0/+22
2022-11-25zonefs: Fix active zone accountingDamien Le Moal1-0/+11
2022-11-22zonefs: Fix race between modprobe and mountZhang Xiaoxu1-6/+6
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal1-10/+27
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-8/+0
2022-08-04Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+7
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+10
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-07-22zonefs: remove ->writepageChristoph Hellwig1-8/+0
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-3/+2
2022-07-07zonefs: Call page_address() on page acquired with GFP_KERNEL flagFabio M. De Francesco1-9/+7
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-9/+8
2022-06-26attr: port attribute changes to new typesChristian Brauner1-1/+1
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+1
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1
2022-06-08zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+64
2022-06-08zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal1-2/+5
2022-06-08zonefs: fix handling of explicit_open option on mountDamien Le Moal1-6/+6
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+4
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+2
2022-05-24zonefs: Fix zonefs_init_file_inode() return valueDamien Le Moal1-2/+2
2022-05-24Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-48/+138