index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare UFS module version.
pjd
2006-07-09
1
-0
/
+1
*
Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missing
pjd
2006-07-09
1
-2
/
+2
*
Check the sectorsize of the underlying disk before trying to
rodrigc
2006-06-03
1
-1
/
+8
*
o Rearrange and remove incorrect comments.
maxim
2006-05-31
1
-8
/
+3
*
o According to POSIX, the result of ftruncate(2) is unspecified
maxim
2006-05-31
1
-4
/
+22
*
Remove "update" from ffs_opts. It has been moved to global_opts
rodrigc
2006-05-26
1
-4
/
+1
*
Remove calls to vfs_export() for exporting a filesystem for NFS mounting
rodrigc
2006-05-26
1
-18
/
+0
*
Take errmsg out of ffs_opts. It is already part of global_opts
rodrigc
2006-05-24
1
-1
/
+1
*
o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.
maxim
2006-05-21
1
-1
/
+1
*
o Fix a comment: directory whiteout type is DT_WHT not DT_W.
maxim
2006-05-21
1
-1
/
+1
*
Provide a less cryptic panic message in place of just "found inode."
trhodes
2006-05-16
1
-1
/
+2
*
Read block hints list from last snapshot on the active snapshot list.
tegge
2006-05-16
1
-0
/
+4
*
Copy last block on file system again after file system has been suspended.
tegge
2006-05-15
1
-0
/
+11
*
Don't leak a locked buffer if last block on file system cannot be read.
tegge
2006-05-15
1
-2
/
+3
*
Errors detected while file system is suspended should not trigger an
tegge
2006-05-15
1
-6
/
+4
*
Expunge traces of unlinked snapshot files when making a new snapshot.
tegge
2006-05-13
1
-2
/
+9
*
Bring the call to softdep_releasefile() within the region protected by
tegge
2006-05-09
1
-3
/
+7
*
ffs_syncvnode() might skip some of the blocks due to them being locked,
tegge
2006-05-06
1
-0
/
+46
*
Return error if vnode was reclaimed while it was temporarily unlocked.
tegge
2006-05-05
1
-1
/
+11
*
Turn off disk quotas for snapshot files.
tegge
2006-05-05
2
-0
/
+38
*
Avoid locking overhead when snapshots are disabled.
tegge
2006-05-05
1
-0
/
+4
*
- Set bio_done directly to NULL to indicate that we want to wait for the bio.
pjd
2006-05-05
1
-5
/
+2
*
Detect the snapshot file being prematurely unlinked.
tegge
2006-05-03
1
-0
/
+10
*
Temporarily undo clusters contribution to global runningbufspace while
tegge
2006-05-03
1
-0
/
+4
*
A side effect of calling runningbufwakeup() is that bp->b_runningbufspace is
tegge
2006-05-03
1
-3
/
+10
*
Close a race when VOP_LOCK() on a snapshot file is attempted at the
tegge
2006-05-02
2
-42
/
+110
*
Fix a typo.
scottl
2006-04-28
1
-1
/
+1
*
- Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child
jeff
2006-04-28
1
-1
/
+7
*
Revert previous to this file before an actual request is made.
trhodes
2006-04-22
1
-0
/
+12
*
Remove what I believe are two useless ifdefs. If a user or administrator
trhodes
2006-04-21
1
-12
/
+0
*
Fix panic() message to give the right function name.
kensmith
2006-04-17
1
-1
/
+1
*
Eliminate softdep_flush() livelock by accounting for number of worklist items
tegge
2006-04-03
2
-1
/
+7
*
- Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().
jeff
2006-03-31
2
-1
/
+7
*
Allow compilation when not using softupdates.
tegge
2006-03-19
1
-2
/
+0
*
Let snapshots make a copy of old contents for all buffers taking part in a
tegge
2006-03-19
1
-11
/
+38
*
Add kludge to avoid deadlock when unlinking snapshot.
tegge
2006-03-19
1
-0
/
+16
*
Reduce probability of unmount failing after having unmounted snapshots.
tegge
2006-03-19
1
-0
/
+1
*
Ensure that vnode for directory isn't reclaimed before ffs_snapshot() has
tegge
2006-03-19
1
-4
/
+3
*
- Remove the call to softdep_waitidle after suspending the filesystem.
jeff
2006-03-12
1
-7
/
+0
*
- Remove the call to softdep_waitidle after suspending the filesystem.
jeff
2006-03-12
1
-0
/
+3
*
Block secondary writes while expunging active unlinked files.
tegge
2006-03-11
3
-3
/
+115
*
Remove unneeded (and broken) usage of MNT_REF()/MNT_REL().
tegge
2006-03-10
1
-2
/
+0
*
Use vn_start_secondary_write() and vn_finished_secondary_write() as a
tegge
2006-03-08
6
-12
/
+227
*
Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspended
tegge
2006-03-08
1
-1
/
+0
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
1
-1
/
+11
*
- Acquire lk in softdep_slowdown so that it's owned when we call
jeff
2006-03-02
1
-3
/
+7
*
- Move softdep from using a global worklist to per-mount worklists. This
jeff
2006-03-02
6
-268
/
+336
*
- Using LK_NOWAIT in qsync() can get us into infinite loop situations that
jeff
2006-02-22
1
-1
/
+1
*
In quotaoff(), lock the vnode instead of asserting it when manipulating
rwatson
2006-02-12
1
-1
/
+2
*
Instead of asserting the vnode lock before manipulating v_vflag, acquire
rwatson
2006-02-11
1
-1
/
+2
[next]