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
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Lines
2025-09-23
fuse: fix livelock in synchronous file put from fuseblk workers
Darrick J. Wong
-1
/
+7
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
-13
/
+11
2025-08-27
fuse: use default writeback accounting
Joanne Koong
-8
/
+1
2025-08-27
fuse: remove unneeded offset assignment when filling write pages
Joanne Koong
-1
/
+0
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
-12
/
+32
2025-08-26
fuse: prevent overflow in copy_file_range return value
Miklos Szeredi
-1
/
+1
2025-08-26
fuse: check if copy_file_range() returns larger than requested size
Miklos Szeredi
-0
/
+3
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-11
/
+0
2025-07-28
fuse: remove page alignment check for writeback len
Joanne Koong
-2
/
+0
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-196
/
+153
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+9
2025-07-17
fuse: refactor writeback to use iomap_writepage_ctx inode
Joanne Koong
-16
/
+12
2025-07-17
fuse: hook into iomap for invalidating and checking partial uptodateness
Joanne Koong
-0
/
+2
2025-07-17
fuse: use iomap for folio laundering
Joanne Koong
-40
/
+12
2025-07-17
fuse: use iomap for writeback
Joanne Koong
-51
/
+82
2025-07-17
fuse: use iomap for buffered writes
Joanne Koong
-94
/
+54
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-5
/
+9
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
-11
/
+0
2025-06-24
fuse: fix fuse_fill_write_pages() upper bound calculation
Joanne Koong
-3
/
+2
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-373
/
+101
2025-05-29
fuse: support large folios for writeback
Joanne Koong
-4
/
+8
2025-05-29
fuse: support large folios for readahead
Joanne Koong
-9
/
+29
2025-05-29
fuse: support large folios for queued writes
Joanne Koong
-4
/
+7
2025-05-29
fuse: support large folios for folio reads
Joanne Koong
-1
/
+1
2025-05-29
fuse: support large folios for writethrough writes
Joanne Koong
-5
/
+10
2025-05-29
fuse: refactor fuse_fill_write_pages()
Joanne Koong
-12
/
+10
2025-05-12
fuse: drop usage of folio_index
Kairui Song
-2
/
+2
2025-04-15
fuse: remove tmp folio for writebacks and internal rb tree
Joanne Koong
-336
/
+28
2025-04-15
fuse: Move prefaulting out of hot write path
Dave Hansen
-4
/
+10
2025-03-17
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
-2
/
+2
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
-2
/
+11
2024-12-13
fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure
Bernd Schubert
-2
/
+5
2024-12-12
fuse: fix direct io folio offset and length calculation
Joanne Koong
-12
/
+16
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
-31
/
+27
2024-11-05
fuse: convert direct io to use folios
Joanne Koong
-45
/
+35
2024-11-05
fuse: convert writebacks to use folios
Joanne Koong
-62
/
+64
2024-11-05
fuse: convert writes (non-writeback) to use folios
Joanne Koong
-15
/
+18
2024-11-05
fuse: convert reads to use folios
Joanne Koong
-22
/
+45
2024-10-25
fuse: use the folio based vmstat helpers
Josef Bacik
-6
/
+8
2024-10-25
fuse: convert fuse_writepage_need_send to take a folio
Josef Bacik
-7
/
+12
2024-10-25
fuse: convert fuse_do_readpage to use folios
Josef Bacik
-13
/
+13
2024-10-25
fuse: use kiocb_modified in buffered write path
Josef Bacik
-5
/
+1
2024-10-25
fuse: convert fuse_page_mkwrite to use folios
Josef Bacik
-5
/
+15
2024-10-25
fuse: convert fuse_fill_write_pages to use folios
Josef Bacik
-13
/
+15
2024-10-25
fuse: convert fuse_send_write_pages to use folios
Josef Bacik
-7
/
+7
2024-10-25
fuse: convert readahead to use folios
Josef Bacik
-13
/
+23
2024-10-25
fuse: use fuse_range_is_writeback() instead of iterating pages
Josef Bacik
-2
/
+5
2024-10-25
virtiofs: use pages instead of pointer for kernel direct IO
Hou Tao
-19
/
+43
2024-10-25
fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
yangyun
-3
/
+4
2024-10-21
Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...
Miklos Szeredi
-6
/
+12
[next]