aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-07
|\ \ | |/ |/|
| * fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-17
| * fuse: optimize wake_upMiklos Szeredi2013-04-17
| * fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-17
| * fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-17
| * fuse: add flag fc->initializedMaxim Patlasov2013-04-17
| * fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-17
* | get rid of pipe->inodeAl Viro2013-04-09
|/
* more file_inode() open-coded instancesAl Viro2013-02-27
* fuse: avoid out-of-scope stack accessEric Wong2013-02-04
* fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-24
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-24
* fuse: rework fuse_retrieve()Maxim Patlasov2013-01-24
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-24
* fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-24
* fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-24
* fuse: remove unused variable in fuse_try_move_page()Wei Yongjun2013-01-17
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-15
* make get_file() return its argumentAl Viro2012-09-26
* fuse: fix retrieve lengthMiklos Szeredi2012-09-04
* fuse: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* FUSE: Notifying the kernel of deletion.John Muir2011-12-13
* fuse: fix fuse_retrieveMiklos Szeredi2011-12-13
* fuse: fix memory leakMiklos Szeredi2011-09-12
* fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi2011-08-24
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-22
* fuse: wakeup pollers on connection release/abortBryan Green2011-03-21
* fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-07
* fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-07
* fuse: use release_pages()Miklos Szeredi2010-10-27
* fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-26
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-26
* fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-04
* fuse: fix lock annotationsMiklos Szeredi2010-09-07
* fuse: flush background queue on connection closeMiklos Szeredi2010-09-07
* fuse: add retrieve requestMiklos Szeredi2010-07-12
* fuse: add store requestMiklos Szeredi2010-07-12
* fuse: don't use atomic kmapMiklos Szeredi2010-07-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-30
|\
| * fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-25
| * fuse: allow splice to move pagesMiklos Szeredi2010-05-25
| * fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-25
| * fuse: use get_user_pages_fast()Miklos Szeredi2010-05-25
* | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-25
|/
* fuse: fix large stack useFang Wenqi2010-02-05
* fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi2010-02-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-09-18
|\
| * fuse: make the number of max background requests and congestion threshold tun...Csaba Henk2009-07-07