aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
29 hoursvirtiofs: include a newline in sysfs tagBrian Foster1-1/+1
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein1-1/+1
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li1-0/+4
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin1-0/+1
2024-04-15fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein1-2/+2
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein4-25/+51
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-274/+1375
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+11
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+7
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi3-12/+0
2024-03-06fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi1-5/+1
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang2-5/+11
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang1-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng1-2/+6
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2-1/+3
2024-03-06fuse: Introduce a new notification type for resend pending requestsZhao Chen1-0/+56
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-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn1-1/+1
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)1-29/+1
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing1-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 Szeredi2-3/+5
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi1-1/+1
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi1-1/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein3-3/+27
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein3-2/+78
2024-03-05fuse: implement read/write passthroughAmir Goldstein3-6/+84
2024-03-05fuse: implement open in passthrough modeAmir Goldstein4-8/+155
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein4-31/+78
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein4-0/+192
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein5-0/+110
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein1-26/+33
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein3-30/+64
2024-02-23fuse: introduce inode io modesAmir Goldstein4-2/+189
2024-02-23fuse: prepare for failing open responseAmir Goldstein3-9/+16
2024-02-23fuse: break up fuse_open_common()Amir Goldstein3-13/+26
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein3-32/+41
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein1-17/+21
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert1-27/+34
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert1-18/+45
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi1-22/+90
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-4/+11
2024-02-05fuse: adapt to breakup of struct file_lockJeff Layton1-8/+7
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
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-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds4-23/+24
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton4-23/+24
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-105/+237
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+9
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert1-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-14/+14
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-11/+9
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang1-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi4-8/+40
2023-08-21fuse: implement statxMiklos Szeredi3-7/+107
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi3-21/+14
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi1-1/+6
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu1-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu3-3/+11
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu1-1/+11
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi1-63/+26
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24fuse: convert to ctime accessor functionsJeff Layton3-13/+13
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+20
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-35/+10
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+2
2023-06-21fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-06-09fuse: use direct_write_fallbackChristoph Hellwig1-22/+2
2023-06-09fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig1-6/+5
2023-06-09fuse: update ki_pos in fuse_perform_writeChristoph Hellwig1-10/+10
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-06-07fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-06-07fuse: remove duplicate check for nodeidzyfjeff1-2/+0
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+21
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro1-20/+21
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-61/+181
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+10
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-29/+30
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-9/+9
2023-01-26fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn1-0/+6
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap4-4/+4
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman1-26/+63
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi3-4/+67
2023-01-26fuse: add request extensionMiklos Szeredi3-30/+44
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner5-74/+78
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner2-2/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+28
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-33/+73
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+5
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)1-27/+28
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-23fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2-16/+21
2022-11-23fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh1-3/+40
2022-11-23fuse: remove the unneeded result variableye xingchen1-4/+1
2022-11-23fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner1-1/+1
2022-11-23fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn1-2/+1
2022-11-23fuse: always revalidate rename target dentryJiachen Zhang1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi3-5/+7
2022-11-23fs/fuse: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-21/+16
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner1-1/+1
2022-10-20fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner2-2/+3
2022-10-18attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+24
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-1/+2
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi2-3/+24
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+5
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-4/+2
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro2-3/+3
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-26/+75
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev1-2/+8
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang1-4/+3
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu1-1/+1
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2-14/+23
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi1-0/+9
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+6
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2-4/+6
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2-7/+8
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-11/+10
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22fuse: remove reliance on bdi congestionNeilBrown3-25/+17
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2-8/+8
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton1-2/+1
2022-02-18fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+2
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-16/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu3-0/+13
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu3-5/+13
2021-12-14fuse: enable per inode DAXJeffle Xu4-9/+13
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu4-9/+52
2021-12-14fuse: add fuse_should_enable_dax() helperJeffle Xu1-1/+9
2021-12-07fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-1/+1
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1