| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-07 | virtiofs: add filesystem context source name check | Xiangsheng Hou | 1 | -0/+3 |
| 2025-04-02 | Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -38/+322 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -32/+7 |
| 2025-03-31 | fuse: remove unneeded atomic set in uring creation | Joanne Koong | 1 | -1/+0 |
| 2025-03-31 | fuse: fix uring race condition for null dereference of fc | Joanne Koong | 1 | -2/+2 |
| 2025-03-31 | fuse: Increase FUSE_NAME_MAX to PATH_MAX | Bernd Schubert | 4 | -5/+20 |
| 2025-03-31 | fuse: Allocate only namelen buf memory in fuse_notify_ | Bernd Schubert | 1 | -12/+14 |
| 2025-03-31 | fuse: add default_request_timeout and max_request_timeout sysctls | Joanne Koong | 4 | -5/+65 |
| 2025-03-31 | fuse: add kernel-enforced timeout option for requests | Joanne Koong | 6 | -1/+170 |
| 2025-03-31 | fuse: optmize missing FUSE_LINK support | Miklos Szeredi | 2 | -1/+11 |
| 2025-03-31 | fuse: Return EPERM rather than ENOSYS from link() | Matt Johnston | 1 | -0/+2 |
| 2025-03-31 | fuse: removed unused function fuse_uring_create() from header | Luis Henriques | 1 | -6/+0 |
| 2025-03-31 | fuse: {io-uring} Fix a possible req cancellation race | Bernd Schubert | 5 | -13/+46 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -18/+32 |
| 2025-03-19 | fuse: fix possible deadlock if rings are never initialized | Luis Henriques | 1 | -1/+1 |
| 2025-03-19 | fuse: fix uring race condition for null dereference of fc | Joanne Koong | 1 | -2/+2 |
| 2025-03-17 | fs/dax: properly refcount fs dax pages | Alistair Popple | 1 | -2/+1 |
| 2025-03-17 | fs/dax: create a common implementation to break DAX layouts | Alistair Popple | 1 | -24/+3 |
| 2025-03-17 | fs/dax: refactor wait for dax idle page | Alistair Popple | 1 | -3/+1 |
| 2025-03-17 | fuse: fix dax truncate/punch_hole fault path | Alistair Popple | 3 | -4/+3 |
| 2025-03-06 | fs/pipe: add simpler helpers for common cases | Linus Torvalds | 1 | -1/+1 |
| 2025-03-06 | fs/pipe: fix pipe buffer index use in FUSE | Linus Torvalds | 1 | -7/+6 |
| 2025-03-05 | fuse: return correct dentry for ->mkdir | NeilBrown | 1 | -17/+31 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -3/+3 |
| 2025-02-20 | fuse: don't truncate cached, mutated symlink | Miklos Szeredi | 1 | -1/+1 |
| 2025-02-14 | fuse: revert back to __readahead_folio() for readahead | Joanne Koong | 2 | -2/+17 |
| 2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -11/+9 |
| 2025-01-29 | Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-29 | Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -77/+1749 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-27 | fuse_dentry_revalidate(): use stable parent inode and name passed by caller | Al Viro | 1 | -10/+7 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2025-01-27 | fuse: prevent disabling io-uring on active connections | Bernd Schubert | 1 | -5/+6 |
| 2025-01-27 | fuse: enable fuse-over-io-uring | Bernd Schubert | 2 | -2/+4 |
| 2025-01-27 | fuse: block request allocation until io-uring init is complete | Bernd Schubert | 4 | -1/+10 |
| 2025-01-27 | fuse: {io-uring} Prevent mount point hang on fuse-server termination | Bernd Schubert | 2 | -3/+75 |
| 2025-01-27 | fuse: Allow to queue bg requests through io-uring | Bernd Schubert | 3 | -1/+136 |
| 2025-01-27 | fuse: Allow to queue fg requests through io-uring | Bernd Schubert | 2 | -0/+188 |
| 2025-01-27 | fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static | Bernd Schubert | 2 | -2/+8 |
| 2025-01-27 | fuse: {io-uring} Handle teardown of ring entries | Bernd Schubert | 3 | -0/+267 |
| 2025-01-27 | fuse: Add io-uring sqe commit and fetch support | Bernd Schubert | 3 | -0/+457 |
| 2025-01-24 | fuse: {io-uring} Make hash-list req unique finding functions non-static | Bernd Schubert | 4 | -4/+14 |
| 2025-01-24 | fuse: Add fuse-io-uring handling into fuse_copy | Bernd Schubert | 2 | -1/+15 |
| 2025-01-24 | fuse: Make fuse_copy non static | Bernd Schubert | 2 | -22/+33 |
| 2025-01-24 | fuse: {io-uring} Handle SQEs - register commands | Bernd Schubert | 6 | -0/+467 |
| 2025-01-24 | fuse: make args->in_args[0] to be always the header | Bernd Schubert | 5 | -27/+47 |
| 2025-01-24 | fuse: Move request bits | Bernd Schubert | 2 | -4/+4 |
| 2025-01-24 | fuse: Move fuse_get_dev to header file | Bernd Schubert | 2 | -9/+9 |
| 2025-01-24 | fuse: rename to fuse_dev_end_requests and make non-static | Bernd Schubert | 2 | -6/+19 |
| 2025-01-21 | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -17/+18 |
| 2025-01-07 | Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Christian Brauner | 1 | -12/+19 |
| 2025-01-04 | fuse: respect FOPEN_KEEP_CACHE on opendir | Amir Goldstein | 1 | -0/+2 |
| 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 | -10/+14 |
| 2024-12-04 | lsm: lsm_context in security_dentry_init_security | Casey Schaufler | 1 | -17/+18 |
| 2024-11-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -6/+7 |
| 2024-11-26 | Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -363/+550 |
| 2024-11-22 | Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -14/+18 |
| 2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -4/+2 |
| 2024-11-18 | virtiofs: dax: remove ->writepages() callback | Asahi Lina | 1 | -11/+0 |
| 2024-11-18 | fuse: check attributes staleness on fuse_iget() | Zhang Tianci | 4 | -25/+71 |
| 2024-11-12 | virtio_fs: store actual queue index in mq_map | Max Gurtovoy | 1 | -6/+6 |
| 2024-11-12 | virtio_fs: add informative log for new tag discovery | Max Gurtovoy | 1 | -0/+1 |
| 2024-11-11 | backing-file: clean up the API | Miklos Szeredi | 1 | -14/+18 |
| 2024-11-05 | fuse: remove pages for requests and exclusively use folios | Joanne Koong | 8 | -154/+90 |
| 2024-11-05 | fuse: convert direct io to use folios | Joanne Koong | 2 | -67/+35 |
| 2024-11-05 | fuse: convert writebacks to use folios | Joanne Koong | 1 | -62/+64 |
| 2024-11-05 | fuse: convert retrieves to use folios | Joanne Koong | 1 | -10/+12 |
| 2024-11-05 | fuse: convert ioctls to use folios | Joanne Koong | 2 | -16/+26 |
| 2024-11-05 | fuse: convert writes (non-writeback) to use folios | Joanne Koong | 2 | -16/+19 |
| 2024-11-05 | fuse: convert reads to use folios | Joanne Koong | 2 | -22/+57 |
| 2024-11-05 | fuse: convert readdir to use folios | Joanne Koong | 1 | -10/+11 |
| 2024-11-05 | fuse: convert readlink to use folios | Joanne Koong | 1 | -14/+15 |
| 2024-11-05 | fuse: convert cuse to use folios | Joanne Koong | 1 | -15/+17 |
| 2024-11-05 | fuse: add support in virtio for requests using folios | Joanne Koong | 1 | -31/+56 |
| 2024-11-05 | fuse: support folios in struct fuse_args_pages and fuse_copy_pages() | Joanne Koong | 2 | -11/+51 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -4/+2 |
| 2024-10-25 | fuse: convert fuse_notify_store to use folios | Josef Bacik | 1 | -11/+12 |
| 2024-10-25 | fuse: convert fuse_retrieve to use folios | Josef Bacik | 1 | -4/+4 |
| 2024-10-25 | fuse: use the folio based vmstat helpers | Josef Bacik | 1 | -6/+8 |
| 2024-10-25 | fuse: remove stray debug line | Miklos Szeredi | 1 | -1/+0 |
| 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 GFP_NOFS when enqueuing request through kworker | Hou Tao | 1 | -9/+15 |
| 2024-10-25 | virtiofs: use pages instead of pointer for kernel direct IO | Hou Tao | 3 | -19/+50 |
| 2024-10-25 | fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter | yangyun | 1 | -3/+4 |
| 2024-10-25 | fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES) | Joanne Koong | 5 | -5/+65 |
| 2024-10-21 | Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o... | Miklos Szeredi | 1 | -6/+12 |
| 2024-10-16 | fuse: update inode size after extending passthrough write | Amir Goldstein | 1 | -1/+1 |
| 2024-10-16 | fs: pass offset and result to backing_file end_write() callback | Amir Goldstein | 1 | -3/+3 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -5/+0 |
| 2024-09-26 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -14/+150 |
| 2024-09-25 | virtio_fs: add sysfs entries for queue information | Max Gurtovoy | 1 | -8/+139 |
| 2024-09-25 | virtio_fs: introduce virtio_fs_put_locked helper | Max Gurtovoy | 1 | -6/+11 |
| 2024-09-24 | Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -294/+505 |
| 2024-09-24 | fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set | yangyun | 1 | -1/+1 |
| 2024-09-24 | fuse: clear FR_PENDING if abort is detected when sending request | Miklos Szeredi | 1 | -0/+1 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
| 2024-09-23 | fs/fuse: convert to use invalid_mnt_idmap | Alexander Mikhalitsyn | 3 | -28/+27 |
| 2024-09-23 | fs/fuse: introduce and use fuse_simple_idmap_request() helper | Alexander Mikhalitsyn | 9 | -46/+60 |
| 2024-09-23 | fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2024-09-19 | fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN | Miklos Szeredi | 1 | -5/+2 |
| 2024-09-18 | virtio_fs: allow idmapped mounts | Alexander Mikhalitsyn | 1 | -0/+1 |
| 2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -23/+24 |
| 2024-09-04 | fuse: allow idmapped mounts | Alexander Mikhalitsyn | 1 | -3/+9 |
| 2024-09-04 | fuse: warn if fuse_access is called when idmapped mounts are allowed | Alexander Mikhalitsyn | 1 | -0/+8 |
| 2024-09-04 | fuse: handle idmappings properly in ->write_iter() | Alexander Mikhalitsyn | 1 | -1/+2 |
| 2024-09-04 | fuse: support idmapped ->rename op | Alexander Mikhalitsyn | 1 | -4/+5 |
| 2024-09-04 | fuse: support idmapped ->set_acl | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2024-09-04 | fuse: drop idmap argument from __fuse_get_acl | Alexander Mikhalitsyn | 1 | -4/+2 |
| 2024-09-04 | fuse: support idmapped ->setattr op | Alexander Mikhalitsyn | 3 | -14/+26 |
| 2024-09-04 | fuse: support idmapped ->permission inode op | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2024-09-04 | fuse: support idmapped getattr inode op | Alexander Mikhalitsyn | 1 | -20/+24 |
| 2024-09-04 | fuse: support idmap for mkdir/mknod/symlink/create/tmpfile | Alexander Mikhalitsyn | 1 | -18/+20 |
| 2024-09-04 | fuse: support idmapped FUSE_EXT_GROUPS | Alexander Mikhalitsyn | 1 | -7/+12 |
| 2024-09-04 | fuse: add an idmap argument to fuse_simple_request | Alexander Mikhalitsyn | 9 | -44/+47 |
| 2024-09-04 | fuse: add basic infrastructure to support idmappings | Alexander Mikhalitsyn | 2 | -12/+39 |
| 2024-09-03 | Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -9/+26 |
| 2024-08-29 | fuse: use correct name fuse_conn_list in docstring | Aurelien Aptel | 1 | -1/+1 |
| 2024-08-29 | fuse: add simple request tracepoints | Josef Bacik | 3 | -0/+140 |
| 2024-08-29 | fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_... | 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 cal... | 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-29 | fuse: cleanup request queuing towards virtiofs | Miklos Szeredi | 3 | -113/+106 |
| 2024-08-29 | fuse: disable the combination of passthrough and writeback cache | Bernd Schubert | 1 | -1/+6 |
| 2024-08-28 | fuse: update stats for pages in dropped aux writeback list | Joanne Koong | 1 | -1/+7 |
| 2024-08-28 | fuse: clear PG_uptodate when using a stolen page | Miklos Szeredi | 1 | -4/+1 |
| 2024-08-28 | fuse: fix memory leak in fuse_create_open | yangyun | 1 | -1/+1 |
| 2024-08-28 | fuse: check aborted connection before adding requests to pending list for res... | Joanne Koong | 1 | -0/+9 |
| 2024-08-28 | fuse: use unsigned type for getxattr/listxattr size truncation | Jann Horn | 1 | -2/+2 |
| 2024-08-18 | fuse: Initialize beyond-EOF page contents before setting uptodate | Jann Horn | 1 | -2/+4 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -3/+3 |
| 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-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -31/+31 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 1 | -1/+1 |
| 2024-07-17 | virtiofs: convert to use virtio_find_vqs_info() | Jiri Pirko | 1 | -13/+9 |
| 2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+18 |
| 2024-07-09 | virtio-fs: improved request latencies when Virtio queue is full | Peter-Jan Gootzen | 1 | -15/+19 |
| 2024-07-09 | virtio-fs: let -ENOMEM bubble up or burst gently | Peter-Jan Gootzen | 1 | -3/+3 |
| 2024-07-03 | fuse: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -8/+4 |
| 2024-07-03 | fuse: verify {g,u}id mount options correctly | Eric Sandeen | 1 | -4/+20 |
| 2024-06-25 | fuse: Use in_group_or_capable() helper | Youling Tang | 1 | -2/+2 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+0 |
| 2024-05-22 | fuse: virtio: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-10 | virtio-fs: add multi-queue support | Peter-Jan Gootzen | 1 | -8/+62 |
| 2024-05-10 | virtio-fs: limit number of request queues | Peter-Jan Gootzen | 1 | -0/+3 |
| 2024-05-10 | fuse: clear FR_SENT when re-adding requests into pending list | Hou Tao | 1 | -0/+1 |
| 2024-05-10 | fuse: set FR_PENDING atomically in fuse_resend() | Hou Tao | 1 | -1/+1 |
| 2024-05-08 | fuse: Add initial support for fs-verity | Richard Fung | 1 | -0/+60 |
| 2024-05-08 | fuse: Convert fuse_readpages_end() to use folio_end_read() | Matthew Wilcox (Oracle) | 1 | -7/+3 |
| 2024-05-08 | virtiofs: include a newline in sysfs tag | Brian Foster | 1 | -1/+1 |
| 2024-04-22 | fuse: verify zero padding in fuse_backing_map | Amir Goldstein | 1 | -1/+1 |
| 2024-04-15 | cuse: add kernel-doc comments to cuse_process_init_reply() | Yang Li | 1 | -0/+4 |
| 2024-04-15 | fuse: fix leaked ENOSYS error on first statx call | Danny Lin | 1 | -0/+1 |
| 2024-04-15 | fuse: fix parallel dio write on file open in passthrough mode | Amir Goldstein | 1 | -2/+2 |
| 2024-04-15 | fuse: fix wrong ff->iomode state changes from parallel dio write | Amir Goldstein | 4 | -25/+51 |
| 2024-03-15 | Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -273/+1374 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+11 |
| 2024-03-11 | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -7/+7 |
| 2024-03-06 | fuse: get rid of ff->readdir.lock | Miklos Szeredi | 3 | -12/+0 |
| 2024-03-06 | fuse: remove unneeded lock which protecting update of congestion_threshold | Kemeng Shi | 1 | -5/+1 |
| 2024-03-06 | fuse: Fix missing FOLL_PIN for direct-io | Lei Huang | 2 | -5/+11 |
| 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-06 | fuse: Use the high bit of request ID for indicating resend requests | Zhao Chen | 2 | -1/+3 |
| 2024-03-06 | fuse: Introduce a new notification type for resend pending requests | Zhao Chen | 1 | -0/+56 |
| 2024-03-06 | fuse: add support for explicit export disabling | Jingbo Xu | 1 | -1/+10 |
| 2024-03-06 | fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode() | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2024-03-06 | fuse: fix typo for fuse_permission comment | Alexander Mikhalitsyn | 1 | -1/+1 |
| 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 | virtio_fs: remove duplicate check if queue is broken | Li RongQing | 1 | -2/+2 |
| 2024-03-05 | fuse: use FUSE_ROOT_ID in fuse_get_root_inode() | Miklos Szeredi | 1 | -1/+1 |
| 2024-03-05 | fuse: don't unhash root | Miklos Szeredi | 2 | -3/+5 |
| 2024-03-05 | fuse: fix root lookup with nonzero generation | Miklos Szeredi | 1 | -0/+4 |
| 2024-03-05 | fuse: replace remaining make_bad_inode() with fuse_make_bad() | Miklos Szeredi | 1 | -1/+1 |
| 2024-03-05 | virtiofs: drop __exit from virtio_fs_sysfs_exit() | Stefan Hajnoczi | 1 | -1/+1 |
| 2024-03-05 | fuse: implement passthrough for mmap | Amir Goldstein | 3 | -3/+27 |
| 2024-03-05 | fuse: implement splice read/write passthrough | Amir Goldstein | 3 | -2/+78 |
| 2024-03-05 | fuse: implement read/write passthrough | Amir Goldstein | 3 | -6/+84 |
| 2024-03-05 | fuse: implement open in passthrough mode | Amir Goldstein | 4 | -8/+155 |
| 2024-03-05 | fuse: prepare for opening file in passthrough mode | Amir Goldstein | 4 | -31/+78 |
| 2024-03-05 | fuse: implement ioctls to manage backing files | Amir Goldstein | 4 | -0/+192 |
| 2024-02-25 | fuse: fix UAF in rcu pathwalks | Al Viro | 3 | -6/+13 |
| 2024-02-23 | fuse: introduce FUSE_PASSTHROUGH capability | Amir Goldstein | 5 | -0/+110 |
| 2024-02-23 | fuse: factor out helper for FUSE_DEV_IOC_CLONE | Amir Goldstein | 1 | -26/+33 |
| 2024-02-23 | fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP | Amir Goldstein | 3 | -30/+64 |