Linus Torvalds
|
5fec8bdbf9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
|
16 년 전 |
Tejun Heo
|
b93f858ab2
fuse: add fuse_ prefix to several functions
|
16 년 전 |
Tejun Heo
|
acf99433d9
fuse: add file kernel handle
|
16 년 전 |
Miklos Szeredi
|
1729a16c2c
fuse: style fixes
|
16 년 전 |
David Howells
|
c69e8d9c01
CRED: Use RCU to access another task's creds and to release a task's own creds
|
16 년 전 |
David Howells
|
b6dff3ec5e
CRED: Separate task security context from task_struct
|
16 년 전 |
Al Viro
|
a110343f0d
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
|
17 년 전 |
Al Viro
|
e6305c43ed
[PATCH] sanitize ->permission() prototype
|
17 년 전 |
Miklos Szeredi
|
c180eebe13
fuse: add fuse_lookup_name() helper
|
17 년 전 |
Miklos Szeredi
|
dbd561d236
fuse: add export operations
|
17 년 전 |
Miklos Szeredi
|
0de6256daa
fuse: prepare lookup for nfs export
|
17 년 전 |
Miklos Szeredi
|
5c5c5e51b2
fuse: update file size on short read
|
17 년 전 |
Miklos Szeredi
|
3be5a52b30
fuse: support writable mmap
|
17 년 전 |
Miklos Szeredi
|
1a823ac9ff
fuse: fix permission checking
|
17 년 전 |
David Howells
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
17 년 전 |
Miklos Szeredi
|
0952b2a4a8
fuse: fix attribute caching after create
|
17 년 전 |
Miklos Szeredi
|
08b633070a
fuse: fix attribute caching after rename
|
17 년 전 |
Miklos Szeredi
|
a6643094e7
fuse: pass open flags to read and write
|
17 년 전 |
Miklos Szeredi
|
7dca9fd39f
fuse: cleanup: add fuse_get_attr_version()
|
17 년 전 |
Miklos Szeredi
|
bcb4be809d
fuse: fix reading past EOF
|
17 년 전 |
Miklos Szeredi
|
0e9663ee45
fuse: add blksize field to fuse_attr
|
17 년 전 |
Miklos Szeredi
|
f33321141b
fuse: add support for mandatory locking
|
17 년 전 |
Miklos Szeredi
|
6ff958edbf
fuse: add atomic open+truncate support
|
17 년 전 |
Miklos Szeredi
|
17637cbaba
fuse: improve utimes support
|
17 년 전 |
Miklos Szeredi
|
49d4914fd7
fuse: clean up open file passing in setattr
|
17 년 전 |
Miklos Szeredi
|
c79e322f63
fuse: add file handle to getattr operation
|
17 년 전 |
Miklos Szeredi
|
1fb69e7817
fuse: fix race between getattr and write
|
17 년 전 |
Miklos Szeredi
|
e57ac68378
fuse: fix allowing operations
|
17 년 전 |
Miklos Szeredi
|
e8e961574b
fuse: clean up execute permission checking
|
17 년 전 |
Miklos Szeredi
|
ebc14c4dbe
fuse: fix permission checking on sticky directories
|
17 년 전 |