linux/fs/nilfs2
Ryusuke Konishi 3256a05531 nilfs2: fix potential leak of dirty data on umount
This fixes incorrect usage of nilfs_segctor_confirm() test function in
nilfs_segctor_destroy(); nilfs_segctor_confirm() returns zero if the
filesystem is not clean, so its use in nilfs_segctor_destroy() needs
inversion.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
2010-01-31 14:57:31 +09:00
..
Kconfig Revert "task_struct: make journal_info conditional" 2009-12-17 13:23:24 -08:00
Makefile
alloc.c
alloc.h
bmap.c nilfs2: trivial coding style fix 2009-12-25 13:01:50 +09:00
bmap.h
bmap_union.h
btnode.c
btnode.h
btree.c nilfs2: use list_splice_tail or list_splice_tail_init 2009-11-29 02:50:46 +09:00
btree.h
cpfile.c nilfs2: trivial coding style fix 2009-12-25 13:01:50 +09:00
cpfile.h
dat.c
dat.h
dir.c nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty 2009-11-27 20:05:16 +09:00
direct.c nilfs2: trivial coding style fix 2009-12-25 13:01:50 +09:00
direct.h
file.c
gcdat.c
gcinode.c
ifile.c
ifile.h
inode.c nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty 2009-11-27 20:05:16 +09:00
ioctl.c nilfs2: Storage class should be before const qualifier 2009-12-25 13:01:50 +09:00
mdt.c
mdt.h
namei.c nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty 2009-11-27 20:05:16 +09:00
nilfs.h
page.c
page.h
recovery.c nilfs2: use list_splice_tail or list_splice_tail_init 2009-11-29 02:50:46 +09:00
sb.h
segbuf.c nilfs2: separate wait function from nilfs_segctor_write 2009-11-30 21:17:52 +09:00
segbuf.h nilfs2: separate wait function from nilfs_segctor_write 2009-11-30 21:17:52 +09:00
segment.c nilfs2: fix potential leak of dirty data on umount 2010-01-31 14:57:31 +09:00
segment.h nilfs2: separate wait function from nilfs_segctor_write 2009-11-30 21:17:52 +09:00
sufile.c nilfs2: clean up get/put function of a segment usage 2009-11-20 10:05:51 +09:00
sufile.h nilfs2: clean up get/put function of a segment usage 2009-11-20 10:05:51 +09:00
super.c switch nilfs2 to deactivate_locked_super() 2009-12-16 12:16:42 -05:00
the_nilfs.c nilfs2: add norecovery mount option 2009-11-20 10:05:52 +09:00
the_nilfs.h nilfs2: add helper to get if volume is in a valid state 2009-11-20 10:05:52 +09:00