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