| Commit message (Expand) | Author | Age | Files | Lines |
* | The "dirpref" directory layout preference improvements make use of | iedowse | 2001-09-09 | 1 | -1/+1 |
* | o At some point, unmounting a non-EA file system with EA's compiled | rwatson | 2001-09-01 | 1 | -2/+4 |
* | Use a fixed type for times in on-disk structures for ufs rather than | peter | 2001-07-16 | 1 | -3/+3 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 1 | -2/+2 |
* | - Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -6/+6 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | Build on the change in revision 1.98 by Tor.Egge@fast.no. | mckusick | 2001-06-13 | 1 | -13/+21 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Revert the previous commit in favor of the fix in rev 1.42 of | jhb | 2001-05-30 | 1 | -1/+0 |
* | Forward declare struct cg to quiet a warning. | jhb | 2001-05-30 | 1 | -0/+1 |
* | Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet a | jhb | 2001-05-29 | 1 | -0/+1 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 1 | -4/+4 |
* | Update softdep_setup_directory_add prototype to reflect changes in | mckusick | 2001-05-20 | 1 | -2/+3 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 2 | -31/+214 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -3/+3 |
* | Further fixes for deadlock in the presence of multiple snapshots. | mckusick | 2001-05-14 | 1 | -7/+20 |
* | Remove yet another deadlock case. | mckusick | 2001-05-11 | 1 | -3/+6 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 6 | -7/+113 |
* | Several fixes for units errors: | mckusick | 2001-05-08 | 1 | -10/+19 |
* | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduce | mckusick | 2001-05-04 | 3 | -120/+227 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 2 | -9/+3 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -2/+0 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 6 | -45/+39 |
* | Remove faint traces of non-existant ffs_bmap(). | phk | 2001-04-29 | 1 | -2/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 7 | -14/+0 |
* | Rather than copying all the indirect blocks of the snapshot, | mckusick | 2001-04-26 | 1 | -35/+19 |
* | When closing the last reference to an unlinked file, it is freed | mckusick | 2001-04-25 | 2 | -23/+81 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -2/+2 |
* | Pre-dirpref versions of fsck may zero out the new superblock fields | iedowse | 2001-04-24 | 1 | -0/+6 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 7 | -0/+14 |
* | Add debugging option to always read/write cylinder groups as full | mckusick | 2001-04-17 | 1 | -0/+13 |
* | Background fsck sysctl operations must use vn_start_write and | mckusick | 2001-04-17 | 1 | -8/+14 |
* | Update to describe use of mdconfig instead of deprecated vnconfig. | mckusick | 2001-04-14 | 1 | -3/+3 |
* | This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag. | mckusick | 2001-04-14 | 3 | -8/+19 |
* | Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>. | mckusick | 2001-04-10 | 3 | -21/+143 |
* | Fix typo ); -> , | asmodai | 2001-03-24 | 1 | -1/+1 |
* | Check that background fsck operation is being done on a ufs filesystem. | mckusick | 2001-03-23 | 1 | -0/+2 |
* | Add kernel support for running fsck on active filesystems. | mckusick | 2001-03-21 | 5 | -43/+270 |
* | Clear the fs_clean flag only when the FS_UNCLEAN flag is not set | mckusick | 2001-03-21 | 1 | -16/+20 |
* | Report the correct inode number when panicing with freeing free inode. | mckusick | 2001-03-21 | 1 | -14/+14 |
* | o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to | rwatson | 2001-03-19 | 2 | -12/+12 |
* | o Implement "options FFS_EXTATTR_AUTOSTART", which depends on | rwatson | 2001-03-14 | 1 | -4/+5 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 6 | -56/+56 |
* | Free lock before returning from process_worklist_item. | mckusick | 2001-03-01 | 1 | -1/+3 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+1 |
* | Free lock before calling panic so that subsequent attempt to write out | mckusick | 2001-02-23 | 1 | -62/+191 |
* | When cleaning up excess inode dependencies, check for being done. | mckusick | 2001-02-22 | 1 | -0/+2 |