index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
fuse: fix sparse warnings
Miklos Szeredi
1
-1
/
+3
2008-04-30
fuse: support writable mmap
Miklos Szeredi
1
-0
/
+19
2008-02-06
fuse: limit queued background requests
Miklos Szeredi
1
-46
/
+67
2007-10-17
fuse: no ENOENT from fuse device read
Miklos Szeredi
1
-4
/
+5
2007-10-17
fuse: no abort on interrupt
Miklos Szeredi
1
-19
/
+24
2007-10-17
fuse: cleanup in release
Miklos Szeredi
1
-2
/
+0
2007-10-17
fuse: add reference counting to fuse_file
Miklos Szeredi
1
-2
/
+0
2007-10-17
fuse: fix reserved request wake up
Miklos Szeredi
1
-2
/
+2
2007-10-17
fuse: update backing_dev_info congestion state
Miklos Szeredi
1
-0
/
+8
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-10-01
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
Badari Pulavarty
1
-27
/
+10
2006-09-29
[PATCH] fuse: add lock annotations to request_end and fuse_read_interrupt
Josh Triplett
1
-0
/
+2
2006-06-25
[PATCH] fuse: add request interruption
Miklos Szeredi
1
-27
/
+135
2006-06-25
[PATCH] fuse: rename the interrupted flag
Miklos Szeredi
1
-20
/
+19
2006-06-25
[PATCH] fuse: ensure FLUSH reaches userspace
Miklos Szeredi
1
-4
/
+84
2006-06-25
[PATCH] fuse: add control filesystem
Miklos Szeredi
1
-1
/
+1
2006-06-25
[PATCH] fuse: no backgrounding on interrupt
Miklos Szeredi
1
-113
/
+44
2006-04-26
[fuse] fix deadlock between fuse_put_super() and request_end(), try #2
Miklos Szeredi
1
-2
/
+11
2006-04-26
Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"
Miklos Szeredi
1
-16
/
+12
2006-04-11
[fuse] Don't init request twice
Miklos Szeredi
1
-1
/
+0
2006-04-11
[fuse] Fix accounting the number of waiting requests
Miklos Szeredi
1
-6
/
+19
2006-04-11
[fuse] fix deadlock between fuse_put_super() and request_end()
Miklos Szeredi
1
-12
/
+16
2006-04-11
[PATCH] fuse: account background requests
Miklos Szeredi
1
-4
/
+20
2006-04-11
[PATCH] fuse: clean up request accounting
Miklos Szeredi
1
-64
/
+9
2006-04-11
[PATCH] fuse: consolidate device errors
Miklos Szeredi
1
-2
/
+2
2006-04-11
[PATCH] fuse: use a per-mount spinlock
Miklos Szeredi
1
-60
/
+62
2006-04-11
[PATCH] fuse: simplify locking
Miklos Szeredi
1
-20
/
+11
2006-04-11
[PATCH] fuse: add O_NONBLOCK support to FUSE device
Jeff Dike
1
-0
/
+6
2006-04-11
[PATCH] fuse: add O_ASYNC support to FUSE device
Jeff Dike
1
-1
/
+16
2006-04-11
[PATCH] fuse: fix fuse_dev_poll() return value
Miklos Szeredi
1
-5
/
+6
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-02-17
[PATCH] fuse: fix bug in aborted fuse_release_end()
Miklos Szeredi
1
-0
/
+6
2006-02-05
[PATCH] fuse: fix request_end() vs fuse_reset_request() race
Miklos Szeredi
1
-11
/
+29
2006-01-16
[PATCH] fuse: move INIT handling to inode.c
Miklos Szeredi
1
-45
/
+0
2006-01-16
[PATCH] fuse: add asynchronous request support
Miklos Szeredi
1
-14
/
+28
2006-01-16
[PATCH] fuse: add connection aborting
Miklos Szeredi
1
-4
/
+67
2006-01-16
[PATCH] fuse: add number of waiting requests attribute
Miklos Szeredi
1
-3
/
+9
2006-01-16
[PATCH] fuse: make fuse connection a kobject
Miklos Szeredi
1
-1
/
+3
2006-01-16
[PATCH] fuse: extend semantics of connected flag
Miklos Szeredi
1
-3
/
+3
2006-01-16
[PATCH] fuse: introduce list for requests under I/O
Miklos Szeredi
1
-4
/
+4
2006-01-16
[PATCH] fuse: introduce unified request state
Miklos Szeredi
1
-6
/
+8
2006-01-16
[PATCH] fuse: miscellaneous cleanup
Miklos Szeredi
1
-2
/
+2
2006-01-16
[PATCH] fuse: uninline some functions
Miklos Szeredi
1
-11
/
+10
2006-01-16
[PATCH] fuse: handle error INIT reply
Miklos Szeredi
1
-1
/
+1
2006-01-16
[PATCH] fuse: fix request_end()
Miklos Szeredi
1
-11
/
+7
2006-01-16
[PATCH] fuse: fuse_copy_finish() order fix
Miklos Szeredi
1
-1
/
+3
2006-01-06
[PATCH] fuse: make maximum write data configurable
Miklos Szeredi
1
-18
/
+30
2006-01-06
[PATCH] fuse: clean up request size limit checking
Miklos Szeredi
1
-10
/
+16
[next]