summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* ffs_syncvnode() might skip some of the blocks due to them being locked,tegge2006-05-061-0/+46
* Return error if vnode was reclaimed while it was temporarily unlocked.tegge2006-05-051-1/+11
* Turn off disk quotas for snapshot files.tegge2006-05-052-0/+38
* Avoid locking overhead when snapshots are disabled.tegge2006-05-051-0/+4
* - Set bio_done directly to NULL to indicate that we want to wait for the bio.pjd2006-05-051-5/+2
* Detect the snapshot file being prematurely unlinked.tegge2006-05-031-0/+10
* Temporarily undo clusters contribution to global runningbufspace whiletegge2006-05-031-0/+4
* A side effect of calling runningbufwakeup() is that bp->b_runningbufspace istegge2006-05-031-3/+10
* Close a race when VOP_LOCK() on a snapshot file is attempted at thetegge2006-05-022-42/+110
* Fix a typo.scottl2006-04-281-1/+1
* - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all childjeff2006-04-281-1/+7
* Revert previous to this file before an actual request is made.trhodes2006-04-221-0/+12
* Remove what I believe are two useless ifdefs. If a user or administratortrhodes2006-04-211-12/+0
* Fix panic() message to give the right function name.kensmith2006-04-171-1/+1
* Eliminate softdep_flush() livelock by accounting for number of worklist itemstegge2006-04-032-1/+7
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-312-1/+7
* Allow compilation when not using softupdates.tegge2006-03-191-2/+0
* Let snapshots make a copy of old contents for all buffers taking part in ategge2006-03-191-11/+38
* Add kludge to avoid deadlock when unlinking snapshot.tegge2006-03-191-0/+16
* Reduce probability of unmount failing after having unmounted snapshots.tegge2006-03-191-0/+1
* Ensure that vnode for directory isn't reclaimed before ffs_snapshot() hastegge2006-03-191-4/+3
* - Remove the call to softdep_waitidle after suspending the filesystem.jeff2006-03-121-7/+0
* - Remove the call to softdep_waitidle after suspending the filesystem.jeff2006-03-121-0/+3
* Block secondary writes while expunging active unlinked files.tegge2006-03-113-3/+115
* Remove unneeded (and broken) usage of MNT_REF()/MNT_REL().tegge2006-03-101-2/+0
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-086-12/+227
* Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspendedtegge2006-03-081-1/+0
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-1/+11
* - Acquire lk in softdep_slowdown so that it's owned when we calljeff2006-03-021-3/+7
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-026-268/+336
* - Using LK_NOWAIT in qsync() can get us into infinite loop situations thatjeff2006-02-221-1/+1
* In quotaoff(), lock the vnode instead of asserting it when manipulatingrwatson2006-02-121-1/+2
* Instead of asserting the vnode lock before manipulating v_vflag, acquirerwatson2006-02-111-1/+2
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-011-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-093-15/+27
* If the lock passed to getdirtybuf() is the softdep lock then the backgroundtegge2006-01-091-0/+13
* Broaden scope of softdep_worklist_busy rwlock protection of softdep processingtegge2006-01-091-1/+19
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-061-0/+58
* Typo.delphij2005-12-231-1/+1
* Eradicate caddr_t from the VFS API.des2005-12-143-15/+15
* Fix parsing of atime, clusterr, clusterw, exec, suid, symfollowrodrigc2005-11-241-4/+4
* If export mount flag is not passed in, set default parametersrodrigc2005-11-201-1/+13
* Add more options to ffs_opts, so that vfs_filteropts() will notrodrigc2005-11-191-2/+3
* - Add parsing for the following existing UFS/FFS mount options in the nmount()rodrigc2005-11-181-1/+33
* Slightly reorganize to reduce duplicated code.delphij2005-11-071-2/+1
* Rate limit filesystem full and out of inodes messages to once aps2005-10-311-6/+21
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-3/+3
* Remove an unneeded "a" from comment.delphij2005-10-251-1/+1
* Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limitnjl2005-10-211-2/+2
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
OpenPOWER on IntegriCloud