summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r262678;pfg2014-03-051-5/+5
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-301-2/+0
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-191-0/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* VFS sometimes is unable to inactivate a vnode when vnode use countkib2011-04-241-0/+1
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-4/+20
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-1/+0
* In ufs_checkpath(), recheck that '..' still points to the inode withkib2009-04-201-1/+1
* Use vfs_hash instead of home-rolled.phk2005-03-141-5/+0
* - Remove the unused and unsafe ufs_ihashlookup. This function returned ajeff2005-02-141-2/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-3/+3
* Use system wide no-op vfs_start function.phk2004-11-251-1/+0
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-281-2/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-181-3/+9
* With the revised single-lock method used in snapshots, themckusick2002-10-181-1/+0
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-2/+2
* 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
OpenPOWER on IntegriCloud