summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* When writing out bitmap buffers, need to skip over ones that alreadymckusick2000-01-301-1/+2
* During fastpath processing for removal of a short-lived inode, themckusick2000-01-181-48/+56
* Need to reorganize the flushing of directory entry (pagedep) dependenciesmckusick2000-01-181-63/+62
* Better bounding on softdep_flushfiles; other minor tweeks to checks.mckusick2000-01-171-7/+9
* Must track multiple uncommitted renames until one ultimately getsmckusick2000-01-171-22/+65
* Non-operational change, fix compiler warning.dillon2000-01-141-1/+1
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-131-2/+0
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-131-0/+2
* Because cylinder group blocks are now written in background,mckusick2000-01-131-3/+13
* A panic occurs during an fsync when a dirty block associated withmckusick2000-01-131-4/+7
* We cannot proceed to free the blocks of the file until the dependenciesmckusick2000-01-111-29/+32
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+4
* Missing FREE_LOCK call before handle_workitem_freeblocks.mckusick2000-01-101-3/+5
OpenPOWER on IntegriCloud