summaryrefslogtreecommitdiffstats
path: root/fs/zonefs/file.c
Commit message (Expand)AuthorAgeFilesLines
* zonefs: Improve error handlingDamien Le Moal2024-02-161-15/+27
* fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\
| * iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-1/+1
* | zonefs: fix synchronous direct writes to sequential filesDamien Le Moal2023-08-101-108/+3
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+1
|\
| * iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-091-3/+1
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+39
|\ \
| * | zonefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+39
| |/
* | zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-141-1/+1
* | zonefs: use iomap for synchronous direct writesDamien Le Moal2023-06-141-96/+110
|/
* 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
* zonefs: Separate zone information from inode informationDamien Le Moal2023-01-231-44/+55
* zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal2023-01-231-21/+14
* zonefs: Reorganize codeDamien Le Moal2023-01-231-0/+874