1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys/ufs/ffs
Matthew D Fleming 3d08a76bbc Use a name instead of a magic number for kern_yield(9) when the priority
should not change.  Fetch the td_user_pri under the thread lock.  This
is probably not necessary but a magic number also seems preferable to
knowing the implementation details here.

Requested by:	Jason Behmer < jason DOT behmer AT isilon DOT com >
2011-05-13 05:27:58 +00:00
..
ffs_alloc.c VFS sometimes is unable to inactivate a vnode when vnode use count 2011-04-24 10:47:56 +00:00
ffs_balloc.c
ffs_extern.h Be far more persistent in reclaiming blocks and inodes before giving 2011-04-05 21:26:05 +00:00
ffs_inode.c
ffs_rawread.c
ffs_snapshot.c Add some FEATURE macros for some UFS features. 2011-02-09 15:33:13 +00:00
ffs_softdep.c Use a name instead of a magic number for kern_yield(9) when the priority 2011-05-13 05:27:58 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Retire opt_ffs_broken_fixme.h. 2011-03-20 21:05:09 +00:00
ffs_vnops.c Fix typos. 2011-04-30 22:46:02 +00:00
fs.h Use the native sector size of the device backing the UFS volume for SU+J 2011-02-12 12:52:12 +00:00
softdep.h Fix a long standing SUJ performance problem: 2011-04-10 03:49:53 +00:00