index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
6 days
fuse: call fuse_send_readpages explicitly from fuse_readahead
Joanne Koong
2026-06-18
Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-06-15
fuse: invalidate page cache after DIO and async DIO writes
Cheng Ding
2026-06-15
fuse: set ff->flock only on success
Zhang Tianci
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
2026-06-15
fuse: convert page array allocation to kcalloc()
William Theesfeld
2026-06-15
fuse: create poll.c
Miklos Szeredi
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
2026-06-15
virtiofs: fix UAF on submount umount
Miklos Szeredi
2026-05-11
fuse: fix writeback array overflow when max_pages is one
Junxi Qian
2026-04-15
Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
2026-03-03
fuse: fix premature writetrhough request for large folio
Jingbo Xu
2026-02-27
fuse: mark DAX inode releases as blocking
Sergio Lopez
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
fs: fuse: fix max() of incompatible types
Arnd Bergmann
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-01-19
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
Joanne Koong
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
2026-01-13
fuse: add setlease file operation
Jeff Layton
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-13
fuse: Always flush the page cache before FOPEN_DIRECT_IO write
Bernd Schubert
2025-11-13
fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
Bernd Schubert
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
2025-11-11
fuse: fix readahead reclaim deadlock
Joanne Koong
2025-11-05
fuse: use iomap for readahead
Joanne Koong
2025-11-05
fuse: use iomap for read_folio
Joanne Koong
2025-09-23
fuse: fix livelock in synchronous file put from fuseblk workers
Darrick J. Wong
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
2025-08-27
fuse: use default writeback accounting
Joanne Koong
2025-08-27
fuse: remove unneeded offset assignment when filling write pages
Joanne Koong
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
2025-08-26
fuse: prevent overflow in copy_file_range return value
Miklos Szeredi
2025-08-26
fuse: check if copy_file_range() returns larger than requested size
Miklos Szeredi
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-28
fuse: remove page alignment check for writeback len
Joanne Koong
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-17
fuse: refactor writeback to use iomap_writepage_ctx inode
Joanne Koong
2025-07-17
fuse: hook into iomap for invalidating and checking partial uptodateness
Joanne Koong
[next]