summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-2/+2
|\
| * virtio_fs: convert to LE accessorsMichael S. Tsirkin2020-08-051-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-4/+4
|\ \ | |/ |/|
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-163-4/+4
* | 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: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-141-6/+10
* | fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi2020-07-141-0/+7
* | fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi2020-07-141-3/+5
* | 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-096-85/+205
|\
| * 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-192-14/+50
| * fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-05-191-0/+7
| * fuse: don't check refcount after stealing pageMiklos Szeredi2020-05-191-1/+0
| * fuse: fix weird page warningMiklos Szeredi2020-05-191-1/+2
| * fuse: use dump_pageMiklos Szeredi2020-05-191-2/+1
| * virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal2020-05-192-13/+15
| * fuse: always allow query of st_devMiklos Szeredi2020-05-191-1/+11
| * 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
| * fuse: Update stale comment in queue_interrupt()Kirill Tkhai2020-04-201-1/+1
| * fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin2020-04-201-2/+3
| * virtiofs: schedule blocking async replies in separate workerVivek Goyal2020-04-203-35/+73
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\ \
| * | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-1/+1
* | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-72/+28
|\ \
| * | fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-72/+28
| |/
* / docs: fix broken references to text filesMauro Carvalho Chehab2020-04-202-2/+2
|/
* fuse: fix stack use after returnMiklos Szeredi2020-02-132-3/+5
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-15/+10
|\
| * fuse: switch to use errorfc() et.al.Al Viro2020-02-071-6/+6
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | fuse: use true,false for bool variablezhengbin2020-02-064-12/+12
* | fuse: Support RENAME_WHITEOUT flagVivek Goyal2020-02-061-1/+1
* | 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
|/
* pipe: Fix iteration end check in fuse_dev_splice_write()David Howells2019-12-061-1/+1
* Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-056-115/+134
|\
| * fuse: fix Kconfig indentationKrzysztof Kozlowski2019-11-271-2/+2
| * fuse: fix leak of fuse_io_privMiklos Szeredi2019-11-271-1/+3
| * virtiofs: Use completions while waiting for queue to be drainedVivek Goyal2019-11-221-10/+29
| * virtiofs: Do not send forget request "struct list_head" elementVivek Goyal2019-11-221-5/+12