kernel-hacking-2024-linux-s.../fs/fuse
Miklos Szeredi 0ec7ca41f6 [PATCH] fuse: add DESTROY operation
Add a DESTROY operation for block device based filesystems.  With the help of
this operation, such a filesystem can flush dirty data to the device
synchronously before the umount returns.

This is needed in situations where the filesystem is assumed to be clean
immediately after unmount (e.g.  ejecting removable media).

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:32 -08:00
..
control.c [PATCH] r/o bind mount prepwork: inc_nlink() helper 2006-10-01 00:39:30 -07:00
dev.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dir.c [PATCH] fuse: add bmap support 2006-12-07 08:39:32 -08:00
file.c [PATCH] fuse: add bmap support 2006-12-07 08:39:32 -08:00
fuse_i.h [PATCH] fuse: add DESTROY operation 2006-12-07 08:39:32 -08:00
inode.c [PATCH] fuse: add DESTROY operation 2006-12-07 08:39:32 -08:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00