summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner5-74/+78
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