summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-13/+7
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi1-0/+1
2022-01-27fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-09-15fuse: flush extending writesMiklos Szeredi1-1/+1
2021-09-15fuse: truncate pagecache on atomic_o_truncMiklos Szeredi1-2/+5
2021-05-11fuse: fix write deadlockVivek Goyal1-12/+29
2021-01-09fuse: fix bad inodeMiklos Szeredi1-8/+11
2020-10-07fuse: fix the ->direct_IO() treatment of iov_iterAl Viro1-13/+12
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-22fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-06-24fuse: copy_file_range should truncate cacheMiklos Szeredi1-0/+22
2020-06-24fuse: fix copy_file_range cache issuesMiklos Szeredi1-12/+8
2020-06-24virtiofs: schedule blocking async replies in separate workerVivek Goyal1-0/+1
2020-02-24fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi1-0/+12
2020-02-11fix up iter on short count in fuse_direct_io()Miklos Szeredi1-1/+4
2020-01-23fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi1-1/+3
2019-12-13fuse: verify write returnMiklos Szeredi1-0/+2
2019-12-13fuse: fix leak of fuse_io_privMiklos Szeredi1-1/+3
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
2019-09-10fuse: move page allocMiklos Szeredi1-0/+12
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi1-1/+1
2019-09-10fuse: convert flush to simple apiMiklos Szeredi1-11/+9
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi1-1/+1
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-58/+58
2019-09-02fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov1-2/+1
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-0/+5
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein1-1/+4
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner1-3/+18
2019-05-28fuse: extract helper for range writebackMiklos Szeredi1-12/+14
2019-05-28fuse: fix copy_file_range() in the writeback caseMiklos Szeredi1-0/+12
2019-05-27fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi1-2/+9
2019-05-27fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-04-24fuse: Add ioctl flag for x32 compat ioctlIan Abbott1-1/+6
2019-04-24fuse: document fuse_fsync_in.fsync_flagsAlan Somers1-1/+1
2019-04-24fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-04-24fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7