index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+29
2025-11-13
fuse: Always flush the page cache before FOPEN_DIRECT_IO write
Bernd Schubert
1
-1
/
+1
2025-11-13
fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
Bernd Schubert
1
-0
/
+9
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
1
-8
/
+2
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
1
-2
/
+2
2025-11-11
fuse: fix readahead reclaim deadlock
Joanne Koong
1
-7
/
+19
2025-11-05
fuse: use iomap for readahead
Joanne Koong
1
-96
/
+124
2025-11-05
fuse: use iomap for read_folio
Joanne Koong
1
-24
/
+56
2025-09-23
fuse: fix livelock in synchronous file put from fuseblk workers
Darrick J. Wong
1
-1
/
+7
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
1
-13
/
+11
2025-08-27
fuse: use default writeback accounting
Joanne Koong
1
-8
/
+1
2025-08-27
fuse: remove unneeded offset assignment when filling write pages
Joanne Koong
1
-1
/
+0
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
1
-12
/
+32
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/...
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/g...
Linus Torvalds
1
-196
/
+153
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
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...
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
[next]