summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
3 daysMerge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-18fuse: signal that a fuse inode should exhibit local fs behaviorsDarrick J. Wong
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong
2025-09-05fuse: add prune notificationMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo
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-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...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-06-10fuse: no need for special dentry_operations for root dentryAl Viro
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: convert direct io to use foliosJoanne Koong
2024-11-05fuse: convert ioctls to use foliosJoanne Koong
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong
2024-11-05fuse: convert reads to use foliosJoanne Koong
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang