summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning:peter2002-07-201-1/+2
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-118/+403
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-011-0/+6
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-011-0/+13
* Warning fixes for 64 bits platforms. This eliminates all themux2002-06-231-9/+9
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-104/+351
* Fix ufs_daddr_t/daddr_t type problems.phk2002-05-171-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-6/+6
* Don't peak into the malloc_type structure for limits. The desired vnodesjeff2002-04-151-2/+1
* Remove __P.alfred2002-03-191-66/+63
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-26/+41
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+5
* Quiet a warning on the Alpha.obrien2002-03-151-1/+5
* 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
OpenPOWER on IntegriCloud