summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang
2025-09-05fuse: add prune notificationMiklos Szeredi
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong
2025-07-17fuse: use iomap for folio launderingJoanne Koong
2025-07-17fuse: use iomap for writebackJoanne Koong
2025-07-17fuse: use iomap for buffered writesJoanne Koong
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-02fuse_ctl: use simple_recursive_removal()Al Viro
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-06-25fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-10fuse: no need for special dentry_operations for root dentryAl Viro
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds