summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* Several fixes for units errors:mckusick2001-05-081-10/+19
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-041-117/+225
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-21/+21
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Rather than copying all the indirect blocks of the snapshot,mckusick2001-04-261-35/+19
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-17/+66
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-141-1/+1
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setmckusick2001-03-211-16/+20
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-49/+48
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+2
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-1/+4
* Properly compute the size of the final block of superblock summary information.mckusick2001-01-121-1/+1
* Several small but important fixes for snapshots:mckusick2000-12-191-14/+36
* Silence a warning.des2000-09-171-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+0
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-261-8/+6
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-21/+46
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionmckusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+1028
OpenPOWER on IntegriCloud