| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ms... | Mark Brown | 22 | -1897/+2309 |
| 4 days | virtiofs: fix UAF on submount umount | Miklos Szeredi | 1 | -1/+7 |
| 6 days | fuse: re-lock request before returning from fuse_ref_folio() | Joanne Koong | 1 | -1/+1 |
| 6 days | fuse: re-lock request before replacing page cache folio | Joanne Koong | 1 | -14/+5 |
| 10 days | fuse: reject fuse_notify() pagecache ops on directories | Jann Horn | 1 | -1/+8 |
| 10 days | fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios | Jann Horn | 1 | -0/+4 |
| 2026-05-12 | fuse: use current creds for backing files | GuoHan Zhao | 2 | -2/+2 |
| 2026-05-11 | fuse: fix writeback array overflow when max_pages is one | Junxi Qian | 1 | -1/+4 |
| 2026-04-30 | fuse: remove redundant buffer size checks for interrupt and forget requests | Joanne Koong | 1 | -14/+4 |
| 2026-04-27 | fuse: drop redundant check in fuse_sync_bucket_alloc() | Li Wang | 1 | -5/+3 |
| 2026-04-27 | fuse: reduce attributes invalidated on directory change | Konrad Sztyber | 2 | -1/+4 |
| 2026-04-27 | fuse: drop redundant err assignment in fuse_create_open() | Li Wang | 1 | -1/+0 |
| 2026-04-27 | fuse: fuse_i.h: clean up kernel-doc comments | Randy Dunlap | 1 | -183/+272 |
| 2026-04-27 | fuse: fuse_dev_i.h: clean up kernel-doc warnings | Randy Dunlap | 1 | -43/+50 |
| 2026-04-27 | fuse: {io-uring} drop kernel-doc notation for a comment | Randy Dunlap | 1 | -1/+1 |
| 2026-04-27 | fuse: simplify fuse_dev_ioctl_clone() | Miklos Szeredi | 1 | -18/+21 |
| 2026-04-27 | fuse: alloc pqueue before installing fch in fuse_dev | Miklos Szeredi | 3 | -21/+63 |
| 2026-04-27 | fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c | Miklos Szeredi | 7 | -33/+42 |
| 2026-04-27 | fuse: change ring->fc to ring->chan | Miklos Szeredi | 2 | -24/+22 |
| 2026-04-27 | fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init() | Miklos Szeredi | 1 | -8/+5 |
| 2026-04-27 | fuse: set params in fuse_chan_set_initialized() | Miklos Szeredi | 5 | -17/+44 |
| 2026-04-27 | fuse: create notify.c | Miklos Szeredi | 5 | -446/+461 |
| 2026-04-27 | fuse: create poll.c | Miklos Szeredi | 5 | -150/+158 |
| 2026-04-27 | fuse: change fud->fc to fud->chan | Miklos Szeredi | 7 | -93/+93 |
| 2026-04-27 | fuse: split out filesystem part of request sending | Miklos Szeredi | 5 | -80/+129 |
| 2026-04-27 | fuse: change req->fm to req->chan | Miklos Szeredi | 4 | -73/+69 |
| 2026-04-27 | fuse: remove fm arg of args->end callback | Miklos Szeredi | 5 | -25/+23 |
| 2026-04-27 | fuse: split off fuse_args and related definitions into a separate header | Miklos Szeredi | 2 | -52/+66 |
| 2026-04-27 | fuse: abort related layering cleanup | Miklos Szeredi | 9 | -62/+61 |
| 2026-04-27 | fuse: remove #include "fuse_i.h" from "req_timeout.c" | Miklos Szeredi | 3 | -3/+3 |
| 2026-04-27 | fuse: remove #include "fuse_i.h" from "dev_uring_i.h" | Miklos Szeredi | 3 | -14/+17 |
| 2026-04-27 | fuse: move fuse_dev_waitq to dev.c | Miklos Szeredi | 3 | -6/+5 |
| 2026-04-27 | fuse: move forget related struct and helpers | Miklos Szeredi | 6 | -29/+29 |
| 2026-04-27 | fuse: don't access transport layer structs directly from the fs layer | Miklos Szeredi | 8 | -55/+124 |
| 2026-04-27 | fuse: move struct fuse_req and related to fuse_dev_i.h | Miklos Szeredi | 2 | -92/+90 |
| 2026-04-27 | fuse: move request timeout to fuse_chan | Miklos Szeredi | 8 | -56/+55 |
| 2026-04-27 | fuse: add back pointer from fuse_chan to fuse_conn | Miklos Szeredi | 2 | -0/+4 |
| 2026-04-27 | fuse: split off fch->lock from fc->lock | Miklos Szeredi | 5 | -25/+40 |
| 2026-04-27 | fuse: move interrupt related members to fuse_chan | Miklos Szeredi | 3 | -5/+5 |
| 2026-04-27 | fuse: move io_uring related members to fuse_chan | Miklos Szeredi | 6 | -26/+26 |
| 2026-04-27 | fuse: move request blocking related members to fuse_chan | Miklos Szeredi | 8 | -71/+71 |
| 2026-04-27 | fuse: move background queuing related members to fuse_chan | Miklos Szeredi | 10 | -71/+72 |
| 2026-04-27 | fuse: move 'devices' member from fuse_conn to fuse_chan | Miklos Szeredi | 5 | -12/+17 |
| 2026-04-27 | fuse: move fuse_dev and fuse_pqueue to dev.c | Miklos Szeredi | 5 | -140/+144 |
| 2026-04-27 | fuse: move fuse_iqueue to fuse_chan | Miklos Szeredi | 10 | -137/+146 |
| 2026-04-27 | fuse: add struct fuse_chan | Miklos Szeredi | 7 | -5/+50 |
| 2026-04-27 | fuse: move request timeout code to a new source file | Miklos Szeredi | 8 | -145/+173 |
| 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 |
| 2025-08-27 | virtio_fs: fix the hash table using in virtio_fs_enqueue_req() | Li RongQing | 2 | -2/+5 |
| 2025-08-27 | fuse: use default writeback accounting | Joanne Koong | 2 | -10/+1 |
| 2025-08-27 | virtio_fs: Remove redundant spinlock in virtio_fs_request_complete() | Li RongQing | 1 | -3/+0 |
| 2025-08-27 | fuse: remove unneeded offset assignment when filling write pages | Joanne Koong | 1 | -1/+0 |
| 2025-08-27 | fuse: use freezable wait in fuse_get_req() | Sergey Senozhatsky | 1 | -2/+3 |
| 2025-08-27 | fuse: add COPY_FILE_RANGE_64 that allows large copies | Miklos Szeredi | 2 | -12/+35 |
| 2025-08-26 | fuse: fix fuseblk i_blkbits for iomap partial writes | Joanne Koong | 3 | -2/+21 |
| 2025-08-26 | fuse: reflect cached blocksize if blocksize was changed | Joanne Koong | 3 | -0/+12 |
| 2025-08-26 | fuse: prevent overflow in copy_file_range return value | Miklos Szeredi | 1 | -1/+1 |
| 2025-08-26 | fuse: check if copy_file_range() returns larger than requested size | Miklos Szeredi | 1 | -0/+3 |
| 2025-08-26 | fuse: do not allow mapping a non-regular backing file | Amir Goldstein | 1 | -0/+5 |
| 2025-08-11 | fuse: keep inode->i_blkbits constant | Joanne Koong | 1 | -5/+0 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -16/+3 |
| 2025-07-28 | Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+3 |
| 2025-07-28 | fuse: remove page alignment check for writeback len | Joanne Koong | 1 | -2/+0 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -196/+154 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+8 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+9 |
| 2025-07-28 | Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -23/+13 |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 3 | -12/+2 |
| 2025-07-17 | fuse: refactor writeback to use iomap_writepage_ctx inode | Joanne Koong | 1 | -16/+12 |
| 2025-07-17 | fuse: hook into iomap for invalidating and checking partial uptodateness | Joanne Koong | 1 | -0/+2 |
| 2025-07-17 | fuse: use iomap for folio laundering | Joanne Koong | 1 | -40/+12 |
| 2025-07-17 | fuse: use iomap for writeback | Joanne Koong | 1 | -51/+82 |
| 2025-07-17 | fuse: use iomap for buffered writes | Joanne Koong | 2 | -94/+55 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -5/+9 |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 2 | -5/+3 |
| 2025-07-09 | mm: remove the for_reclaim field from struct writeback_control | Christoph Hellwig | 1 | -11/+0 |
| 2025-07-04 | Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+2 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 2 | -4/+4 |
| 2025-07-02 | fuse_ctl: use simple_recursive_removal() | Al Viro | 2 | -23/+13 |
| 2025-07-02 | fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP | Andrey Albershteyn | 1 | -0/+4 |
| 2025-07-01 | lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks | Daniel Wagner | 1 | -3/+3 |
| 2025-06-25 | fuse: fix runtime warning on truncate_folio_batch_exceptionals() | Haiyue Wang | 1 | -0/+4 |
| 2025-06-24 | fuse: fix fuse_fill_write_pages() upper bound calculation | Joanne Koong | 1 | -3/+2 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -2/+2 |
| 2025-06-10 | fuse: no need for special dentry_operations for root dentry | Al Viro | 3 | -11/+1 |
| 2025-06-02 | Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -496/+306 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-05-30 | Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+0 |
| 2025-05-29 | fuse: increase readdir buffer size | Miklos Szeredi | 1 | -19/+14 |