summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+6
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* 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
* Turn off disk quotas for snapshot files.tegge2006-05-051-0/+21
* - 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
* 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-021-41/+66
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-311-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
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-1/+88
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-0/+7
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-2/+4
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-061-0/+58
* Reduce probability for a deadlock that can occur when a snapshot inode istegge2005-10-091-0/+11
* Eliminate a deadlock that can occur when a dirty block belonging to a snapshottegge2005-10-091-0/+2
* Eliminate a deadlock that can occur during the cgaccount() processing due totegge2005-10-091-3/+2
* Reduce the probability of low block numbers passed to ffs_snapblkfree() bytegge2005-10-091-55/+35
* Correct previous commit to fix the sense of the TDP_NORUNNINGBUFtruckman2005-10-011-1/+1
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+13
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-301-4/+16
* - Use M_ZERO rather than explicitly calling bzero().jeff2005-04-031-13/+13
* - Set LK_NOSHARE for snapshot locks. snapshots require exclusive onlyjeff2005-03-311-2/+2
* - LK_NOPAUSE is a nop now.jeff2005-03-311-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+1
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* When clearing a fragment, it's possible that the length is zero.delphij2005-02-191-1/+1
* Don't use the UFS_* and VFS_* functions where a direct call is possble.phk2005-02-081-10/+10
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-9/+9
* - Use the ufs lock to protect fs_active.jeff2005-01-241-10/+26
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-9/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fixes a bug that caused UFS2 filesystems bigger than 2TB tomckusick2004-12-091-1/+1
* Fix snapshot creation.phk2004-12-081-1/+1
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-291-13/+17
* Degeneralize the per cdev copyonwrite callback. The only possible valuephk2004-10-261-6/+1
* Do not traverse list of snapshots if there isn't one.phk2004-09-161-0/+4
* Missed a place where snapshots were allocated in my last commit tophk2004-09-161-11/+8
* Create struct snapdata which contains the snapshot fields from cdevphk2004-09-131-70/+88
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-281-13/+14
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-8/+1
* Avoid deadlock which is caused by locking VDIR of parent and VREG ofkuriyama2004-06-181-0/+9
* Nice, is a property of a process as a whole..julian2004-06-161-4/+4
* Avoid assignments to cast expressions.stefanf2004-06-081-2/+2
* Fix style bugs in previous commit.kuriyama2004-02-131-2/+6
OpenPOWER on IntegriCloud