summaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fuse: convert release to simple apiMiklos Szeredi2019-09-102-41/+42
* cuse: convert init to simple apiMiklos Szeredi2019-09-101-45/+48
* fuse: convert init to simple apiMiklos Szeredi2019-09-101-28/+37
* fuse: convert writepages to simple apiMiklos Szeredi2019-09-103-185/+206
* fuse: convert readdir to simple apiMiklos Szeredi2019-09-103-66/+40
* fuse: convert readpages to simple apiMiklos Szeredi2019-09-101-67/+72
* fuse: convert direct_io to simple apiMiklos Szeredi2019-09-101-95/+124
* fuse: add simple background helperMiklos Szeredi2019-09-102-0/+51
* fuse: convert sync write to simple apiMiklos Szeredi2019-09-101-44/+86
* fuse: covert readpage to simple apiMiklos Szeredi2019-09-101-32/+48
* fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi2019-09-101-8/+9
* fuse: convert ioctl to simple apiMiklos Szeredi2019-09-102-56/+45
* fuse: move page allocMiklos Szeredi2019-09-103-15/+16
* fuse: convert readlink to simple apiMiklos Szeredi2019-09-101-27/+25
* fuse: add pages to fuse_argsMiklos Szeredi2019-09-102-10/+43
* fuse: convert destroy to simple apiMiklos Szeredi2019-09-103-22/+14
* fuse: add nocreds to fuse_argsMiklos Szeredi2019-09-102-29/+16
* fuse: convert fuse_force_forget() to simple apiMiklos Szeredi2019-09-103-24/+21
* fuse: add noreply to fuse_argsMiklos Szeredi2019-09-102-1/+4
* fuse: convert flush to simple apiMiklos Szeredi2019-09-103-20/+19
* fuse: simplify 'nofail' requestMiklos Szeredi2019-09-104-69/+6
* fuse: rearrange and resize fuse_args fieldsMiklos Szeredi2019-09-102-6/+6
* fuse: flatten 'struct fuse_args'Miklos Szeredi2019-09-106-223/+216
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-09-103-45/+52
* vfs: subtype handling moved to fuseDavid Howells2019-09-061-2/+1
* fuse: convert to use the new mount APIDavid Howells2019-09-061-125/+167
* cuse: fix broken releaseMiklos Szeredi2019-09-021-2/+1
* fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov2019-09-021-2/+1
* fuse: require /dev/fuse reads to have enough buffer capacity (take 2)Kirill Smelkov2019-09-021-0/+18
* 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-051-1/+1
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-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