summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fuse: fix leak of fuse_io_privMiklos Szeredi2019-11-271-1/+3
* fuse: verify write returnMiklos Szeredi2019-11-121-0/+2
* fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin2019-10-231-3/+1
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-10-231-3/+7
* fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-241-2/+3
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-09-241-0/+1
* fuse: simplify request allocationMiklos Szeredi2019-09-101-2/+2
* fuse: convert release to simple apiMiklos Szeredi2019-09-101-36/+39
* fuse: convert writepages to simple apiMiklos Szeredi2019-09-101-155/+206
* fuse: convert readdir to simple apiMiklos Szeredi2019-09-101-36/+0
* fuse: convert readpages to simple apiMiklos Szeredi2019-09-101-67/+72
* fuse: convert direct_io to simple apiMiklos Szeredi2019-09-101-95/+124
* 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-101-54/+43
* fuse: move page allocMiklos Szeredi2019-09-101-0/+12
* fuse: convert destroy to simple apiMiklos Szeredi2019-09-101-1/+1
* fuse: convert flush to simple apiMiklos Szeredi2019-09-101-11/+9
* fuse: simplify 'nofail' requestMiklos Szeredi2019-09-101-1/+1
* fuse: flatten 'struct fuse_args'Miklos Szeredi2019-09-101-58/+58
* fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov2019-09-021-2/+1
* 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
* 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
* fuse: Add ioctl flag for x32 compat ioctlIan Abbott2019-04-241-1/+6
* 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: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-04-241-0/+7