alistair23-linux/fs/ufs
Al Viro bd2843fe1f fix ufs write vs readpage race when writing into a hole
Followup to the UFS series - with the way we clear the new blocks (via
buffer cache, possibly on more than a page worth of file) we really
should not insert a reference to new block into inode block tree until
after we'd cleared it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-09-09 10:43:12 -07:00
..
balloc.c fix ufs write vs readpage race when writing into a hole 2015-09-09 10:43:12 -07:00
cylinder.c
dir.c
file.c
ialloc.c
inode.c ufs_inode_get{frag,block}(): get rid of 'phys' argument 2015-07-06 17:40:05 -04:00
Kconfig
Makefile ufs: move truncate code into inode.c 2015-07-06 17:39:30 -04:00
namei.c
super.c
swab.h
symlink.c
ufs.h ufs: move truncate code into inode.c 2015-07-06 17:39:30 -04:00
ufs_fs.h
util.c
util.h