summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * virtiofs: Use a common function to send forgetVivek Goyal2019-11-221-87/+63
| * virtiofs: Fix old-style declarationYueHaibing2019-11-121-3/+3
| * fuse: verify nlinkMiklos Szeredi2019-11-121-1/+2
| * fuse: verify write returnMiklos Szeredi2019-11-121-0/+2
| * fuse: verify attributesMiklos Szeredi2019-11-123-7/+19
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-13/+18
|\ \ \ | |_|/ |/| |
| * | pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-151-4/+4
| * | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-13/+18
| |/
* | fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin2019-10-231-3/+1
* | fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-10-231-3/+7
* | fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-10-231-0/+13
* | virtiofs: Remove set but not used variable 'fc'zhengbin2019-10-231-2/+0
* | virtiofs: Retry request submission from worker contextVivek Goyal2019-10-211-9/+52
* | virtiofs: Count pending forgets as in_flight forgetsVivek Goyal2019-10-211-24/+20
* | virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal2019-10-211-13/+10
* | virtiofs: No need to check fpq->connected stateVivek Goyal2019-10-211-7/+0
* | virtiofs: Do not end request in submission contextVivek Goyal2019-10-211-4/+33
* | fuse: don't advise readdirplus for negative lookupMiklos Szeredi2019-10-211-1/+2
* | fuse: don't dereference req->args on finished requestMiklos Szeredi2019-10-211-1/+3
* | virtio-fs: don't show mount optionsMiklos Szeredi2019-10-153-0/+9
* | virtio-fs: Change module name to virtiofs.koVivek Goyal2019-10-141-1/+2
|/
* Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-275-0/+1220
|\