aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong1-0/+8
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong1-0/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-02fuse_ctl: use simple_recursive_removal()Al Viro1-6/+0
2025-06-10fuse: no need for special dentry_operations for root dentryAl Viro1-1/+0
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong1-3/+0
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques1-0/+3
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang1-2/+2
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert1-2/+9
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong1-0/+13
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong1-0/+17
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi1-0/+3
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert1-0/+3
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert1-0/+3
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert1-0/+4
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert1-0/+5
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert1-0/+5
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert1-1/+14
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci1-2/+12
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-19/+3
2024-11-05fuse: convert direct io to use foliosJoanne Koong1-22/+0
2024-11-05fuse: convert ioctls to use foliosJoanne Koong1-0/+10
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong1-1/+1
2024-11-05fuse: convert reads to use foliosJoanne Koong1-0/+12
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong1-3/+19
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao1-0/+6
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong1-3/+11
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn1-1/+1
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-2/+16
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn1-2/+2
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn1-1/+2
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel1-1/+1
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi1-13/+6
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein1-3/+4
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-19/+134
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi1-6/+0
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang1-0/+1
2024-03-05fuse: don't unhash rootMiklos Szeredi1-1/+0
2024-03-05fuse: implement passthrough for mmapAmir Goldstein1-0/+1
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein1-0/+6
2024-03-05fuse: implement read/write passthroughAmir Goldstein1-0/+3
2024-03-05fuse: implement open in passthrough modeAmir Goldstein1-1/+34
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein1-3/+16
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein1-0/+10
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro1-0/+1
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein1-0/+42
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+5
2024-02-23fuse: introduce inode io modesAmir Goldstein1-2/+15