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
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
2006-01-06
[PATCH] fuse: bump interface version
Miklos Szeredi
1
-0
/
+2
2005-11-07
[PATCH] FUSE: atomic create+open
Miklos Szeredi
1
-0
/
+7
2005-10-30
[PATCH] fuse: spelling fixes
Miklos Szeredi
1
-3
/
+3
2005-09-09
[PATCH] FUSE: don't allow restarting of system calls
Miklos Szeredi
1
-60
/
+13
2005-09-09
[PATCH] fuse: transfer readdir data through device
Miklos Szeredi
1
-9
/
+0
2005-09-09
[PATCH] FUSE - mount options
Miklos Szeredi
1
-19
/
+59
2005-09-09
[PATCH] FUSE - read-only operations
Miklos Szeredi
1
-0
/
+9
2005-09-09
[PATCH] FUSE - device functions
Miklos Szeredi
1
-0
/
+884