summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2020-10-07fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-20fuse: copy_file_range should truncate cacheMiklos Szeredi
2020-05-20fuse: fix copy_file_range cache issuesMiklos Szeredi
2020-05-19fuse: optimize writepages searchMaxim Patlasov
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi
2020-05-19fuse: fix weird page warningMiklos Szeredi
2020-05-19fuse: use dump_pageMiklos Szeredi
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal
2020-05-19fuse: always allow query of st_devMiklos Szeredi
2020-05-19fuse: always flush dirty data on close(2)Miklos Szeredi
2020-05-19fuse: invalidate inode attr in writeback cache modeEryu Guan
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
2020-04-20fuse: Update stale comment in queue_interrupt()Kirill Tkhai
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal
2020-02-13fuse: fix stack use after returnMiklos Szeredi
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fuse: switch to use errorfc() et.al.Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-06fuse: use true,false for bool variablezhengbin
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells
2019-12-05Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-27fuse: fix Kconfig indentationKrzysztof Kozlowski
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi
2019-11-22virtiofs: Use completions while waiting for queue to be drainedVivek Goyal
2019-11-22virtiofs: Do not send forget request "struct list_head" elementVivek Goyal
2019-11-22virtiofs: Use a common function to send forgetVivek Goyal