freebsd-nq/sys/ufs/ffs
Konstantin Belousov 59a01b70af UFS support of the unmapped i/o for the user data buffers.
Sponsored by:	The FreeBSD Foundation
Tested by:	pho, scottl, jhb, bf
2013-03-19 15:08:15 +00:00
..
ffs_alloc.c UFS support of the unmapped i/o for the user data buffers. 2013-03-19 15:08:15 +00:00
ffs_balloc.c UFS support of the unmapped i/o for the user data buffers. 2013-03-19 15:08:15 +00:00
ffs_extern.h Add UFS writesuspension mechanism, designed to allow userland processes 2012-11-18 18:57:19 +00:00
ffs_inode.c For UFS2 i_blocks is unsigned. The current "sanity" check that it 2013-02-03 17:16:32 +00:00
ffs_rawread.c Do not remap usermode pages into KVA for physio. 2013-03-19 14:43:57 +00:00
ffs_snapshot.c Add flags argument to vfs_write_resume() and remove 2013-01-11 06:08:32 +00:00
ffs_softdep.c The softdep freeblks workitem might hold a reference on the dquot. 2013-02-27 07:32:39 +00:00
ffs_subr.c
ffs_suspend.c Add flags argument to vfs_write_resume() and remove 2013-01-11 06:08:32 +00:00
ffs_tables.c
ffs_vfsops.c UFS support of the unmapped i/o for the user data buffers. 2013-03-19 15:08:15 +00:00
ffs_vnops.c UFS support of the unmapped i/o for the user data buffers. 2013-03-19 15:08:15 +00:00
fs.h Fix build of kdump(1). 2012-11-18 22:03:31 +00:00
softdep.h