aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov
2013-04-17fuse: optimize wake_upMiklos Szeredi
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-04-09get rid of pipe->inodeAl Viro
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-04fuse: avoid out-of-scope stack accessEric Wong
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman
2012-09-26make get_file() return its argumentAl Viro
2012-09-04fuse: fix retrieve lengthMiklos Szeredi
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-13FUSE: Notifying the kernel of deletion.John Muir
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi
2011-09-12fuse: fix memory leakMiklos Szeredi
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi
2010-10-27fuse: use release_pages()Miklos Szeredi
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven
2010-09-07fuse: fix lock annotationsMiklos Szeredi
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi
2010-07-12fuse: add retrieve requestMiklos Szeredi
2010-07-12fuse: add store requestMiklos Szeredi
2010-07-12fuse: don't use atomic kmapMiklos Szeredi
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi
2010-05-25fuse: allow splice to move pagesMiklos Szeredi
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi
2010-02-05fuse: fix large stack useFang Wenqi
2010-02-05fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds