index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
2006-06-25
1
-2
/
+3
|
\
|
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2006-06-24
2
-6
/
+7
|
|
\
|
*
|
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
Trond Myklebust
2006-06-09
1
-2
/
+3
*
|
|
[PATCH] fuse: scramble lock owner ID
Miklos Szeredi
2006-06-25
3
-9
/
+25
*
|
|
[PATCH] fuse: add request interruption
Miklos Szeredi
2006-06-25
4
-27
/
+155
*
|
|
[PATCH] fuse: rename the interrupted flag
Miklos Szeredi
2006-06-25
2
-22
/
+21
*
|
|
[PATCH] fuse: ensure FLUSH reaches userspace
Miklos Szeredi
2006-06-25
3
-14
/
+99
*
|
|
[PATCH] fuse: add POSIX file locking support
Miklos Szeredi
2006-06-25
3
-2
/
+154
*
|
|
[PATCH] fuse: add control filesystem
Miklos Szeredi
2006-06-25
5
-106
/
+310
*
|
|
[PATCH] fuse: no backgrounding on interrupt
Miklos Szeredi
2006-06-25
5
-219
/
+106
|
|
/
|
/
|
*
|
[PATCH] vfs: add lock owner argument to flush operation
Miklos Szeredi
2006-06-23
1
-1
/
+1
*
|
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
2006-06-23
1
-1
/
+2
*
|
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-06-23
1
-4
/
+4
|
/
*
[fuse] fix race between checking and setting file->private_data
Miklos Szeredi
2006-04-26
1
-5
/
+8
*
[fuse] fix deadlock between fuse_put_super() and request_end(), try #2
Miklos Szeredi
2006-04-26
1
-2
/
+11
*
Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"
Miklos Szeredi
2006-04-26
3
-36
/
+31
*
[fuse] Direct I/O should not use fuse_reset_request
Miklos Szeredi
2006-04-11
1
-3
/
+7
*
[fuse] Don't init request twice
Miklos Szeredi
2006-04-11
1
-1
/
+0
*
[fuse] Fix accounting the number of waiting requests
Miklos Szeredi
2006-04-11
2
-6
/
+22
*
[fuse] fix deadlock between fuse_put_super() and request_end()
Miklos Szeredi
2006-04-11
3
-31
/
+36
*
[PATCH] fuse: account background requests
Miklos Szeredi
2006-04-11
3
-4
/
+38
*
[PATCH] fuse: clean up request accounting
Miklos Szeredi
2006-04-11
5
-208
/
+111
*
[PATCH] fuse: consolidate device errors
Miklos Szeredi
2006-04-11
1
-2
/
+2
*
[PATCH] fuse: use a per-mount spinlock
Miklos Szeredi
2006-04-11
3
-84
/
+74
*
[PATCH] fuse: simplify locking
Miklos Szeredi
2006-04-11
2
-62
/
+33
*
[PATCH] fuse: add O_NONBLOCK support to FUSE device
Jeff Dike
2006-04-11
1
-0
/
+6
*
[PATCH] fuse: add O_ASYNC support to FUSE device
Jeff Dike
2006-04-11
3
-1
/
+20
*
[PATCH] fuse: fix fuse_dev_poll() return value
Miklos Szeredi
2006-04-11
1
-5
/
+6
*
[PATCH] fuse: fix oops in fuse_send_readpages()
Miklos Szeredi
2006-04-11
1
-2
/
+6
*
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-03-28
4
-6
/
+6
*
[PATCH] fuse: fix bug in negative lookup
Miklos Szeredi
2006-02-28
1
-2
/
+8
*
[PATCH] fuse: fix bug in aborted fuse_release_end()
Miklos Szeredi
2006-02-17
2
-3
/
+14
*
[PATCH] fuse: fix request_end() vs fuse_reset_request() race
Miklos Szeredi
2006-02-05
1
-11
/
+29
*
[PATCH] fuse: fix async read for legacy filesystems
Miklos Szeredi
2006-02-01
3
-4
/
+22
*
[PATCH] fuse: fix bitfield race
Miklos Szeredi
2006-01-16
2
-3
/
+23
*
[PATCH] fuse: use asynchronous READ requests for readpages
Miklos Szeredi
2006-01-16
1
-17
/
+27
*
[PATCH] fuse: READ request initialization
Miklos Szeredi
2006-01-16
3
-24
/
+18
*
[PATCH] fuse: move INIT handling to inode.c
Miklos Szeredi
2006-01-16
3
-50
/
+45
*
[PATCH] fuse: add asynchronous request support
Miklos Szeredi
2006-01-16
3
-14
/
+43
*
[PATCH] fuse: add connection aborting
Miklos Szeredi
2006-01-16
3
-6
/
+88
*
[PATCH] fuse: add number of waiting requests attribute
Miklos Szeredi
2006-01-16
3
-3
/
+21
*
[PATCH] fuse: make fuse connection a kobject
Miklos Szeredi
2006-01-16
3
-43
/
+164
*
[PATCH] fuse: extend semantics of connected flag
Miklos Szeredi
2006-01-16
3
-4
/
+6
*
[PATCH] fuse: introduce list for requests under I/O
Miklos Szeredi
2006-01-16
3
-6
/
+10
*
[PATCH] fuse: introduce unified request state
Miklos Szeredi
2006-01-16
2
-11
/
+19
*
[PATCH] fuse: miscellaneous cleanup
Miklos Szeredi
2006-01-16
3
-15
/
+6
*
[PATCH] fuse: uninline some functions
Miklos Szeredi
2006-01-16
3
-21
/
+17
*
[PATCH] fuse: handle error INIT reply
Miklos Szeredi
2006-01-16
1
-1
/
+1
*
[PATCH] fuse: fix request_end()
Miklos Szeredi
2006-01-16
1
-11
/
+7
*
[PATCH] fuse: fuse_copy_finish() order fix
Miklos Szeredi
2006-01-16
1
-1
/
+3
[next]