aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-06fuse: add memory barrier to INITMiklos Szeredi1-2/+13
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi1-0/+36
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-0/+29
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-28/+23
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro1-3/+3
2014-04-01fuse/dev: use atomic mapsAl Viro1-5/+5
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi1-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-17/+5
2013-09-04fuse: use list_for_each_entry() for list traversingDong Fang1-4/+2
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-17/+63
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov1-1/+1
2013-04-17fuse: optimize wake_upMiklos Szeredi1-1/+1
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov1-5/+24
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov1-10/+20
2013-04-17fuse: add flag fc->initializedMaxim Patlasov1-0/+1
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-2/+18
2013-04-09get rid of pipe->inodeAl Viro1-1/+1
2013-02-27more file_inode() open-coded instancesAl Viro1-1/+1
2013-02-04fuse: avoid out-of-scope stack accessEric Wong1-3/+10
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov1-4/+3
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov1-8/+20
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov1-10/+15
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov1-6/+7
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov1-13/+34
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati1-0/+19
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun1-5/+0
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman1-2/+2
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-04fuse: fix retrieve lengthMiklos Szeredi1-0/+1
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-12-13FUSE: Notifying the kernel of deletion.John Muir1-1/+56
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-09-12fuse: fix memory leakMiklos Szeredi1-4/+8
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi1-0/+4
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-6/+4
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green1-0/+17
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi1-11/+81
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi1-9/+77
2010-10-27fuse: use release_pages()Miklos Szeredi1-6/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-09-07fuse: fix lock annotationsMiklos Szeredi1-12/+14
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-07-12fuse: add retrieve requestMiklos Szeredi1-1/+130
2010-07-12fuse: add store requestMiklos Szeredi1-0/+88