summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-181-2/+5
* When reading or writing the extended attributes of a special devicemckusick2002-10-141-3/+38
* size_t is not a struct (fix mislabelling in a comment).dd2002-10-021-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-7/+7
* Use our mount-credential if we get a NOCRED when we try to write out EAphk2002-09-271-0/+2
* - Convert locks to use standard macros.jeff2002-09-251-2/+8
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-31/+184
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Correctly handle setting, getting and deleting EA's with zero length content.phk2002-08-301-12/+14
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* Implement list of EA return functionality.phk2002-08-201-9/+33
* First snapshot of UFS2 EA support.phk2002-08-191-7/+228
* Expand the arguments to ffs_ext{read,write}() to their componentphk2002-08-131-41/+17
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-131-2/+49
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-121-2/+1028
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-1/+1
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-031-12/+0
* Remove __P.alfred2002-03-191-4/+4
* This corrects the first of two known deadlock conditions thatmckusick2002-03-141-12/+1
* KSE Milestone 2julian2001-09-121-3/+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-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-191-4/+4
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-2/+2
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
* o Permit UFS Extended Attributes to be associated with special devicesrwatson2000-09-211-0/+8
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-2/+12
* Revert part of my bioops change which implemented panic(8).phk2000-06-161-2/+0
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-2/+5
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+7
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+2
* Several performance improvements for soft updates have been added:mckusick2000-01-101-19/+30
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-221-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-6/+7
* On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-141-1/+6
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-021-10/+18
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-4/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-241-6/+2
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-071-4/+1
OpenPOWER on IntegriCloud