summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-161-3/+3
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-6/+6
* Fix warning:peter2001-06-151-1/+1
* Build on the change in revision 1.98 by Tor.Egge@fast.no.mckusick2001-06-131-13/+21
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
* Revert the previous commit in favor of the fix in rev 1.42 ofjhb2001-05-301-1/+0
* Forward declare struct cg to quiet a warning.jhb2001-05-301-0/+1
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet ajhb2001-05-291-0/+1
* Remove last vestiges of MFS.phk2001-05-291-4/+4
* Update softdep_setup_directory_add prototype to reflect changes inmckusick2001-05-201-2/+3
* Must ensure that all the entries on the pd_pendinghd list have beenmckusick2001-05-191-3/+11
* Must be a bit less aggressive about freeing pagedep structures.mckusick2001-05-181-1/+1
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-172-31/+214
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* Further fixes for deadlock in the presence of multiple snapshots.mckusick2001-05-141-7/+20
* Remove yet another deadlock case.mckusick2001-05-111-3/+6
* When running with soft updates, track the number of blocks and filesmckusick2001-05-086-7/+113
* Several fixes for units errors:mckusick2001-05-081-10/+19
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-043-120/+227
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-9/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-2/+0
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-296-45/+39
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-297-14/+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-252-23/+81
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+2
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Correct #includes to work with fixed sys/mount.h.grog2001-04-237-0/+14
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-0/+13
* Background fsck sysctl operations must use vn_start_write andmckusick2001-04-171-8/+14
* Update to describe use of mdconfig instead of deprecated vnconfig.mckusick2001-04-141-3/+3
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-143-8/+19
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-103-21/+143
* Fix typo ); -> ,asmodai2001-03-241-1/+1
* Check that background fsck operation is being done on a ufs filesystem.mckusick2001-03-231-0/+2
* Add kernel support for running fsck on active filesystems.mckusick2001-03-215-43/+270
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setmckusick2001-03-211-16/+20
* Report the correct inode number when panicing with freeing free inode.mckusick2001-03-211-14/+14
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-192-12/+12
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-141-4/+5
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-076-56/+56
* Free lock before returning from process_worklist_item.mckusick2001-03-011-1/+3
* Reviewed by: jlemonadrian2001-03-011-2/+1
* Free lock before calling panic so that subsequent attempt to write outmckusick2001-02-231-62/+191
* When cleaning up excess inode dependencies, check for being done.mckusick2001-02-221-0/+2
* This patch corrects two problems with the rate limiting codemckusick2001-02-201-4/+9
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
OpenPOWER on IntegriCloud