summaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner11 days1-12/+19
|\
| * fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert2024-12-131-2/+5
| * fuse: fix direct io folio offset and length calculationJoanne Koong2024-12-121-12/+16
* | fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein14 days1-0/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-11-271-6/+7
|\
| * virtio_fs: store actual queue index in mq_mapMax Gurtovoy2024-11-131-6/+6
| * virtio_fs: add informative log for new tag discoveryMax Gurtovoy2024-11-131-0/+1
* | Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-2612-363/+550
|\ \
| * | virtiofs: dax: remove ->writepages() callbackAsahi Lina2024-11-181-11/+0
| * | fuse: check attributes staleness on fuse_iget()Zhang Tianci2024-11-184-25/+71
| * | fuse: remove pages for requests and exclusively use foliosJoanne Koong2024-11-058-154/+90
| * | fuse: convert direct io to use foliosJoanne Koong2024-11-052-67/+35
| * | fuse: convert writebacks to use foliosJoanne Koong2024-11-051-62/+64
| * | fuse: convert retrieves to use foliosJoanne Koong2024-11-051-10/+12
| * | fuse: convert ioctls to use foliosJoanne Koong2024-11-052-16/+26
| * | fuse: convert writes (non-writeback) to use foliosJoanne Koong2024-11-052-16/+19
| * | fuse: convert reads to use foliosJoanne Koong2024-11-052-22/+57
| * | fuse: convert readdir to use foliosJoanne Koong2024-11-051-10/+11
| * | fuse: convert readlink to use foliosJoanne Koong2024-11-051-14/+15
| * | fuse: convert cuse to use foliosJoanne Koong2024-11-051-15/+17
| * | fuse: add support in virtio for requests using foliosJoanne Koong2024-11-051-31/+56
| * | fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong2024-11-052-11/+51
| * | fuse: convert fuse_notify_store to use foliosJosef Bacik2024-10-251-11/+12
| * | fuse: convert fuse_retrieve to use foliosJosef Bacik2024-10-251-4/+4
| * | fuse: use the folio based vmstat helpersJosef Bacik2024-10-251-6/+8
| * | fuse: convert fuse_writepage_need_send to take a folioJosef Bacik2024-10-251-7/+12
| * | fuse: convert fuse_do_readpage to use foliosJosef Bacik2024-10-251-13/+13
| * | fuse: use kiocb_modified in buffered write pathJosef Bacik2024-10-251-5/+1
| * | fuse: convert fuse_page_mkwrite to use foliosJosef Bacik2024-10-251-5/+15
| * | fuse: convert fuse_fill_write_pages to use foliosJosef Bacik2024-10-251-13/+15
| * | fuse: convert fuse_send_write_pages to use foliosJosef Bacik2024-10-251-7/+7
| * | fuse: convert readahead to use foliosJosef Bacik2024-10-251-13/+23
| * | fuse: use fuse_range_is_writeback() instead of iterating pagesJosef Bacik2024-10-251-2/+5
| * | virtiofs: use GFP_NOFS when enqueuing request through kworkerHou Tao2024-10-251-9/+15
| * | virtiofs: use pages instead of pointer for kernel direct IOHou Tao2024-10-253-19/+50
| * | fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun2024-10-251-3/+4
| * | fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong2024-10-255-5/+65
| |/
* | Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-231-14/+18
|\ \
| * | backing-file: clean up the APIMiklos Szeredi2024-11-111-14/+18
| |/
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-4/+2
|\ \ | |/ |/|
| * fdget(), more trivial conversionsAl Viro2024-11-031-4/+2
* | fuse: remove stray debug lineMiklos Szeredi2024-10-251-1/+0
* | Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi2024-10-211-6/+12
* | fuse: update inode size after extending passthrough writeAmir Goldstein2024-10-161-1/+1
* | fs: pass offset and result to backing_file end_write() callbackAmir Goldstein2024-10-161-3/+3
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-272-5/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-14/+150
|\
| * virtio_fs: add sysfs entries for queue informationMax Gurtovoy2024-09-251-8/+139
| * virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy2024-09-251-6/+11
* | Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-2510-294/+505
|\ \