summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-12/+33
|\
| * fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi2021-09-061-9/+6
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-061-0/+21
| * fuse: flush extending writesMiklos Szeredi2021-08-311-1/+1
| * fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-08-171-2/+5
* | fuse: Convert to using invalidate_lockJan Kara2021-07-131-5/+5
|/
* Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-061-6/+8
|\
| * virtiofs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
| * fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-221-1/+1
| * fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones2021-06-221-4/+6
* | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-2/+1
* | fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro2021-06-031-1/+0
|/
* Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-301-27/+44
|\
| * fuse: invalidate attrs when page writeback completesVivek Goyal2021-04-141-0/+9
| * fuse: don't zero pages twiceMiklos Szeredi2021-04-141-15/+6
| * fuse: fix write deadlockVivek Goyal2021-04-141-12/+29
* | fuse: add internal open/release helpersMiklos Szeredi2021-04-121-17/+33
* | fuse: unsigned open flagsMiklos Szeredi2021-04-121-2/+3
* | fuse: move ioctl to separate source fileMiklos Szeredi2021-04-121-380/+0
|/
* fuse: fix bad inodeMiklos Szeredi2020-12-101-8/+11
* fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2020-11-111-0/+6
* fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2020-11-111-1/+8
* fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal2020-11-111-0/+2
* fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi2020-11-111-1/+1
* fuse: launder page should wait for page writebackMiklos Szeredi2020-11-111-0/+3
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-106/+149
|\
| * fuse: split fuse_mount off of fuse_connMax Reitz2020-09-181-102/+106
| * virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal2020-09-101-3/+27
| * virtiofs: add DAX mmap supportStefan Hajnoczi2020-09-101-0/+5
| * virtiofs: implement dax read/write operationsVivek Goyal2020-09-101-2/+13
* | fuse: fix the ->direct_IO() treatment of iov_iterAl Viro2020-09-171-13/+12
|/
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-151-1/+11
* | fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin2020-07-141-2/+0
* | fuse: clean up condition for writepage sendingMiklos Szeredi2020-07-141-18/+35
* | fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi2020-07-141-32/+30
* | fuse: move rb_erase() before tree_insert()Miklos Szeredi2020-07-141-1/+2
|/
* Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-091-28/+92
|\
| * fuse: copy_file_range should truncate cacheMiklos Szeredi2020-05-201-0/+22
| * fuse: fix copy_file_range cache issuesMiklos Szeredi2020-05-201-12/+8
| * fuse: optimize writepages searchMaxim Patlasov2020-05-191-13/+49
| * fuse: always flush dirty data on close(2)Miklos Szeredi2020-05-191-4/+4
| * fuse: invalidate inode attr in writeback cache modeEryu Guan2020-05-191-1/+10
| * virtiofs: schedule blocking async replies in separate workerVivek Goyal2020-04-201-0/+1
* | fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-72/+28
|/
* fuse: use true,false for bool variablezhengbin2020-02-061-2/+2
* fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi2020-02-061-0/+12
* fix up iter on short count in fuse_direct_io()Miklos Szeredi2020-02-061-1/+4
* fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi2020-01-161-1/+3