index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: separate out input queue
Miklos Szeredi
2015-07-01
1
-59
/
+75
*
fuse: req state use flags
Miklos Szeredi
2015-07-01
1
-9
/
+14
*
fuse: simplify req states
Miklos Szeredi
2015-07-01
1
-3
/
+2
*
fuse: don't hold lock over request_wait_answer()
Miklos Szeredi
2015-07-01
1
-25
/
+20
*
fuse: simplify unique ctr
Miklos Szeredi
2015-07-01
1
-6
/
+1
*
fuse: rework abort
Miklos Szeredi
2015-07-01
1
-11
/
+10
*
fuse: fold helpers into abort
Miklos Szeredi
2015-07-01
1
-55
/
+38
*
fuse: use per req lock for lock/unlock_request()
Miklos Szeredi
2015-07-01
1
-22
/
+20
*
fuse: req use bitops
Miklos Szeredi
2015-07-01
1
-35
/
+36
*
fuse: simplify request abort
Miklos Szeredi
2015-07-01
1
-73
/
+46
*
fuse: call fuse_abort_conn() in dev release
Miklos Szeredi
2015-07-01
1
-8
/
+3
*
fuse: fold fuse_request_send_nowait() into single caller
Miklos Szeredi
2015-07-01
1
-22
/
+10
*
fuse: check conn_error earlier
Miklos Szeredi
2015-07-01
1
-2
/
+4
*
fuse: account as waiting before queuing for background
Miklos Szeredi
2015-07-01
1
-4
/
+8
*
fuse: reset waiting
Miklos Szeredi
2015-07-01
1
-1
/
+3
*
fuse: fix background request if not connected
Miklos Szeredi
2015-07-01
1
-1
/
+4
*
fuse: use iov_iter_get_pages() for non-splice path
Al Viro
2015-04-12
1
-24
/
+17
*
fuse: switch to ->read_iter/->write_iter
Al Viro
2015-04-12
1
-12
/
+14
*
Merge branch 'iocb' into for-next
Al Viro
2015-04-12
1
-1
/
+0
|
\
|
*
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-26
1
-1
/
+0
*
|
fuse: explicitly set /dev/fuse file's private_data
Tom Van Braeckel
2015-03-19
1
-0
/
+12
*
|
fuse: set stolen page uptodate
Miklos Szeredi
2015-02-26
1
-2
/
+2
*
|
fuse: notify: don't move pages
Miklos Szeredi
2015-02-26
1
-0
/
+3
|
/
*
fuse: add memory barrier to INIT
Miklos Szeredi
2015-01-06
1
-2
/
+13
*
fuse: fix LOOKUP vs INIT compat handling
Miklos Szeredi
2015-01-06
1
-0
/
+36
*
fuse: introduce fuse_simple_request() helper
Miklos Szeredi
2014-12-12
1
-0
/
+29
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2014-07-15
1
-28
/
+23
|
\
|
*
fuse: avoid scheduling while atomic
Miklos Szeredi
2014-07-07
1
-28
/
+23
*
|
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
2014-06-05
1
-1
/
+1
|
/
*
pipe: kill ->map() and ->unmap()
Al Viro
2014-04-02
1
-3
/
+3
*
fuse/dev: use atomic maps
Al Viro
2014-04-02
1
-5
/
+5
*
fuse: fix SetPageUptodate() condition in STORE
Miklos Szeredi
2014-01-22
1
-1
/
+2
*
fuse: fix pipe_buf_operations
Miklos Szeredi
2014-01-22
1
-17
/
+5
*
fuse: use list_for_each_entry() for list traversing
Dong Fang
2013-09-04
1
-4
/
+2
*
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-05-08
1
-0
/
+1
|
\
|
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-08
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2013-05-07
1
-17
/
+63
|
\
\
|
|
/
|
/
|
|
*
fuse: make fuse_direct_io() aware about AIO
Maxim Patlasov
2013-04-17
1
-1
/
+1
|
*
fuse: optimize wake_up
Miklos Szeredi
2013-04-17
1
-1
/
+1
|
*
fuse: implement exclusive wakeup for blocked_waitq
Maxim Patlasov
2013-04-17
1
-5
/
+24
|
*
fuse: skip blocking on allocations of synchronous requests
Maxim Patlasov
2013-04-17
1
-10
/
+20
|
*
fuse: add flag fc->initialized
Maxim Patlasov
2013-04-17
1
-0
/
+1
|
*
fuse: make request allocations for background processing explicit
Maxim Patlasov
2013-04-17
1
-2
/
+18
*
|
get rid of pipe->inode
Al Viro
2013-04-09
1
-1
/
+1
|
/
*
more file_inode() open-coded instances
Al Viro
2013-02-27
1
-1
/
+1
*
fuse: avoid out-of-scope stack access
Eric Wong
2013-02-04
1
-3
/
+10
*
fuse: use req->page_descs[] for argpages cases
Maxim Patlasov
2013-01-24
1
-4
/
+3
*
fuse: add per-page descriptor <offset, length> to fuse_req
Maxim Patlasov
2013-01-24
1
-8
/
+20
*
fuse: rework fuse_retrieve()
Maxim Patlasov
2013-01-24
1
-10
/
+15
*
fuse: categorize fuse_get_req()
Maxim Patlasov
2013-01-24
1
-6
/
+7
[next]