summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-2/+13
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-061-0/+36
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-0/+29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-151-28/+23
|\
| * fuse: avoid scheduling while atomicMiklos Szeredi2014-07-071-28/+23
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-1/+1
|/
* pipe: kill ->map() and ->unmap()Al Viro2014-04-011-3/+3
* fuse/dev: use atomic mapsAl Viro2014-04-011-5/+5
* fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi2014-01-221-1/+2
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-01-221-17/+5
* fuse: use list_for_each_entry() for list traversingDong Fang2013-09-041-4/+2
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-071-0/+1
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-071-17/+63
|\ \ | |/ |/|
| * fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-171-1/+1
| * fuse: optimize wake_upMiklos Szeredi2013-04-171-1/+1
| * fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-171-5/+24
| * fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-171-10/+20
| * fuse: add flag fc->initializedMaxim Patlasov2013-04-171-0/+1
| * fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-171-2/+18
* | get rid of pipe->inodeAl Viro2013-04-091-1/+1
|/
* more file_inode() open-coded instancesAl Viro2013-02-271-1/+1
* fuse: avoid out-of-scope stack accessEric Wong2013-02-041-3/+10
* fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-241-4/+3
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-241-8/+20
* fuse: rework fuse_retrieve()Maxim Patlasov2013-01-241-10/+15
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-241-6/+7
* fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-241-13/+34
* fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-241-0/+19
* fuse: remove unused variable in fuse_try_move_page()Wei Yongjun2013-01-171-5/+0
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-141-2/+2
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* fuse: fix retrieve lengthMiklos Szeredi2012-09-041-0/+1
* fuse: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* FUSE: Notifying the kernel of deletion.John Muir2011-12-131-1/+56
* fuse: fix fuse_retrieveMiklos Szeredi2011-12-131-1/+2
* fuse: fix memory leakMiklos Szeredi2011-09-121-4/+8
* fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi2011-08-241-0/+4
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-221-6/+4
* fuse: wakeup pollers on connection release/abortBryan Green2011-03-211-0/+17
* fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-071-11/+81
* fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-9/+77
* fuse: use release_pages()Miklos Szeredi2010-10-271-6/+1
* fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-261-7/+5
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-1/+1
* fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
* fuse: fix lock annotationsMiklos Szeredi2010-09-071-12/+14
* fuse: flush background queue on connection closeMiklos Szeredi2010-09-071-4/+12
* fuse: add retrieve requestMiklos Szeredi2010-07-121-1/+130
* fuse: add store requestMiklos Szeredi2010-07-121-0/+88
OpenPOWER on IntegriCloud