summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-181-98/+0
* Remove unneeded cast.jlemon2000-04-171-1/+1
* Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-162-25/+29
* Fix two bugs in extended attribute support for UFS/FFS:rwatson2000-04-161-2/+5
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-153-17/+17
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-1515-0/+924
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+98
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-026-6/+8
* Change the write-behind code to take more care when startingdillon2000-04-021-1/+3
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-201-3/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-206-19/+18
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-205-18/+19
* Use 64-bit math to calculate if we have hit our freespace limit.mckusick2000-03-171-1/+2
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-152-4/+4
* Use 64-bit math to decide if optimization needs to be changed.mckusick2000-03-151-30/+48
* In the 'found' case for ufs_lookup() the underlying bp's data wasdillon2000-03-091-1/+1
* Fix a 'freeing free block' panic in UFS. The problem occurs when thedillon2000-02-241-1/+24
* After much consulting with bde, concluded that this fix was the best fixrwatson2000-02-221-2/+2
* Disable chflags() from within jail() so that root within jail can't makerwatson2000-02-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
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* 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-103-11/+9
* Missing FREE_LOCK call before handle_workitem_freeblocks.mckusick2000-01-101-3/+5
* Several performance improvements for soft updates have been added:mckusick2000-01-108-115/+285
* Keep tighter control of removal dependencies by limiting the numbermckusick2000-01-091-20/+22
* Reorganize softdep_fsync so that it only does the inode-is-flushedmckusick2000-01-091-26/+22
* Get rid of unreferenced function.mckusick2000-01-091-9/+0
* Make static non-exported functions from soft updates.mckusick2000-01-092-11/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-8/+8
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-192-0/+4
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-161-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-43/+5
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove the 'alpha, use at your own risk' death-statement.billf1999-12-031-4/+1
* Fix typo, add $FreeBSD$billf1999-12-031-1/+3
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-121/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-223-8/+8
OpenPOWER on IntegriCloud