summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-9/+9
* Occationally deleted files would hang around for hours or daysmckusick2002-02-071-7/+10
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-38/+35
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-221-4/+41
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
* Must call drain_output() before checking the dirty block listmckusick2002-01-111-8/+10
* Initialise the bioops vector hack at runtime rather than at link time. Thismsmith2002-01-081-8/+7
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* KSE Milestone 2julian2001-09-121-96/+98
* 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
* 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-171-21/+165
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-1/+58
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-011-4/+2
* 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
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-11/+24
* Free lock before returning from process_worklist_item.mckusick2001-03-011-1/+3
* 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
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-26/+13
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Use <sys/queue.h> macro API.phk2001-02-041-16/+16
* Fix a race between the syncer and umount. When you umount a softupdatesdillon2001-01-301-12/+38
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-131-70/+159
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-14/+8
* Staticize some malloc M_ instances.phk2000-12-081-13/+13
* More aggressively rate limit the growth of soft dependency structuresmckusick2000-11-201-33/+21
* Implement a low-memory deadlock solution.dillon2000-11-181-17/+19
* When deleting a file, the ordering of events imposed by soft updatesmckusick2000-11-141-15/+18
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-4/+4
* Cannot do MALLOC with M_WAITOK while holding ACQUIRE_LOCKmckusick2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+0
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-36/+55
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-16/+37
* Update to new copyright.mckusick2000-06-221-23/+6
* When running with quotas enabled on a filesystem using soft updates,mckusick2000-06-181-2/+3
* Some additional performance improvements. When freeing an inodemckusick2000-06-181-8/+18
* ARGH! I have too many source trees :-(phk2000-06-161-4/+2
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* 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/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-12/+11
OpenPOWER on IntegriCloud