index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-01
fuse: allow interrupt queuing without fc->lock
Miklos Szeredi
1
-3
/
+9
2015-07-01
fuse: iqueue locking
Miklos Szeredi
1
-6
/
+45
2015-07-01
fuse: dev read: split list_move
Miklos Szeredi
1
-1
/
+2
2015-07-01
fuse: abort: group iqueue accesses
Miklos Szeredi
1
-5
/
+7
2015-07-01
fuse: duplicate ->connected in iqueue
Miklos Szeredi
1
-9
/
+10
2015-07-01
fuse: separate out input queue
Miklos Szeredi
1
-59
/
+75
2015-07-01
fuse: req state use flags
Miklos Szeredi
1
-9
/
+14
2015-07-01
fuse: simplify req states
Miklos Szeredi
1
-3
/
+2
2015-07-01
fuse: don't hold lock over request_wait_answer()
Miklos Szeredi
1
-25
/
+20
2015-07-01
fuse: simplify unique ctr
Miklos Szeredi
1
-6
/
+1
2015-07-01
fuse: rework abort
Miklos Szeredi
1
-11
/
+10
2015-07-01
fuse: fold helpers into abort
Miklos Szeredi
1
-55
/
+38
2015-07-01
fuse: use per req lock for lock/unlock_request()
Miklos Szeredi
1
-22
/
+20
2015-07-01
fuse: req use bitops
Miklos Szeredi
1
-35
/
+36
2015-07-01
fuse: simplify request abort
Miklos Szeredi
1
-73
/
+46
2015-07-01
fuse: call fuse_abort_conn() in dev release
Miklos Szeredi
1
-8
/
+3
2015-07-01
fuse: fold fuse_request_send_nowait() into single caller
Miklos Szeredi
1
-22
/
+10
2015-07-01
fuse: check conn_error earlier
Miklos Szeredi
1
-2
/
+4
2015-07-01
fuse: account as waiting before queuing for background
Miklos Szeredi
1
-4
/
+8
2015-07-01
fuse: reset waiting
Miklos Szeredi
1
-1
/
+3
2015-07-01
fuse: fix background request if not connected
Miklos Szeredi
1
-1
/
+4
2015-04-11
fuse: use iov_iter_get_pages() for non-splice path
Al Viro
1
-24
/
+17
2015-04-11
fuse: switch to ->read_iter/->write_iter
Al Viro
1
-12
/
+14
2015-04-11
Merge branch 'iocb' into for-next
Al Viro
1
-1
/
+0
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-03-19
fuse: explicitly set /dev/fuse file's private_data
Tom Van Braeckel
1
-0
/
+12
2015-02-26
fuse: set stolen page uptodate
Miklos Szeredi
1
-2
/
+2
2015-02-26
fuse: notify: don't move pages
Miklos Szeredi
1
-0
/
+3
2015-01-06
fuse: add memory barrier to INIT
Miklos Szeredi
1
-2
/
+13
2015-01-06
fuse: fix LOOKUP vs INIT compat handling
Miklos Szeredi
1
-0
/
+36
2014-12-12
fuse: introduce fuse_simple_request() helper
Miklos Szeredi
1
-0
/
+29
2014-07-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-28
/
+23
2014-07-07
fuse: avoid scheduling while atomic
Miklos Szeredi
1
-28
/
+23
2014-06-04
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-04-01
pipe: kill ->map() and ->unmap()
Al Viro
1
-3
/
+3
2014-04-01
fuse/dev: use atomic maps
Al Viro
1
-5
/
+5
2014-01-22
fuse: fix SetPageUptodate() condition in STORE
Miklos Szeredi
1
-1
/
+2
2014-01-22
fuse: fix pipe_buf_operations
Miklos Szeredi
1
-17
/
+5
2013-09-04
fuse: use list_for_each_entry() for list traversing
Dong Fang
1
-4
/
+2
2013-05-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-0
/
+1
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-17
/
+63
2013-04-17
fuse: make fuse_direct_io() aware about AIO
Maxim Patlasov
1
-1
/
+1
2013-04-17
fuse: optimize wake_up
Miklos Szeredi
1
-1
/
+1
2013-04-17
fuse: implement exclusive wakeup for blocked_waitq
Maxim Patlasov
1
-5
/
+24
2013-04-17
fuse: skip blocking on allocations of synchronous requests
Maxim Patlasov
1
-10
/
+20
2013-04-17
fuse: add flag fc->initialized
Maxim Patlasov
1
-0
/
+1
2013-04-17
fuse: make request allocations for background processing explicit
Maxim Patlasov
1
-2
/
+18
2013-04-09
get rid of pipe->inode
Al Viro
1
-1
/
+1
2013-02-27
more file_inode() open-coded instances
Al Viro
1
-1
/
+1
[prev]
[next]