summaryrefslogtreecommitdiffstats
path: root/fs/zonefs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong-2/+3
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-2/+2
2025-08-12zonefs: correct some spelling mistakesXichao Zhao-3/+3
2025-07-28Merge tag 'zonefs-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+3
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+25
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig-1/+2
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig-12/+16
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig-2/+6
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes-4/+6
2025-06-13zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZEJohannes Thumshirn-2/+3
2025-05-07zonefs: use bdev_rw_virt in zonefs_read_superChristoph Hellwig-22/+12
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig-1/+1
2024-10-02Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik-1/+1
2024-08-20zonefs: add support for FS_IOC_GETFSSYSFSPATHLiao Chen-0/+1
2024-06-11zonefs: enable support for large foliosJohannes Thumshirn-0/+1
2024-04-10zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum-1/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-1/+1
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-72/+95
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+2
2024-02-16zonefs: Improve error handlingDamien Le Moal-43/+65
2024-02-14zonefs: convert zonefs to use the new mount apiBill O'Donnell-72/+95
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn-1/+1
2024-02-12zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn-1/+1
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig-1/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+0
2023-12-20zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro-2/+0
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)-1/+1
2023-10-18zonefs: convert to new timestamp accessorsJeff Layton-5/+5
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-3/+5
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal-118/+4
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)-1/+1
2023-07-24zonefs: convert to ctime accessor functionsJeff Layton-3/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+39
2023-06-14zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig-1/+1
2023-06-14zonefs: use iomap for synchronous direct writesDamien Le Moal-97/+120
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig-3/+1
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn-1/+1
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells-1/+39
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal-2/+12