aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12fuse: add internal open/release helpersMiklos Szeredi1-17/+33
2021-04-12fuse: unsigned open flagsMiklos Szeredi1-2/+3
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi1-380/+0
2020-12-10fuse: fix bad inodeMiklos Szeredi1-8/+11
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal1-0/+6
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal1-1/+8
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal1-0/+2
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi1-1/+1
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi1-0/+3
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-106/+149
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-102/+106
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro1-13/+12
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-3/+27
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi1-0/+5
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal1-2/+13
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi1-18/+35
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi1-32/+30
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi1-1/+2
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-28/+92
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)1-72/+28
2020-05-20fuse: copy_file_range should truncate cacheMiklos Szeredi1-0/+22
2020-05-20fuse: fix copy_file_range cache issuesMiklos Szeredi1-12/+8
2020-05-19fuse: optimize writepages searchMaxim Patlasov1-13/+49
2020-05-19fuse: always flush dirty data on close(2)Miklos Szeredi1-4/+4
2020-05-19fuse: invalidate inode attr in writeback cache modeEryu Guan1-1/+10
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal1-0/+1
2020-02-06fuse: use true,false for bool variablezhengbin1-2/+2
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi1-0/+12
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi1-1/+4
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi1-1/+3
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi1-1/+3
2019-11-12fuse: verify write returnMiklos Szeredi1-0/+2
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin1-3/+1
2019-10-23fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov1-2/+3
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Vasily Averin1-0/+1
2019-09-10fuse: simplify request allocationMiklos Szeredi1-2/+2
2019-09-10fuse: convert release to simple apiMiklos Szeredi1-36/+39
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi1-155/+206
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi1-36/+0
2019-09-10fuse: convert readpages to simple apiMiklos Szeredi1-67/+72
2019-09-10fuse: convert direct_io to simple apiMiklos Szeredi1-95/+124
2019-09-10fuse: convert sync write to simple apiMiklos Szeredi1-44/+86
2019-09-10fuse: covert readpage to simple apiMiklos Szeredi1-32/+48
2019-09-10fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi1-8/+9
2019-09-10fuse: convert ioctl to simple apiMiklos Szeredi1-54/+43