summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-4/+5
* When removing the last item from a non-empty worklist, the worklistmckusick2003-02-241-2/+15
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* This patch fixes a problem caused by applications that rapidly andmckusick2003-01-071-5/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove unused lockcnt variable.phk2002-12-171-3/+0
* The target for the maximum number of dependencies has been cutmckusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willmckusick2002-11-201-0/+6
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
* When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enoughjmallett2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* - Convert locks to use standard macros.jeff2002-09-251-1/+12
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-12/+21
* 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
OpenPOWER on IntegriCloud