summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/softdep.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r277922:kib2015-02-131-0/+2
* MFC of 269533 (by mckusick):mckusick2014-08-181-3/+13
* MFC r262678;pfg2014-03-051-50/+50
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-301-1/+138
* - Speed up pendingblock processing again. Having too much delay betweenjeff2011-07-041-2/+1
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-151-0/+2
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-35/+69
* Fix a long standing SUJ performance problem:jeff2011-04-101-1/+3
* - Don't invalidate jnewblks immediately upon discovering that the blockjeff2011-04-071-2/+5
* Move the definition of mkdirlisthd from header to C file.kib2010-12-291-1/+0
* Update comments in soft updates code to more fully describemckusick2010-09-141-70/+93
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-061-1/+1
* - Don't immediately re-run softdepflush if we didn't make any progressjeff2010-05-191-34/+48
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-79/+367
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-6/+1
* Delay freeing disk space for file system blocks until all dirty buffersups2005-07-311-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-3/+10
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-15/+23
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-0/+1
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-171-10/+49
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-2/+5
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-3/+3
* Update to new copyright.mckusick2000-06-221-23/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-22/+22
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-22/+22
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Whitespace cleanup.mckusick1999-05-071-2/+2
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-021-2/+3
* Bring up-to-date with Whistle's current versionjulian1998-05-191-1/+2
* Merge in Kirk's changes to stop softupdates from hogging all of memory.julian1998-05-191-17/+32
* First published FreeBSD version of soft updates Feb 5.julian1998-05-191-1/+0
* Import the next version received from kirk after somejulian1998-05-191-10/+22
* Import the earliest version of the soft update code that I have.julian1998-05-191-0/+520
OpenPOWER on IntegriCloud