aboutsummaryrefslogtreecommitdiff
path: root/fs/zonefs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2023-08-10zonefs: fix synchronous direct writes to sequential filesGravatar Damien Le Moal 1-108/+3
2023-07-25iomap: Add per-block dirty state tracking to improve performanceGravatar Ritesh Harjani (IBM) 1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+39
2023-06-14zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodGravatar Christoph Hellwig 1-1/+1
2023-06-14zonefs: use iomap for synchronous direct writesGravatar Damien Le Moal 1-96/+110
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeGravatar Christoph Hellwig 1-3/+1
2023-05-24zonefs: Provide a splice-read wrapperGravatar David Howells 1-1/+39
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceGravatar Damien Le Moal 1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeGravatar Damien Le Moal 1-0/+14
2023-03-21zonefs: Fix error message in zonefs_file_dio_append()Gravatar Damien Le Moal 1-1/+1
2023-03-21zonefs: Prevent uninitialized symbol 'size' warningGravatar Damien Le Moal 1-1/+1
2023-01-23zonefs: Separate zone information from inode informationGravatar Damien Le Moal 1-44/+55
2023-01-23zonefs: Reduce struct zonefs_inode_info sizeGravatar Damien Le Moal 1-21/+14
2023-01-23zonefs: Reorganize codeGravatar Damien Le Moal 1-0/+874