Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Eric Wong
|
634734b63a
fuse: allow control of adaptive readdirplus use
|
12 years ago |
Miklos Szeredi
|
dfca7cebc2
fuse: don't WARN when nlink is zero
|
12 years ago |
Feng Shuo
|
4582a4ab2a
FUSE: Adapt readdirplus to application usage patterns
|
12 years ago |
Anatol Pomozov
|
c2132c1bc7
Do not use RCU for current process credentials
|
12 years ago |
Maxim Patlasov
|
85f40aec88
fuse: use req->page_descs[] for argpages cases
|
12 years ago |
Maxim Patlasov
|
b111c8c0e3
fuse: categorize fuse_get_req()
|
12 years ago |
Anand V. Avati
|
0b05b18381
fuse: implement NFS-like readdirplus support
|
13 years ago |
Eric W. Biederman
|
499dcf2024
userns: Support fuse interacting with multiple user namespaces
|
13 years ago |
Miklos Szeredi
|
af109bca94
fuse: check create mode in atomic open
|
13 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 years ago |
Al Viro
|
e45198a6ac
make finish_no_open() return int
|
13 years ago |
Al Viro
|
30d9049474
kill struct opendata
|
13 years ago |
Al Viro
|
d95852777b
make ->atomic_open() return int
|
13 years ago |
Al Viro
|
47237687d7
->atomic_open() prototype change - pass int * instead of bool *
|
13 years ago |
Miklos Szeredi
|
c8ccbe032f
fuse: implement i_op->atomic_open()
|
13 years ago |
Al Viro
|
b3d9b7a3c7
vfs: switch i_dentry/d_alias to hlist
|
13 years ago |
Miklos Szeredi
|
203627bbc9
fuse: fix blksize calculation
|
13 years ago |
Pavel Shilovsky
|
45c72cd73c
fuse: fix stat call on 32 bit platforms
|
13 years ago |
Anand Avati
|
4273b793ec
fuse: O_DIRECT support for files
|
13 years ago |
Miklos Szeredi
|
ac45d61357
fuse: fix nlink after unlink
|
13 years ago |
Linus Torvalds
|
6733e54b66
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
|
13 years ago |
Al Viro
|
541af6a074
fuse: propagate umode_t
|
14 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
John Muir
|
451d0f5999
FUSE: Notifying the kernel of deletion.
|
13 years ago |