summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: verify attributesMiklos Szeredi2019-12-133-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-131-1/+2
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-111-0/+1
* fuse: fix request limitMiklos Szeredi2019-10-111-2/+5
* fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo2019-10-051-1/+3
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-10-053-45/+52
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-1/+1
|\
| * convenience helper: get_tree_single()Al Viro2019-07-041-1/+1
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-101-3/+26
|\ \
| * | fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-06-091-0/+5
| * | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+4
| * | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-3/+18
* | | Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi2019-06-111-10/+0
|/ /
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-2/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* | | fuse: extract helper for range writebackMiklos Szeredi2019-05-281-12/+14
* | | fuse: fix copy_file_range() in the writeback caseMiklos Szeredi2019-05-281-0/+12
* | | fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi2019-05-271-2/+9
* | | fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-05-271-1/+1
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-146-29/+72
|\
| * fuse: clean up fuse_alloc_inodezhangliguang2019-05-081-6/+4
| * fuse: Add ioctl flag for x32 compat ioctlIan Abbott2019-04-241-1/+6
| * fuse: Convert fusectl to use the new mount APIDavid Howells2019-04-241-5/+15
| * fuse: document fuse_fsync_in.fsync_flagsAlan Somers2019-04-241-1/+1
| * fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-04-241-1/+3
| * fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov2019-04-241-0/+10
| * fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-04-241-1/+1
| * fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-242-2/+8
| * fuse: convert printk -> pr_*Kirill Smelkov2019-04-244-11/+16
| * fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-04-241-0/+7
| * fuse: fix writepages on 32bitMiklos Szeredi2019-04-241-1/+1
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-14/+10
|\ \ | |/ |/|
| * fuse: switch to ->free_inode()Al Viro2019-05-011-14/+10
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-6/+6
|\ \ | |/ |/|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-6/+6
* | Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-128-259/+321
|\ \
| * | fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-131-1/+2
| * | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-133-5/+12
| * | fuse: lift bad inode checks into callersMiklos Szeredi2019-02-131-16/+10
| * | fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34
| * | fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
| * | fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
| * | fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
| * | fuse: use atomic64_t for khctrMiklos Szeredi2019-02-133-5/+3
| * | fuse: clean up abortedMiklos Szeredi2019-02-135-11/+12
| * | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-132-5/+10