Searched hist:bafa96541b250a7051e3fbc5de6e8369daf8ffec (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | Makefile | diff bafa96541b250a7051e3fbc5de6e8369daf8ffec Sun Jun 25 07:48:51 CDT 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add control filesystem
Add a control filesystem to fuse, replacing the attributes currently exported through sysfs. An empty directory '/sys/fs/fuse/connections' is still created in sysfs, and mounting the control filesystem here provides backward compatibility.
Advantages of the control filesystem over the previous solution:
- allows the object directory and the attributes to be owned by the filesystem owner, hence letting unpriviled users abort the filesystem connection
- does not suffer from module unload race
[akpm@osdl.org: fix this fs for recent dhowells depredations] [akpm@osdl.org: fix 64-bit printk warnings] Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | control.c | bafa96541b250a7051e3fbc5de6e8369daf8ffec Sun Jun 25 07:48:51 CDT 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add control filesystem
Add a control filesystem to fuse, replacing the attributes currently exported through sysfs. An empty directory '/sys/fs/fuse/connections' is still created in sysfs, and mounting the control filesystem here provides backward compatibility.
Advantages of the control filesystem over the previous solution:
- allows the object directory and the attributes to be owned by the filesystem owner, hence letting unpriviled users abort the filesystem connection
- does not suffer from module unload race
[akpm@osdl.org: fix this fs for recent dhowells depredations] [akpm@osdl.org: fix 64-bit printk warnings] Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | fuse_i.h | diff bafa96541b250a7051e3fbc5de6e8369daf8ffec Sun Jun 25 07:48:51 CDT 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add control filesystem
Add a control filesystem to fuse, replacing the attributes currently exported through sysfs. An empty directory '/sys/fs/fuse/connections' is still created in sysfs, and mounting the control filesystem here provides backward compatibility.
Advantages of the control filesystem over the previous solution:
- allows the object directory and the attributes to be owned by the filesystem owner, hence letting unpriviled users abort the filesystem connection
- does not suffer from module unload race
[akpm@osdl.org: fix this fs for recent dhowells depredations] [akpm@osdl.org: fix 64-bit printk warnings] Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | dev.c | diff bafa96541b250a7051e3fbc5de6e8369daf8ffec Sun Jun 25 07:48:51 CDT 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add control filesystem
Add a control filesystem to fuse, replacing the attributes currently exported through sysfs. An empty directory '/sys/fs/fuse/connections' is still created in sysfs, and mounting the control filesystem here provides backward compatibility.
Advantages of the control filesystem over the previous solution:
- allows the object directory and the attributes to be owned by the filesystem owner, hence letting unpriviled users abort the filesystem connection
- does not suffer from module unload race
[akpm@osdl.org: fix this fs for recent dhowells depredations] [akpm@osdl.org: fix 64-bit printk warnings] Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | inode.c | diff bafa96541b250a7051e3fbc5de6e8369daf8ffec Sun Jun 25 07:48:51 CDT 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add control filesystem
Add a control filesystem to fuse, replacing the attributes currently exported through sysfs. An empty directory '/sys/fs/fuse/connections' is still created in sysfs, and mounting the control filesystem here provides backward compatibility.
Advantages of the control filesystem over the previous solution:
- allows the object directory and the attributes to be owned by the filesystem owner, hence letting unpriviled users abort the filesystem connection
- does not suffer from module unload race
[akpm@osdl.org: fix this fs for recent dhowells depredations] [akpm@osdl.org: fix 64-bit printk warnings] Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|