This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
ufs
/
ffs
History
jhb
d9f2a53257
Use ffs() to locate free bits in the inode bitmap rather than a loop with
...
bit shifts. Reviewed by: mckusick MFC after: 1 month
2011-03-04 22:26:41 +00:00
..
ffs_alloc.c
Use ffs() to locate free bits in the inode bitmap rather than a loop with
2011-03-04 22:26:41 +00:00
ffs_balloc.c
- Merge soft-updates journaling from projects/suj/head into head. This
2010-04-24 07:05:35 +00:00
ffs_extern.h
- Merge soft-updates journaling from projects/suj/head into head. This
2010-04-24 07:05:35 +00:00
ffs_inode.c
Add function lbn_offset to calculate offset of the indirect block of
2010-11-11 11:35:42 +00:00
ffs_rawread.c
Put the general logic for being a CPU hog into a new function
2011-02-02 16:35:10 +00:00
ffs_snapshot.c
Add some FEATURE macros for some UFS features.
2011-02-09 15:33:13 +00:00
ffs_softdep.c
Use the native sector size of the device backing the UFS volume for SU+J
2011-02-12 12:52:12 +00:00
ffs_subr.c
- Merge soft-updates journaling from projects/suj/head into head. This
2010-04-24 07:05:35 +00:00
ffs_tables.c
…
ffs_vfsops.c
Add kernel side support for BIO_DELETE/TRIM on UFS.
2010-12-29 12:25:28 +00:00
ffs_vnops.c
- Handle the truncation of an inode with an effective link count of 0 in
2010-07-06 07:11:04 +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
Move the definition of mkdirlisthd from header to C file.
2010-12-29 12:16:06 +00:00