aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook3-4/+4
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi1-18/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi1-6/+10
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi1-32/+30
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi1-1/+2
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-85/+205
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-72/+28
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)1-72/+28
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-1/+1
2020-05-20fuse: copy_file_range should truncate cacheMiklos Szeredi1-0/+22
2020-05-20fuse: fix copy_file_range cache issuesMiklos Szeredi1-12/+8
2020-05-19fuse: optimize writepages searchMaxim Patlasov2-14/+50
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi1-0/+7
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi1-1/+0
2020-05-19fuse: fix weird page warningMiklos Szeredi1-1/+2
2020-05-19fuse: use dump_pageMiklos Szeredi1-2/+1
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal2-13/+15
2020-05-19fuse: always allow query of st_devMiklos Szeredi1-1/+11
2020-05-19fuse: always flush dirty data on close(2)Miklos Szeredi1-4/+4
2020-05-19fuse: invalidate inode attr in writeback cache modeEryu Guan1-1/+10
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab2-2/+2
2020-04-20fuse: Update stale comment in queue_interrupt()Kirill Tkhai1-1/+1
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin1-2/+3
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal3-35/+73
2020-02-13fuse: fix stack use after returnMiklos Szeredi2-3/+5
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Al Viro1-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-06fuse: use true,false for bool variablezhengbin4-12/+12
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal1-1/+1
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi1-0/+12
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi1-1/+4
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi1-1/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells1-1/+1
2019-12-05Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-115/+134
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-13/+18
2019-11-27fuse: fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi1-1/+3
2019-11-22virtiofs: Use completions while waiting for queue to be drainedVivek Goyal1-10/+29
2019-11-22virtiofs: Do not send forget request "struct list_head" elementVivek Goyal1-5/+12