aboutsummaryrefslogtreecommitdiff
path: root/fs/zonefs
AgeCommit message (Expand)AuthorFilesLines
2024-04-10zonefs: Use str_plural() to fix Coccinelle warningGravatar Thorsten Blum 1-1/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-72/+95
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-1/+2
2024-02-16zonefs: Improve error handlingGravatar Damien Le Moal 2-43/+65
2024-02-14zonefs: convert zonefs to use the new mount apiGravatar Bill O'Donnell 1-72/+95
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtGravatar Johannes Thumshirn 1-1/+1
2024-02-12zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callGravatar Johannes Thumshirn 1-1/+1
2024-02-01iomap: pass the length of the dirty region to ->map_blocksGravatar Christoph Hellwig 1-1/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+0
2023-12-20zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeGravatar Al Viro 1-2/+0
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-10-18zonefs: convert to new timestamp accessorsGravatar Jeff Layton 1-5/+5
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-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+5
2023-08-10zonefs: fix synchronous direct writes to sequential filesGravatar Damien Le Moal 3-118/+4
2023-07-25iomap: Add per-block dirty state tracking to improve performanceGravatar Ritesh Harjani (IBM) 1-1/+1
2023-07-24zonefs: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+5
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/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+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 3-97/+120
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeGravatar Christoph Hellwig 1-3/+1
2023-05-31zonefs: use __bio_add_page for adding single page to bioGravatar Johannes Thumshirn 1-1/+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-02-22Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 6-1243/+1656
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2023-02-13zonefs: make kobj_type structure constantGravatar Thomas Weißschuh 1-1/+1
2023-01-23zonefs: Cache zone group directory inodesGravatar Damien Le Moal 2-0/+49
2023-01-23zonefs: Dynamically create file inodes when neededGravatar Damien Le Moal 2-99/+257
2023-01-23zonefs: Separate zone information from inode informationGravatar Damien Le Moal 4-304/+449
2023-01-23zonefs: Reduce struct zonefs_inode_info sizeGravatar Damien Le Moal 3-29/+42
2023-01-23zonefs: Simplify IO error handlingGravatar Damien Le Moal 2-55/+64
2023-01-23zonefs: Reorganize codeGravatar Damien Le Moal 4-916/+955
2023-01-19quota: port to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-16zonefs: Detect append writes at invalid locationsGravatar Damien Le Moal 1-0/+22
2022-11-25zonefs: Fix active zone accountingGravatar Damien Le Moal 2-2/+15
2022-11-22zonefs: Fix race between modprobe and mountGravatar Zhang Xiaoxu 1-6/+6
2022-11-16zonefs: Remove to_attr() helper functionGravatar Damien Le Moal 1-5/+0
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Gravatar Damien Le Moal 1-10/+27
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-8/+0
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+7