summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-16/+16
* Sync up summary information for cylinder groups while data is alreadykib2008-10-131-0/+7
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-161-2/+5
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* - Don't free snapdata structures when they are no longer in use.jeff2008-03-311-67/+109
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-4/+0
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-26/+20
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-14/+14
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-6/+6
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-081-1/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-9/+15
* Fix the NAMEI zone leak when snapshot was successfully created.kib2007-04-101-0/+1
* Use *_EMPTY macros when appropriate.delphij2007-04-041-2/+2
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+114
* Quota system cleanup.mpp2007-01-201-13/+1
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-101-6/+18
* Don't restore MNT_QUOTA bit in mnt_flag after snapshot creation,tegge2006-09-261-1/+1
* 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
OpenPOWER on IntegriCloud