| Age | Commit message (Expand) | Author | Files | Lines |
| 13 days | Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 26 | -2141/+2760 |
| 2026-06-15 | fuse-uring: clear ent->fuse_req in commit_fetch error path | Zhenghang Xiao | 1 | -3/+1 |
| 2026-06-15 | fuse-uring: use named constants for io-uring iovec indices | Joanne Koong | 1 | -11/+13 |
| 2026-06-15 | fuse-uring: refactor setting up copy state for payload copying | Joanne Koong | 1 | -14/+24 |
| 2026-06-15 | fuse-uring: use enum types for header copying | Joanne Koong | 1 | -13/+53 |
| 2026-06-15 | fuse-uring: refactor io-uring header copying from ring | Joanne Koong | 1 | -5/+17 |
| 2026-06-15 | fuse-uring: refactor io-uring header copying to ring | Joanne Koong | 1 | -18/+21 |
| 2026-06-15 | fuse-uring: separate next request fetching from sending logic | Joanne Koong | 1 | -52/+29 |
| 2026-06-15 | fuse: invalidate readdir cache on epoch bump | Jun Wu | 3 | -4/+12 |
| 2026-06-15 | virtio-fs: avoid double-free on failed queue setup | Yung-Tse Cheng | 1 | -0/+2 |
| 2026-06-15 | fuse: invalidate page cache after DIO and async DIO writes | Cheng Ding | 2 | -11/+47 |
| 2026-06-15 | fuse: set ff->flock only on success | Zhang Tianci | 1 | -1/+2 |
| 2026-06-15 | fuse: clean up interrupt reading | Joanne Koong | 1 | -19/+13 |
| 2026-06-15 | fuse: remove stray newline in fuse_dev_do_read() | Joanne Koong | 1 | -1/+0 |
| 2026-06-15 | fuse: use READ_ONCE in fuse_chan_num_background() | Li Wang | 1 | -1/+1 |
| 2026-06-15 | fuse: dax: Move long delayed work on system_dfl_long_wq | Marco Crivellari | 1 | -1/+1 |
| 2026-06-15 | fuse: add fuse_request_sent tracepoint | Amir Goldstein | 3 | -0/+24 |
| 2026-06-15 | fuse: Add SPDX ID lines to some files | Tim Bird | 9 | -27/+9 |
| 2026-06-15 | fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry | Thorsten Blum | 1 | -2/+1 |
| 2026-06-15 | fuse: convert page array allocation to kcalloc() | William Theesfeld | 1 | -1/+1 |
| 2026-06-15 | fuse: use current creds for backing files | GuoHan Zhao | 2 | -2/+2 |
| 2026-06-15 | fuse: remove redundant buffer size checks for interrupt and forget requests | Joanne Koong | 1 | -14/+4 |
| 2026-06-15 | fuse: drop redundant check in fuse_sync_bucket_alloc() | Li Wang | 1 | -5/+3 |
| 2026-06-15 | fuse: reduce attributes invalidated on directory change | Konrad Sztyber | 2 | -1/+4 |
| 2026-06-15 | fuse: drop redundant err assignment in fuse_create_open() | Li Wang | 1 | -1/+0 |
| 2026-06-15 | fuse: fuse_i.h: clean up kernel-doc comments | Randy Dunlap | 1 | -183/+272 |
| 2026-06-15 | fuse: fuse_dev_i.h: clean up kernel-doc warnings | Randy Dunlap | 1 | -43/+50 |
| 2026-06-15 | fuse-uring: drop kernel-doc notation for a comment | Randy Dunlap | 1 | -1/+1 |
| 2026-06-15 | fuse: simplify fuse_dev_ioctl_clone() | Miklos Szeredi | 1 | -18/+21 |
| 2026-06-15 | fuse: alloc pqueue before installing fch in fuse_dev | Miklos Szeredi | 3 | -24/+67 |
| 2026-06-15 | fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c | Miklos Szeredi | 7 | -33/+42 |
| 2026-06-15 | fuse: change ring->fc to ring->chan | Miklos Szeredi | 2 | -31/+29 |
| 2026-06-15 | fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init() | Miklos Szeredi | 1 | -8/+5 |
| 2026-06-15 | fuse: set params in fuse_chan_set_initialized() | Miklos Szeredi | 5 | -17/+44 |
| 2026-06-15 | fuse: create notify.c | Miklos Szeredi | 4 | -446/+27 |
| 2026-06-15 | fuse: create poll.c | Miklos Szeredi | 5 | -150/+158 |
| 2026-06-15 | fuse: change fud->fc to fud->chan | Miklos Szeredi | 7 | -95/+95 |
| 2026-06-15 | fuse: split out filesystem part of request sending | Miklos Szeredi | 5 | -80/+129 |
| 2026-06-15 | fuse: change req->fm to req->chan | Miklos Szeredi | 4 | -65/+61 |
| 2026-06-15 | fuse: remove fm arg of args->end callback | Miklos Szeredi | 5 | -25/+23 |
| 2026-06-15 | fuse: split off fuse_args and related definitions into a separate header | Miklos Szeredi | 2 | -52/+66 |
| 2026-06-15 | fuse: abort related layering cleanup | Miklos Szeredi | 9 | -62/+61 |
| 2026-06-15 | fuse: remove #include "fuse_i.h" from "req_timeout.c" | Miklos Szeredi | 3 | -3/+3 |
| 2026-06-15 | fuse: remove #include "fuse_i.h" from "dev_uring_i.h" | Miklos Szeredi | 3 | -14/+17 |
| 2026-06-15 | fuse: move fuse_dev_waitq to dev.c | Miklos Szeredi | 3 | -6/+5 |
| 2026-06-15 | fuse: move forget related struct and helpers | Miklos Szeredi | 6 | -29/+29 |
| 2026-06-15 | fuse: don't access transport layer structs directly from the fs layer | Miklos Szeredi | 8 | -55/+124 |
| 2026-06-15 | fuse: move struct fuse_req and related to fuse_dev_i.h | Miklos Szeredi | 2 | -92/+90 |
| 2026-06-15 | fuse: move request timeout to fuse_chan | Miklos Szeredi | 8 | -56/+55 |
| 2026-06-15 | fuse: add back pointer from fuse_chan to fuse_conn | Miklos Szeredi | 2 | -0/+4 |
| 2026-06-15 | fuse: split off fch->lock from fc->lock | Miklos Szeredi | 5 | -29/+44 |
| 2026-06-15 | fuse: move interrupt related members to fuse_chan | Miklos Szeredi | 3 | -5/+5 |
| 2026-06-15 | fuse: move io_uring related members to fuse_chan | Miklos Szeredi | 6 | -26/+26 |
| 2026-06-15 | fuse: move request blocking related members to fuse_chan | Miklos Szeredi | 8 | -81/+81 |
| 2026-06-15 | fuse: move background queuing related members to fuse_chan | Miklos Szeredi | 10 | -72/+73 |
| 2026-06-15 | fuse: move 'devices' member from fuse_conn to fuse_chan | Miklos Szeredi | 5 | -12/+17 |
| 2026-06-15 | fuse: move fuse_dev and fuse_pqueue to dev.c | Miklos Szeredi | 5 | -140/+144 |
| 2026-06-15 | fuse: move fuse_iqueue to fuse_chan | Miklos Szeredi | 10 | -137/+146 |
| 2026-06-15 | fuse: add struct fuse_chan | Miklos Szeredi | 7 | -5/+50 |
| 2026-06-15 | fuse: move request timeout code to a new source file | Miklos Szeredi | 8 | -145/+173 |
| 2026-06-15 | fuse: fix io-uring background queue dispatch on request completion | Joanne Koong | 3 | -17/+26 |
| 2026-06-15 | fuse: fix device node leak in cuse_process_init_reply() | Alberto Ruiz | 1 | -1/+3 |
| 2026-06-15 | fuse: do not use start_removing_noperm() | Miklos Szeredi | 1 | -8/+11 |
| 2026-06-15 | Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()" | Miklos Szeredi | 1 | -16/+7 |
| 2026-06-15 | fuse: avoid 32-bit prune notification count wrap | Samuel Moelius | 2 | -1/+435 |
| 2026-06-15 | fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref | Joanne Koong | 1 | -2/+12 |
| 2026-06-15 | fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req | Ji'an Zhou | 1 | -0/+9 |
| 2026-06-15 | fuse-uring: make a fuse_req on SQE commit only findable after memcpy | Bernd Schubert | 1 | -14/+19 |
| 2026-06-15 | fuse-uring: Avoid queue->stopped races and set/read that value under lock | Bernd Schubert | 1 | -5/+9 |
| 2026-06-15 | fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues | Bernd Schubert | 1 | -0/+2 |
| 2026-06-15 | fuse-uring: end fuse_req on io-uring cancel task work | Chris Mason | 1 | -2/+12 |
| 2026-06-15 | fuse-uring: fix moving cancelled entry to ent_in_userspace list | Joanne Koong | 2 | -5/+7 |
| 2026-06-15 | fuse-uring: check connection abort during ring creation | Joanne Koong | 1 | -4/+8 |
| 2026-06-15 | fuse-uring: fix race between registration and connection abortion | Joanne Koong | 1 | -6/+16 |
| 2026-06-15 | fuse-uring: fix data races on ring->ready | Chris Mason | 2 | -3/+5 |
| 2026-06-15 | fuse-uring: fix EFAULT clobber in fuse_uring_commit | Chris Mason | 1 | -6/+3 |
| 2026-06-15 | fuse: back uncached readdir buffers with pages | Matthew R. Ochs | 1 | -17/+66 |
| 2026-06-15 | virtiofs: fix UAF on submount umount | Miklos Szeredi | 1 | -1/+7 |
| 2026-06-15 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2 | -3/+2 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+3 |
| 2026-06-09 | fuse: re-lock request before returning from fuse_ref_folio() | Joanne Koong | 1 | -1/+1 |
| 2026-06-09 | fuse: re-lock request before replacing page cache folio | Joanne Koong | 1 | -14/+5 |
| 2026-06-05 | kill d_dispose_if_unused() | Al Viro | 1 | -1/+1 |
| 2026-06-05 | VFS: use wait_var_event for waiting in d_alloc_parallel() | NeilBrown | 1 | -2/+1 |
| 2026-05-27 | fuse: replace __get_free_page() with kmalloc() | Mike Rapoport (Microsoft) | 1 | -2/+3 |
| 2026-05-22 | fuse: reject fuse_notify() pagecache ops on directories | Jann Horn | 1 | -1/+8 |
| 2026-05-22 | fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios | Jann Horn | 1 | -0/+4 |
| 2026-05-11 | fuse: fix writeback array overflow when max_pages is one | Junxi Qian | 1 | -1/+4 |
| 2026-04-27 | fuse: don't block in fuse_get_dev() for non-sync_init case | Joanne Koong | 1 | -3/+9 |
| 2026-04-23 | Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
| 2026-04-24 | fuse: reject oversized dirents in page cache | Samuel Page | 1 | -0/+4 |
| 2026-04-15 | Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 11 | -197/+263 |
| 2026-04-13 | Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |
| 2026-04-03 | lsm: add backing_file LSM hooks | Paul Moore | 1 | -1/+1 |
| 2026-04-02 | fuse: support FSCONFIG_SET_FD for "fd" option | Miklos Szeredi | 1 | -7/+11 |
| 2026-04-02 | fuse: clean up device cloning | Miklos Szeredi | 3 | -24/+15 |
| 2026-04-02 | fuse: don't require /dev/fuse fd to be kept open during mount | Miklos Szeredi | 2 | -27/+34 |
| 2026-04-02 | fuse: add refcount to fuse_dev | Miklos Szeredi | 6 | -18/+50 |
| 2026-04-02 | fuse: create fuse_dev on /dev/fuse open instead of mount | Miklos Szeredi | 5 | -66/+57 |
| 2026-04-02 | fuse: check connection state on notification | Miklos Szeredi | 1 | -0/+7 |
| 2026-04-02 | fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized | Miklos Szeredi | 1 | -11/+8 |
| 2026-04-01 | fuse: fix inode initialization race | Horst Birthelmer | 1 | -2/+5 |
| 2026-03-24 | fuse: abort on fatal signal during sync init | Miklos Szeredi | 3 | -1/+9 |
| 2026-03-20 | writeback: don't block sync for filesystems with no data integrity guarantees | Joanne Koong | 2 | -3/+2 |
| 2026-03-10 | iomap: pass the iomap_iter to ->submit_read | Christoph Hellwig | 1 | -2/+3 |
| 2026-03-03 | fuse: fix uninit-value in fuse_dentry_revalidate() | Luis Henriques | 1 | -0/+5 |
| 2026-03-03 | fuse: use offset_in_page() for page offset calculations | Joanne Koong | 1 | -4/+4 |
| 2026-03-03 | fuse: use DIV_ROUND_UP() for page count calculations | Joanne Koong | 2 | -2/+2 |
| 2026-03-03 | fuse: simplify logic in fuse_notify_store() and fuse_retrieve() | Joanne Koong | 1 | -24/+16 |
| 2026-03-03 | fuse: validate outarg offset and size in notify store/retrieve | Joanne Koong | 1 | -4/+10 |
| 2026-03-03 | fuse: Check for large folio with SPLICE_F_MOVE | Bernd Schubert | 1 | -0/+3 |
| 2026-03-03 | fuse: quiet down complaints in fuse_conn_limit_write | Darrick J. Wong | 1 | -2/+2 |
| 2026-03-03 | fuse: drop unnecessary argument from fuse_lookup_init() | Luis Henriques | 1 | -5/+4 |
| 2026-03-03 | fuse: fix premature writetrhough request for large folio | Jingbo Xu | 1 | -6/+4 |
| 2026-02-27 | fuse: refactor duplicate queue teardown operation | Yuto Ohnuki | 1 | -20/+16 |
| 2026-02-27 | virtiofs: add FUSE protocol validation | Yuto Ohnuki | 1 | -4/+25 |
| 2026-02-27 | fuse: mark DAX inode releases as blocking | Sergio Lopez | 1 | -0/+6 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 8 | -24/+24 |
| 2026-02-21 | Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 9 | -45/+44 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -45/+44 |
| 2026-02-19 | io_uring: Add size check for sqe->cmd | Govindarajulu Varadarajan | 1 | -2/+4 |
| 2026-02-09 | fs: fuse: fix max() of incompatible types | Arnd Bergmann | 1 | -2/+4 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -14/+8 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+1 |
| 2026-01-26 | Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -29/+37 |
| 2026-01-19 | fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes() | Joanne Koong | 1 | -1/+3 |
| 2026-01-16 | fuse: shrink once after all buckets have been scanned | Miklos Szeredi | 1 | -1/+1 |
| 2026-01-16 | fuse: clean up fuse_dentry_tree_work() | Miklos Szeredi | 1 | -14/+14 |
| 2026-01-16 | fuse: add need_resched() before unlocking bucket | Miklos Szeredi | 1 | -3/+5 |
| 2026-01-16 | fuse: make sure dentry is evicted if stale | Miklos Szeredi | 1 | -0/+4 |
| 2026-01-16 | fuse: fix race when disposing stale dentries | Miklos Szeredi | 1 | -9/+2 |
| 2026-01-16 | fuse: use private naming for fuse hash size | Jens Axboe | 1 | -7/+7 |
| 2026-01-16 | posix_acl: make posix_acl_to_xattr() alloc the buffer | Miklos Szeredi | 1 | -8/+4 |
| 2026-01-14 | iomap: stash iomap read ctx in the private field of iomap_iter | Hongbo Li | 1 | -2/+2 |
| 2026-01-13 | fuse: add setlease file operation | Jeff Layton | 1 | -0/+1 |
| 2026-01-12 | fs: remove simple_nosetlease() | Jeff Layton | 1 | -1/+0 |
| 2026-01-12 | fuse: fix conversion of fuse_reverse_inval_entry() to start_removing() | NeilBrown | 1 | -7/+16 |
| 2025-12-15 | fs: use min() or umin() instead of min_t() | David Laight | 2 | -6/+4 |
| 2025-12-05 | Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -62/+315 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -17/+19 |
| 2025-12-03 | Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+4 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -11/+8 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -0/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -137/+172 |
| 2025-11-26 | fuse: Uninitialized variable in fuse_epoch_work() | Dan Carpenter | 1 | -3/+2 |
| 2025-11-26 | fuse: fix io-uring list corruption for terminated non-committed requests | Joanne Koong | 1 | -0/+1 |
| 2025-11-18 | fuse: signal that a fuse inode should exhibit local fs behaviors | Darrick J. Wong | 1 | -1/+13 |
| 2025-11-16 | convert fuse_ctl | Al Viro | 1 | -2/+8 |
| 2025-11-16 | new helper: simple_remove_by_name() | Al Viro | 1 | -6/+1 |
| 2025-11-16 | fuse_ctl_add_conn(): fix nlink breakage in case of early failure | Al Viro | 1 | -9/+10 |
| 2025-11-14 | VFS: introduce start_creating_noperm() and start_removing_noperm() | NeilBrown | 1 | -11/+8 |
| 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-13 | fuse: rename 'namelen' to 'namesize' | Miquel Sabaté Solà | 1 | -6/+6 |
| 2025-11-13 | fuse: use strscpy instead of strcpy | Miquel Sabaté Solà | 1 | -1/+1 |
| 2025-11-12 | fuse: refactor fuse_conn_put() to remove negative logic. | Luis Henriques | 1 | -19/+20 |
| 2025-11-12 | fuse: new work queue to invalidate dentries from old epochs | Luis Henriques | 4 | -3/+31 |
| 2025-11-12 | fuse: new work queue to periodically invalidate expired dentries | Luis Henriques | 3 | -21/+208 |
| 2025-11-12 | fuse: Fix whitespace for fuse_uring_args_to_ring() comment | Bernd Schubert | 1 | -3/+3 |
| 2025-11-12 | fuse: missing copy_finish in fuse-over-io-uring argument copies | Cheng Ding | 3 | -2/+6 |
| 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-12 | filelock: push the S_ISREG check down to ->setlease handlers | Jeff Layton | 1 | -0/+1 |
| 2025-11-11 | fuse: fix readahead reclaim deadlock | Joanne Koong | 1 | -7/+19 |
| 2025-11-05 | virtio-fs: fix incorrect check for fsvq->kobj | Alok Tiwari | 1 | -1/+1 |
| 2025-11-05 | fuse: remove fc->blkbits workaround for partial writes | Joanne Koong | 3 | -21/+2 |
| 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-11-03 | io_uring/uring_cmd: avoid double indirect call in task work dispatch | Caleb Sander Mateos | 1 | -3/+4 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -2/+2 |
| 2025-10-10 | Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP" | Andrey Albershteyn | 1 | -4/+0 |
| 2025-10-03 | Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 14 | -345/+519 |
| 2025-10-03 | Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+7 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+2 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-25 | fuse: move CREATE_TRACE_POINTS to a separate file | Darrick J. Wong | 3 | -2/+15 |
| 2025-09-25 | fuse: move the backing file idr and code into a new source file | Darrick J. Wong | 4 | -183/+208 |
| 2025-09-23 | fuse: enable FUSE_SYNCFS for all fuseblk servers | Darrick J. Wong | 1 | -0/+1 |
| 2025-09-23 | fuse: capture the unique id of fuse commands being sent | Darrick J. Wong | 4 | -8/+31 |
| 2025-09-23 | fuse: fix livelock in synchronous file put from fuseblk workers | Darrick J. Wong | 1 | -1/+7 |
| 2025-09-23 | io_uring/cmd: drop unused res2 param from io_uring_cmd_done() | Caleb Sander Mateos | 1 | -4/+4 |
| 2025-09-19 | fs: replace use of system_wq with system_percpu_wq | Marco Crivellari | 2 | -2/+2 |
| 2025-09-16 | simplify fuse_atomic_open() | Al Viro | 1 | -14/+7 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-09-05 | fuse: virtio_fs: fix page fault for DAX page address | Haiyue Wang | 1 | -1/+1 |
| 2025-09-05 | fuse: add prune notification | Miklos Szeredi | 3 | -0/+56 |
| 2025-09-05 | fuse: remove redundant calls to fuse_copy_finish() in fuse_notify() | Miklos Szeredi | 1 | -56/+23 |
| 2025-09-05 | fuse: fix possibly missing fuse_copy_finish() call in fuse_notify() | Miklos Szeredi | 1 | -1/+1 |
| 2025-09-02 | fuse: remove fuse_readpages_end() null mapping check | Joanne Koong | 1 | -13/+11 |
| 2025-09-02 | fuse: fix references to fuse.rst -> fuse/fuse.rst | Miklos Szeredi | 2 | -2/+2 |
| 2025-09-02 | fuse: allow synchronous FUSE_INIT | Miklos Szeredi | 6 | -34/+113 |
| 2025-08-27 | fuse: zero initialize inode private data | Miklos Szeredi | 1 | -7/+4 |
| 2025-08-27 | fuse: remove unused 'inode' parameter in fuse_passthrough_open | Chunsheng Luo | 3 | -8/+3 |
| 2025-08-27 | fuse: Block access to folio overlimit | Edward Adam Davis | 1 | -1/+1 |