aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2019-05-25fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-03fuse: fix fsync on directoryMiklos Szeredi
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
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: only invalidate atime in direct readMiklos Szeredi
2018-10-01fuse: realloc page arrayMiklos Szeredi
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi
2018-10-01fuse: allow using readdir cacheMiklos Szeredi
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 support for copy_file_range()Niels de Vos
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-26fs: fuse: Adding new return type vm_fault_tSouptick Joarder
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-29make kernel-side POLL... arch-independentAl Viro
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-09-12fuse: getattr cleanupMiklos Szeredi
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant
2017-07-31fuse: convert to errseq_t based error tracking for fsyncJeff Layton
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-06-09fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington
2017-04-18fuse: Add support for pid namespacesSeth Forshee
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22fuse: release: private_data cannot be NULLMiklos Szeredi
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi
2017-02-22fuse: add missing FR_FORCEMiklos Szeredi
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara