summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn
2019-01-16cuse: fix ioctlMiklos Szeredi
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi
2018-12-03fuse: fix fsync on directoryMiklos Szeredi
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi
2018-11-09fuse: fix leaked notify replyMiklos Szeredi
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-15fuse: enable caching of symlinksDan Schatzberg
2018-10-15fuse: only invalidate atime in direct readMiklos Szeredi
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi
2018-10-01fuse: realloc page arrayMiklos Szeredi
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin
2018-10-01fuse: allocate page array more efficientlyMiklos Szeredi
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi
2018-10-01fuse: use mtime for readdir cache verificationMiklos Szeredi
2018-10-01fuse: add readdir cache versionMiklos Szeredi
2018-10-01fuse: allow using readdir cacheMiklos Szeredi
2018-10-01fuse: allow caching readdirMiklos Szeredi
2018-09-28fuse: extract fuse_emit() helperMiklos Szeredi
2018-09-28fuse: split out readdir.cMiklos Szeredi
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai
2018-09-28fuse: change interrupt requests allocation algorithmKirill Tkhai
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai
2018-09-28fuse: add locking to max_background and congestion_threshold changesKirill Tkhai
2018-09-28fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai
2018-09-28fuse: add support for copy_file_range()Niels de Vos
2018-09-28fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-09-28fuse: set FR_SENT while lockedMiklos Szeredi
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann