aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+8
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo1-1/+1
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones1-4/+6
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variantAl Viro1-2/+1
2021-06-03fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro1-1/+0
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-27/+44
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal1-0/+9
2021-04-14fuse: don't zero pages twiceMiklos Szeredi1-15/+6
2021-04-14fuse: fix write deadlockVivek Goyal1-12/+29
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