aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-85/+205
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Gravatar Johannes Weiner 1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-72/+28
2020-06-02fuse: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-72/+28
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-1/+1
2020-05-20fuse: copy_file_range should truncate cacheGravatar Miklos Szeredi 1-0/+22
2020-05-20fuse: fix copy_file_range cache issuesGravatar Miklos Szeredi 1-12/+8
2020-05-19fuse: optimize writepages searchGravatar Maxim Patlasov 2-14/+50
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Gravatar Miklos Szeredi 1-0/+7
2020-05-19fuse: don't check refcount after stealing pageGravatar Miklos Szeredi 1-1/+0
2020-05-19fuse: fix weird page warningGravatar Miklos Szeredi 1-1/+2
2020-05-19fuse: use dump_pageGravatar Miklos Szeredi 1-2/+1
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationGravatar Vivek Goyal 2-13/+15
2020-05-19fuse: always allow query of st_devGravatar Miklos Szeredi 1-1/+11
2020-05-19fuse: always flush dirty data on close(2)Gravatar Miklos Szeredi 1-4/+4
2020-05-19fuse: invalidate inode attr in writeback cache modeGravatar Eryu Guan 1-1/+10
2020-04-20docs: fix broken references to text filesGravatar Mauro Carvalho Chehab 2-2/+2
2020-04-20fuse: Update stale comment in queue_interrupt()Gravatar Kirill Tkhai 1-1/+1
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Gravatar Vasily Averin 1-2/+3
2020-04-20virtiofs: schedule blocking async replies in separate workerGravatar Vivek Goyal 3-35/+73
2020-02-13fuse: fix stack use after returnGravatar Miklos Szeredi 2-3/+5
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Gravatar Al Viro 1-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-06fuse: use true,false for bool variableGravatar zhengbin 4-12/+12
2020-02-06fuse: Support RENAME_WHITEOUT flagGravatar Vivek Goyal 1-1/+1
2020-02-06fuse: don't overflow LLONG_MAX with end offsetGravatar Miklos Szeredi 1-0/+12
2020-02-06fix up iter on short count in fuse_direct_io()Gravatar Miklos Szeredi 1-1/+4
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseGravatar Miklos Szeredi 1-1/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()Gravatar David Howells 1-1/+1
2019-12-05Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-115/+134
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-13/+18
2019-11-27fuse: fix Kconfig indentationGravatar Krzysztof Kozlowski 1-2/+2
2019-11-27fuse: fix leak of fuse_io_privGravatar Miklos Szeredi 1-1/+3
2019-11-22virtiofs: Use completions while waiting for queue to be drainedGravatar Vivek Goyal 1-10/+29
2019-11-22virtiofs: Do not send forget request "struct list_head" elementGravatar Vivek Goyal 1-5/+12
2019-11-22virtiofs: Use a common function to send forgetGravatar Vivek Goyal 1-87/+63
2019-11-15pipe: Allow pipes to have kernel-reserved slotsGravatar David Howells 1-4/+4
2019-11-12virtiofs: Fix old-style declarationGravatar YueHaibing 1-3/+3
2019-11-12fuse: verify nlinkGravatar Miklos Szeredi 1-1/+2
2019-11-12fuse: verify write returnGravatar Miklos Szeredi 1-0/+2
2019-11-12fuse: verify attributesGravatar Miklos Szeredi 3-7/+19
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthGravatar David Howells 1-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Gravatar Vasily Averin 1-3/+1
2019-10-23fuse: truncate pending writes on O_TRUNCGravatar Miklos Szeredi 1-3/+7