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
/
fs
/
nandfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PR 206224] bv_cnt is sometimes examined without holding the bufobj lock
rpokala
2016-01-17
1
-0
/
+5
*
File systems that do not use the buffer cache (such as ZFS) must
rmacklem
2015-04-15
1
-0
/
+1
*
nandfs_meta_bread() calls bread() which can set bp to NULL in some
imp
2015-03-01
1
-1
/
+2
*
Do not leak 'copy' buffer if bmap_truncate_indirect fails.
kan
2015-02-28
1
-0
/
+1
*
Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some
kib
2014-12-21
1
-0
/
+2
*
The VOP_LOOKUP() implementations for CREATE op do not put the name
kib
2014-12-18
1
-1
/
+1
*
Set the erase block size properly in the case the underlying media
imp
2014-08-02
1
-2
/
+1
*
Follow the ufs practice for disallowing permission changes as well as
imp
2014-08-02
1
-1
/
+1
*
Fix a minor style(9) issue.
imp
2014-08-02
1
-4
/
+2
*
Fix typo in comment: noone -> no one.
imp
2014-07-23
1
-7
/
+4
*
Check for the cross-device cross-link attempt in the VFS, instead of
kib
2014-07-16
1
-3
/
+0
*
Naughty NANDFS was using hidden unused flag, hiding the fact that the
imp
2014-07-07
1
-3
/
+3
*
Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE on
imp
2014-04-18
3
-37
/
+3
*
More properly account for free/reserved segments to avoid deadlock or
imp
2014-04-18
4
-7
/
+17
*
In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.
dim
2014-02-15
1
-0
/
+2
*
- Convert the bufobj lock to rwlock.
jeff
2013-05-31
2
-2
/
+4
*
Remove the last use of the deprecated MNT_VNODE_FOREACH interface in
kib
2013-01-03
1
-28
/
+4
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Prevent nump NULL pointer dereference in bmap_getlbns()
kevlo
2012-09-11
1
-1
/
+2
*
Catch a corner case where ssegs could be 0 and thus i would be 0 and
marcel
2012-05-28
1
-8
/
+7
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
19
-0
/
+11832