summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-7/+11
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-301-0/+2
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-231-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+5
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-301-1/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-1/+1
* Move some UFS related stuff home where it belongs.phk2002-05-051-1/+7
* Remove __P.alfred2002-03-191-43/+41
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+1
* KSE Milestone 2julian2001-09-121-2/+2
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-171-2/+2
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-0/+1
* Remove two unused arguments from ufs_bmaparray().phk2001-04-291-2/+2
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+1
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-141-0/+1
* Several small but important fixes for snapshots:mckusick2000-12-191-1/+1
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-131-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+1
* Several performance improvements for soft updates have been added:mckusick2000-01-101-1/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-031-1/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-7/+20
* Forward declare precisely the structs that are actually used in this header.bde1997-10-271-7/+9
* Staticize the ufs vnops member functions.phk1997-10-161-36/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-8/+1
* vnops megacommitphk1997-10-151-1/+5
* Make ufs_reclaim free the underlying inode.phk1997-10-101-2/+2
* Convert select -> poll.peter1997-09-141-2/+2
* Uncut&paste cache_lookup().phk1997-08-261-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-4/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-5/+12
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed bogus __BEGIN_DECS/__END_DECLS.bde1995-11-281-3/+1
* Completed function declarations and/or added prototypes.bde1995-11-211-4/+2
* Correct prototype for ufs_bmaparray()dyson1995-09-041-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+4
* Remove unused `struct disklabel' (the declarations that used it went away).bde1994-11-141-5/+4
* Julian Elischer's disklabel fixes.jkh1994-10-271-9/+1
* More loadable VFS changes:wollman1994-09-221-3/+1
* Made idempotentpaul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+125
OpenPOWER on IntegriCloud