summaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-2533-33/+33
* MFC rev 1.8: Remove obsoleted info about linking from contribSheldon Hearn2000-06-261-16/+2
* MFC: new bsd-style unrestricted license textPeter Wemm2000-06-222-45/+11
* Merge in fix in delta 1.29 from current to properly resetKirk McKusick2000-05-061-0/+10
* MFC: kqueue() and kevent()Jonathan Lemon2000-05-052-26/+29
* MFC sequential write detection heuristic. This extends the sequentialMatthew Dillon2000-04-261-1/+3
* MFC: 1.15 Use 64-bit math for freespace limit calculation.Paul Saab2000-03-171-1/+2
* MFC: ufs_bmap.c 1.35, ufs_lookup.c 1.34Paul Saab2000-03-172-4/+4
* MFC: 1.65Paul Saab2000-03-161-30/+48
* In the 'found' case for ufs_lookup() the underlying bp's data wasMatthew Dillon2000-03-091-1/+1
* Fix a 'freeing free block' panic in UFS. The problem occurs when theMatthew Dillon2000-02-241-1/+24
* After much consulting with bde, concluded that this fix was the best fixRobert Watson2000-02-221-2/+2
* Disable chflags() from within jail() so that root within jail can't makeRobert Watson2000-02-201-1/+1
* When writing out bitmap buffers, need to skip over ones that alreadyKirk McKusick2000-01-301-1/+2
* During fastpath processing for removal of a short-lived inode, theKirk McKusick2000-01-181-48/+56
* Need to reorganize the flushing of directory entry (pagedep) dependenciesKirk McKusick2000-01-181-63/+62
* Better bounding on softdep_flushfiles; other minor tweeks to checks.Kirk McKusick2000-01-171-7/+9
* Must track multiple uncommitted renames until one ultimately getsKirk McKusick2000-01-171-22/+65
* Non-operational change, fix compiler warning.Matthew Dillon2000-01-141-1/+1
* Confirming Peter's fix (locking 101: release the lock before you goKirk McKusick2000-01-131-2/+0
* Free the global softupdates lock prior to tsleep() in getdirtybuf().Peter Wemm2000-01-131-0/+2
* Because cylinder group blocks are now written in background,Kirk McKusick2000-01-131-3/+13
* A panic occurs during an fsync when a dirty block associated withKirk McKusick2000-01-131-4/+7
* The only known cause of this panic is running out of disk space.Kirk McKusick2000-01-111-3/+13
* We cannot proceed to free the blocks of the file until the dependenciesKirk McKusick2000-01-111-29/+32
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-103-11/+9
* Missing FREE_LOCK call before handle_workitem_freeblocks.Kirk McKusick2000-01-101-3/+5
* Several performance improvements for soft updates have been added:Kirk McKusick2000-01-108-115/+285
* Keep tighter control of removal dependencies by limiting the numberKirk McKusick2000-01-091-20/+22
* Reorganize softdep_fsync so that it only does the inode-is-flushedKirk McKusick2000-01-091-26/+22
* Get rid of unreferenced function.Kirk McKusick2000-01-091-9/+0
* Make static non-exported functions from soft updates.Kirk McKusick2000-01-092-11/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-8/+8
* Update the unclean flag for mount -u. I forgot to handle this caseBruce Evans1999-12-231-0/+2
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-192-0/+4
* The function request_cleanup() had a tsleep() with PCATCH. It isKirk McKusick1999-12-161-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-153-43/+5
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove the 'alpha, use at your own risk' death-statement.Bill Fumerola1999-12-031-4/+1
* Fix typo, add $FreeBSD$Bill Fumerola1999-12-031-1/+3
* Preferentially allocate the first indirect block in the sameKirk McKusick1999-12-011-1/+1
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-121/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingPoul-Henning Kamp1999-11-223-8/+8
* We do not have ffs_checkexp, so remove the prototypeEivind Eklund1999-11-201-2/+0
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-2/+1
* Fix a warning (unused static declaration without MFS_ROOT)Peter Wemm1999-11-181-0/+2
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+6
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-0/+2