index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
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
2025-07-17
fuse: use iomap for folio laundering
Joanne Koong
2025-07-17
fuse: use iomap for writeback
Joanne Koong
2025-07-17
fuse: use iomap for buffered writes
Joanne Koong
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
2025-06-24
fuse: fix fuse_fill_write_pages() upper bound calculation
Joanne Koong
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-05-29
fuse: support large folios for writeback
Joanne Koong
2025-05-29
fuse: support large folios for readahead
Joanne Koong
2025-05-29
fuse: support large folios for queued writes
Joanne Koong
2025-05-29
fuse: support large folios for folio reads
Joanne Koong
2025-05-29
fuse: support large folios for writethrough writes
Joanne Koong
2025-05-29
fuse: refactor fuse_fill_write_pages()
Joanne Koong
2025-05-12
fuse: drop usage of folio_index
Kairui Song
2025-04-15
fuse: remove tmp folio for writebacks and internal rb tree
Joanne Koong
2025-04-15
fuse: Move prefaulting out of hot write path
Dave Hansen
2025-03-17
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
2024-12-13
fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure
Bernd Schubert
2024-12-12
fuse: fix direct io folio offset and length calculation
Joanne Koong
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
2024-11-05
fuse: convert direct io to use folios
Joanne Koong
2024-11-05
fuse: convert writebacks to use folios
Joanne Koong
2024-11-05
fuse: convert writes (non-writeback) to use folios
Joanne Koong
2024-11-05
fuse: convert reads to use folios
Joanne Koong
2024-10-25
fuse: use the folio based vmstat helpers
Josef Bacik
2024-10-25
fuse: convert fuse_writepage_need_send to take a folio
Josef Bacik
2024-10-25
fuse: convert fuse_do_readpage to use folios
Josef Bacik
2024-10-25
fuse: use kiocb_modified in buffered write path
Josef Bacik
[next]