aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein1-0/+1
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+49
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen1-1/+1
2024-03-06fuse: add support for explicit export disablingJingbo Xu1-1/+10
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn1-2/+2
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi1-1/+1
2024-03-05fuse: don't unhash rootMiklos Szeredi1-2/+5
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein1-0/+5
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro1-4/+11
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein1-0/+26
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen1-3/+72
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli1-3/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+4
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton1-15/+14
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+29
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+8
2023-08-21fuse: cache btimeMiklos Szeredi1-2/+23
2023-08-21fuse: implement statxMiklos Szeredi1-2/+3
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-1/+3
2023-07-24fuse: convert to ctime accessor functionsJeff Layton1-8/+8
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi1-1/+3
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-11/+10
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev1-2/+8
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton1-2/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu1-0/+3
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu1-4/+9
2021-12-14fuse: enable per inode DAXJeffle Xu1-1/+1
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu1-3/+7
2021-11-25fuse: send security context of inode on fileVivek Goyal1-1/+4
2021-11-25fuse: extend init flagsMiklos Szeredi1-27/+33
2021-10-28fuse: add cache_maskMiklos Szeredi1-7/+24
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi1-0/+13
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi1-2/+2
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi1-0/+3
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi1-6/+2
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi1-25/+25
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi1-12/+5
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi1-9/+11
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi1-1/+1
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-55/+148
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi1-0/+60
2021-08-05fuse: allow sharing existing sbMiklos Szeredi1-1/+37
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi1-23/+21
2021-08-04fuse: move option checking into fuse_fill_super()Miklos Szeredi1-7/+6
2021-08-04fuse: name fs_context consistentlyMiklos Szeredi1-30/+30
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-1/+0
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein1-2/+2
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz1-2/+2
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz1-0/+36
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz1-0/+16
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz1-0/+40
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl1-1/+2
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal1-1/+3
2021-03-08new helper: inode_wrong_type()Al Viro1-1/+1
2020-12-10fuse: fix bad inodeMiklos Szeredi1-2/+2
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal1-1/+13
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal1-1/+4
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi1-9/+7
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi1-13/+4
2020-11-11virtiofs: simplify sb setupMiklos Szeredi1-7/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-88/+303
2020-10-12fuse: connection remove fixMiklos Szeredi1-0/+7
2020-10-09fuse: implement crossmountsMax Reitz1-2/+24
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-1/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz1-21/+88
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-49/+121
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-0/+1
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal1-4/+17
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi1-1/+16
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal1-1/+17
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal1-14/+16
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi1-6/+10
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi1-0/+7
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal1-7/+12
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Al Viro1-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-06fuse: use true,false for bool variablezhengbin1-7/+7
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi1-0/+4
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds1-0/+4
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov1-1/+1
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi1-0/+4
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal1-1/+6
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi1-4/+8
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-4/+21
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-4/+9
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi1-59/+53
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal1-1/+2
2019-09-12fuse: fix request limitMiklos Szeredi1-2/+5
2019-09-10fuse: convert init to simple apiMiklos Szeredi1-28/+37
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi1-18/+10
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi1-1/+0
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-6/+6
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers1-0/+1
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-2/+1
2019-09-06fuse: convert to use the new mount APIDavid Howells1-125/+167
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+12
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang1-6/+4
2019-05-01fuse: switch to ->free_inode()Al Viro1-14/+10
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov1-2/+5
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-3/+3
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+15
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin1-1/+2
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi1-1/+1
2019-02-13fuse: clean up abortedMiklos Szeredi1-2/+2
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai1-2/+2
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai1-3/+6
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai1-2/+2
2019-01-16cuse: fix ioctlMiklos Szeredi1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa1-0/+1
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung1-1/+1
2018-10-15fuse: enable caching of symlinksDan Schatzberg1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi1-0/+2
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin1-1/+7
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi1-12/+4
2018-10-01fuse: add readdir cache versionMiklos Szeredi1-0/+1
2018-10-01fuse: allow caching readdirMiklos Szeredi1-0/+4
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai1-8/+19
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai1-0/+3
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi1-4/+10
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi1-0/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+34
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman1-0/+7
2018-03-23fuse: define the filesystem as untrustedMimi Zohar1-0/+3
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-12/+19
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz1-3/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-6/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara1-1/+8
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-3/+6
2017-04-20fuse: Get rid of bdi_initializedJan Kara1-2/+0
2017-04-20fuse: Convert to separately allocated bdiJan Kara1-29/+13
2017-04-18fuse: Add support for pid namespacesSeth Forshee1-0/+3
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova1-3/+3
2016-10-18fuse: fix root dentry initializationMiklos Szeredi1-1/+2
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi1-8/+10
2016-10-01fuse: Add posix ACL supportSeth Forshee1-1/+8
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi1-1/+3
2016-10-01fuse: Use generic xattr opsSeth Forshee1-0/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+2
2016-07-30qstr: constify instances in fuseAl Viro1-6/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi1-1/+18
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+3
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+3
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi1-1/+2
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi1-3/+44
2015-07-01fuse: pqueue lockingMiklos Szeredi1-0/+1
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi1-0/+1
2015-07-01fuse: separate out processing queueMiklos Szeredi1-2/+8
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi1-1/+2
2015-07-01fuse: separate out input queueMiklos Szeredi1-4/+10
2015-07-01fuse: simplify unique ctrMiklos Szeredi1-1/+0
2015-07-01fuse: req use bitopsMiklos Szeredi1-3/+3
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-06fuse: add memory barrier to INITMiklos Szeredi1-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi1-2/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-14/+8
2014-12-12fuse: flush requests on umountMiklos Szeredi1-15/+1
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi1-1/+0
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov1-2/+4
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi1-0/+1
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1