summaryrefslogtreecommitdiff
path: root/fs/zonefs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+2
2024-02-16zonefs: Improve error handlingDamien Le Moal1-15/+27
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+2
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal1-108/+3
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+39
2023-06-14zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-1/+1
2023-06-14zonefs: use iomap for synchronous direct writesDamien Le Moal1-96/+110
2023-06-10iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig1-3/+1
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells1-1/+39
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal1-0/+14
2023-03-21zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal1-1/+1
2023-03-21zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal1-1/+1
2023-01-23zonefs: Separate zone information from inode informationDamien Le Moal1-44/+55
2023-01-23zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal1-21/+14
2023-01-23zonefs: Reorganize codeDamien Le Moal1-0/+874