summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-27/+28
|\
| * fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-111-27/+28
| * filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* | Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-126-33/+73
|\ \
| * | fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2022-11-232-16/+21
| * | fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh2022-11-231-3/+40
| * | fuse: remove the unneeded result variableye xingchen2022-11-231-4/+1
| * | fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-11-231-1/+1
| * | fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn2022-11-231-2/+1
| * | fuse: always revalidate rename target dentryJiachen Zhang2022-11-231-1/+1
| * | fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi2022-11-233-5/+7
| * | fs/fuse: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-11-231-2/+2
* | | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-261-1/+1
* | | | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\| | |
| * | | attr: use consistent sgid stripping checksChristian Brauner2022-10-181-1/+1
* | | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-123-4/+5
|\ \ \ \
| * | | | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
| * | | | fs: pass dentry to set acl methodChristian Brauner2022-10-192-2/+3
| |/ / /
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| | |/ | |/|
* / | fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-11-231-21/+16
|/ /
* | fuse: add file_modified() to fallocateMiklos Szeredi2022-10-281-0/+4
* | fuse: fix readdir cache raceMiklos Szeredi2022-10-201-1/+9
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-102-3/+24
|\
| * fuse: implement ->tmpfile()Miklos Szeredi2022-09-242-3/+24
* | mm: multi-gen LRU: groundworkYu Zhao2022-09-261-1/+2
|/
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-082-7/+5
|\
| * iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-082-4/+2
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-082-3/+3
* | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-087-26/+75
|\ \ | |/ |/|
| * fuse: retire block-device-based superblock on force unmountDaniil Lunev2022-07-271-2/+8
| * virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang2022-07-261-1/+1
| * virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang2022-07-211-4/+3
| * fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky2022-07-211-0/+9
| * fuse: Remove the control interface for virtio-fsXie Yongji2022-07-211-2/+2
| * fuse: ioctl: translate ENOSYSMiklos Szeredi2022-07-211-2/+13
| * fuse: limit nsecMiklos Szeredi2022-07-211-0/+6
| * fuse: avoid unnecessary spinlock bumpJeffle Xu2022-07-211-1/+1
| * fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2022-07-212-14/+23
| * fuse: write inode in fuse_release()Miklos Szeredi2022-07-211-0/+9
* | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
|/
* Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-272-4/+6
|\
| * dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-162-4/+6
* | fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+1
* | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
|/
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+1
|\
| * x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1