index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure
Bernd Schubert
2024-12-13
1
-2
/
+5
*
fuse: fix direct io folio offset and length calculation
Joanne Koong
2024-12-12
1
-12
/
+16
*
fuse: remove pages for requests and exclusively use folios
Joanne Koong
2024-11-05
1
-31
/
+27
*
fuse: convert direct io to use folios
Joanne Koong
2024-11-05
1
-45
/
+35
*
fuse: convert writebacks to use folios
Joanne Koong
2024-11-05
1
-62
/
+64
*
fuse: convert writes (non-writeback) to use folios
Joanne Koong
2024-11-05
1
-15
/
+18
*
fuse: convert reads to use folios
Joanne Koong
2024-11-05
1
-22
/
+45
*
fuse: use the folio based vmstat helpers
Josef Bacik
2024-10-25
1
-6
/
+8
*
fuse: convert fuse_writepage_need_send to take a folio
Josef Bacik
2024-10-25
1
-7
/
+12
*
fuse: convert fuse_do_readpage to use folios
Josef Bacik
2024-10-25
1
-13
/
+13
*
fuse: use kiocb_modified in buffered write path
Josef Bacik
2024-10-25
1
-5
/
+1
*
fuse: convert fuse_page_mkwrite to use folios
Josef Bacik
2024-10-25
1
-5
/
+15
*
fuse: convert fuse_fill_write_pages to use folios
Josef Bacik
2024-10-25
1
-13
/
+15
*
fuse: convert fuse_send_write_pages to use folios
Josef Bacik
2024-10-25
1
-7
/
+7
*
fuse: convert readahead to use folios
Josef Bacik
2024-10-25
1
-13
/
+23
*
fuse: use fuse_range_is_writeback() instead of iterating pages
Josef Bacik
2024-10-25
1
-2
/
+5
*
virtiofs: use pages instead of pointer for kernel direct IO
Hou Tao
2024-10-25
1
-19
/
+43
*
fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
yangyun
2024-10-25
1
-3
/
+4
*
Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...
Miklos Szeredi
2024-10-21
1
-6
/
+12
*
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-25
1
-92
/
+92
|
\
|
*
fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
yangyun
2024-09-24
1
-1
/
+1
|
*
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
2024-09-23
1
-16
/
+16
|
*
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
2024-09-04
1
-1
/
+2
|
*
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
2024-09-04
1
-1
/
+1
|
*
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
2024-09-04
1
-16
/
+16
|
*
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...
Joanne Koong
2024-08-29
1
-46
/
+57
|
*
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
2024-08-29
1
-4
/
+2
|
*
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
2024-08-29
1
-7
/
+7
|
*
fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...
Joanne Koong
2024-08-29
1
-12
/
+6
|
*
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
2024-08-29
1
-17
/
+14
|
*
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
2024-08-29
1
-4
/
+3
|
*
fuse: add fast path for fuse_range_is_writeback
yangyun
2024-08-29
1
-3
/
+3
*
|
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-23
/
+24
|
\
\
|
|
/
|
/
|
|
*
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
|
*
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+1
|
*
fuse: Convert fuse_write_begin() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-14
/
+15
|
*
fuse: Convert fuse_write_end() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-7
/
+8
*
|
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
2024-08-28
1
-1
/
+7
|
/
*
fuse: Convert fuse_readpages_end() to use folio_end_read()
Matthew Wilcox (Oracle)
2024-05-08
1
-7
/
+3
*
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
2024-04-15
1
-5
/
+7
*
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-15
1
-179
/
+278
|
\
|
*
fuse: get rid of ff->readdir.lock
Miklos Szeredi
2024-03-06
1
-2
/
+0
|
*
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
2024-03-06
1
-5
/
+10
|
*
fuse: remove an unnecessary if statement
Jiachen Zhang
2024-03-06
1
-4
/
+0
|
*
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
2024-03-06
1
-2
/
+6
|
*
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
2024-03-05
1
-15
/
+15
|
*
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
2024-03-05
1
-29
/
+1
|
*
fuse: implement passthrough for mmap
Amir Goldstein
2024-03-05
1
-3
/
+10
|
*
fuse: implement splice read/write passthrough
Amir Goldstein
2024-03-05
1
-2
/
+27
|
*
fuse: implement read/write passthrough
Amir Goldstein
2024-03-05
1
-6
/
+12
[next]