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
7 hours
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ms...
Mark Brown
5 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
7 days
fuse: fall back to copy_splice_read() on FOPEN_DIRECT_IO
Miklos Szeredi
7 days
fuse: don't bump attr_version for async direct read completion
Jingbo Xu
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-08-24
fuse: zero the partial EOF page when extending a file
Jimmy Zuber
2026-08-24
fuse: invalidate the correct range after O_APPEND direct write
Baokun Li
2026-08-18
fuse: fix invalidate lock leak on open O_TRUNC DAX failure
Baokun Li
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
2026-07-31
fuse: convert iomap ops to ->iomap_next()
Joanne Koong
2026-07-31
fuse: use iomap helper to mark folio uptodate
Joanne Koong
2026-07-31
fuse: don't clear folio uptodate on writethrough errors
Joanne Koong
2026-07-08
fuse: use iomap helper to mark folio uptodate
Joanne Koong
2026-07-08
fuse: don't clear folio uptodate on writethrough errors
Joanne Koong
2026-07-01
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
[next]