aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAge
...
* fuse: fix fsync on directoryMiklos Szeredi2018-12-03
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-09
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-23
* | fuse: only invalidate atime in direct readMiklos Szeredi2018-10-15
* | fuse: realloc page arrayMiklos Szeredi2018-10-01
* | fuse: add max_pages to init_outConstantine Shulyupin2018-10-01
* | fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-01
* | fuse: allow using readdir cacheMiklos Szeredi2018-10-01
* | fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-28
* | fuse: introduce fc->bg_lockKirill Tkhai2018-09-28
* | fuse: add support for copy_file_range()Niels de Vos2018-09-28
|/
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\
| * fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-26
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-26
* | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-21
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* make kernel-side POLL... arch-independentAl Viro2017-11-29
* fs: annotate ->poll() instancesAl Viro2017-11-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-13
|\
| * fuse: getattr cleanupMiklos Szeredi2017-09-12
| * fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-12
| * fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-12
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \
| * | fuse: convert to errseq_t based error tracking for fsyncJeff Layton2017-07-31
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \ \ | |_|/ |/| |
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-16
| |/
* | fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-11
* | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-03
* | fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-09
|/
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-10
|\
| * locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-21
* | fuse: Add support for pid namespacesSeth Forshee2017-04-18
* | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-03
|\
| * fuse: release: private_data cannot be NULLMiklos Szeredi2017-02-22
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-22
| * fuse: add missing FR_FORCEMiklos Szeredi2017-02-22
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
|/
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-15
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\
| | * fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-22
* | | fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi2016-10-01
* | | fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro2016-10-01
|/ /
* / fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-08-24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-29
|\
| * fuse: use filemap_check_errors()Miklos Szeredi2016-07-29
| * fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-29
| * fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-29