index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-23
/
+24
2024-09-04
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
1
-1
/
+2
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
1
-1
/
+1
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-16
/
+16
2024-08-29
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked()
Joanne Koong
1
-46
/
+57
2024-08-29
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
1
-4
/
+2
2024-08-29
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
1
-7
/
+7
2024-08-29
fuse: move initialization of fuse_file to fuse_writepages() instead of in callback
Joanne Koong
1
-12
/
+6
2024-08-29
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
1
-17
/
+14
2024-08-29
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
1
-4
/
+3
2024-08-29
fuse: add fast path for fuse_range_is_writeback
yangyun
1
-3
/
+3
2024-08-28
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
1
-1
/
+7
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
fuse: Convert fuse_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+15
2024-08-07
fuse: Convert fuse_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-05-08
fuse: Convert fuse_readpages_end() to use folio_end_read()
Matthew Wilcox (Oracle)
1
-7
/
+3
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
1
-5
/
+7
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
1
-179
/
+278
2024-03-06
fuse: get rid of ff->readdir.lock
Miklos Szeredi
1
-2
/
+0
2024-03-06
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
1
-5
/
+10
2024-03-06
fuse: remove an unnecessary if statement
Jiachen Zhang
1
-4
/
+0
2024-03-06
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
1
-2
/
+6
2024-03-05
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-03-05
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
1
-29
/
+1
2024-03-05
fuse: implement passthrough for mmap
Amir Goldstein
1
-3
/
+10
[next]