summaryrefslogtreecommitdiff
path: root/fs/zonefs
AgeCommit message (Expand)Author
2024-02-16zonefs: Improve error handlingDamien Le Moal
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-12-20zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-10-18zonefs: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)
2023-07-24zonefs: convert to ctime accessor functionsJeff Layton
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-14zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-14zonefs: use iomap for synchronous direct writesDamien Le Moal
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal
2023-03-21zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal
2023-03-21zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal
2023-02-22Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-13zonefs: make kobj_type structure constantThomas Weißschuh
2023-01-23zonefs: Cache zone group directory inodesDamien Le Moal
2023-01-23zonefs: Dynamically create file inodes when neededDamien Le Moal
2023-01-23zonefs: Separate zone information from inode informationDamien Le Moal
2023-01-23zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal
2023-01-23zonefs: Simplify IO error handlingDamien Le Moal
2023-01-23zonefs: Reorganize codeDamien Le Moal
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-16zonefs: Detect append writes at invalid locationsDamien Le Moal
2022-11-25zonefs: Fix active zone accountingDamien Le Moal
2022-11-22zonefs: Fix race between modprobe and mountZhang Xiaoxu
2022-11-16zonefs: Remove to_attr() helper functionDamien Le Moal
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-22zonefs: remove ->writepageChristoph Hellwig
2022-07-14fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-07zonefs: Call page_address() on page acquired with GFP_KERNEL flagFabio M. De Francesco
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig