index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
zonefs
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
-1
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
-2
/
+3
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-2
/
+2
2025-08-12
zonefs: correct some spelling mistakes
Xichao Zhao
-3
/
+3
2025-07-28
Merge tag 'zonefs-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-15
/
+25
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
-1
/
+2
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
-0
/
+1
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
-12
/
+16
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
-2
/
+6
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
-4
/
+6
2025-06-13
zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE
Johannes Thumshirn
-2
/
+3
2025-05-07
zonefs: use bdev_rw_virt in zonefs_read_super
Christoph Hellwig
-22
/
+12
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
-1
/
+1
2024-10-02
Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+1
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
-1
/
+1
2024-08-20
zonefs: add support for FS_IOC_GETFSSYSFSPATH
Liao Chen
-0
/
+1
2024-06-11
zonefs: enable support for large folios
Johannes Thumshirn
-0
/
+1
2024-04-10
zonefs: Use str_plural() to fix Coccinelle warning
Thorsten Blum
-1
/
+1
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-1
/
+1
2024-03-12
Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
-72
/
+95
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+1
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-1
/
+2
2024-02-16
zonefs: Improve error handling
Damien Le Moal
-43
/
+65
2024-02-14
zonefs: convert zonefs to use the new mount api
Bill O'Donnell
-72
/
+95
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
-1
/
+1
2024-02-12
zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
Johannes Thumshirn
-1
/
+1
2024-02-01
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
-1
/
+2
2024-01-11
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-2
/
+0
2023-12-20
zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode
Al Viro
-2
/
+0
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
-1
/
+1
2023-10-18
zonefs: convert to new timestamp accessors
Jeff Layton
-5
/
+5
2023-08-28
Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-1
/
+1
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-3
/
+5
2023-08-10
zonefs: fix synchronous direct writes to sequential files
Damien Le Moal
-118
/
+4
2023-07-25
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
-1
/
+1
2023-07-24
zonefs: convert to ctime accessor functions
Jeff Layton
-3
/
+5
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+1
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+1
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+39
2023-06-14
zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
-1
/
+1
2023-06-14
zonefs: use iomap for synchronous direct writes
Damien Le Moal
-97
/
+120
2023-06-09
iomap: update ki_pos in iomap_file_buffered_write
Christoph Hellwig
-3
/
+1
2023-05-31
zonefs: use __bio_add_page for adding single page to bio
Johannes Thumshirn
-1
/
+1
2023-05-24
zonefs: Provide a splice-read wrapper
David Howells
-1
/
+39
2023-03-30
zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space
Damien Le Moal
-2
/
+12
[next]