summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorLines
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-28/+23
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi-28/+23
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro-3/+3
2014-04-01fuse/dev: use atomic mapsAl Viro-5/+5
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi-17/+5
2013-09-04fuse: use list_for_each_entry() for list traversingDong Fang-4/+2
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-17/+63
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov-1/+1
2013-04-17fuse: optimize wake_upMiklos Szeredi-1/+1
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov-5/+24
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov-10/+20
2013-04-17fuse: add flag fc->initializedMaxim Patlasov-0/+1
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov-2/+18
2013-04-09get rid of pipe->inodeAl Viro-1/+1
2013-02-27more file_inode() open-coded instancesAl Viro-1/+1
2013-02-04fuse: avoid out-of-scope stack accessEric Wong-3/+10
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov-4/+3
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov-8/+20
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov-10/+15
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov-6/+7
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov-13/+34
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati-0/+19
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun-5/+0
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman-2/+2
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-04fuse: fix retrieve lengthMiklos Szeredi-0/+1
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2011-12-13FUSE: Notifying the kernel of deletion.John Muir-1/+56
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi-1/+2
2011-09-12fuse: fix memory leakMiklos Szeredi-4/+8
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi-0/+4
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi-6/+4
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green-0/+17
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi-11/+81
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi-9/+77
2010-10-27fuse: use release_pages()Miklos Szeredi-6/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich-1/+1
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven-1/+1
2010-09-07fuse: fix lock annotationsMiklos Szeredi-12/+14
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi-4/+12
2010-07-12fuse: add retrieve requestMiklos Szeredi-1/+130
2010-07-12fuse: add store requestMiklos Szeredi-0/+88
2010-07-12fuse: don't use atomic kmapMiklos Szeredi-5/+5
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-66/+461
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers-0/+1