summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-263-14/+51
* Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),kib2006-09-201-2/+3
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* Declare UFS module version.pjd2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingpjd2006-07-091-2/+2
* Check the sectorsize of the underlying disk before trying torodrigc2006-06-031-1/+8
* Remove "update" from ffs_opts. It has been moved to global_optsrodrigc2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-18/+0
* Take errmsg out of ffs_opts. It is already part of global_optsrodrigc2006-05-241-1/+1
* Provide a less cryptic panic message in place of just "found inode."trhodes2006-05-161-1/+2
* Read block hints list from last snapshot on the active snapshot list.tegge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.tegge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.tegge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger antegge2006-05-151-6/+4
* Expunge traces of unlinked snapshot files when making a new snapshot.tegge2006-05-131-2/+9
* 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-051-0/+21
* 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-031-1/+6
* - 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
* 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-112-2/+89
* 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-083-8/+210
* 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-025-268/+328
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-092-7/+13
* 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
* Fix parsing of atime, clusterr, clusterw, exec, suid, symfollowrodrigc2005-11-241-4/+4
OpenPOWER on IntegriCloud