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
/
msdosfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r281562
rmacklem
2015-04-30
1
-0
/
+1
*
MFC r281121:
kib
2015-04-12
1
-6
/
+6
*
MFC r281120:
kib
2015-04-12
1
-0
/
+6
*
MFC r280342:
kib
2015-04-05
1
-4
/
+2
*
MFC r277898:
dim
2015-02-02
1
-6
/
+7
*
MFC r276007:
kib
2015-01-04
1
-0
/
+2
*
MFC r275897:
kib
2015-01-01
1
-1
/
+1
*
MFC r275638:
kib
2014-12-30
1
-3
/
+7
*
MFC r272952:
kib
2014-10-18
1
-1
/
+1
*
MFC r268606:
kib
2014-07-28
1
-52
/
+28
*
MFC r267564:
kib
2014-06-24
1
-6
/
+3
*
MFC r265275:
kib
2014-05-10
1
-0
/
+11
*
MFC: r263441:
pfg
2014-03-23
1
-1
/
+1
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
2
-42
/
+63
*
The fsync(2) call should sync the vnode in such way that even after
kib
2013-05-02
2
-13
/
+50
*
- Correct spelling in comments
gabor
2013-04-17
1
-1
/
+1
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
Add currently unused flag argument to the cluster_read(),
kib
2013-03-14
1
-2
/
+2
*
Do not update the fsinfo block on each update of any fat block, this
kib
2013-02-17
3
-30
/
+45
*
The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than
kib
2013-02-01
1
-2
/
+2
*
Backup FATs were sometimes marked dirty by copying their first block
kib
2013-02-01
1
-1
/
+12
*
The directory entry for dotdot was corrupted in the FAT32 case when moving
kib
2013-02-01
1
-5
/
+13
*
The mountmsdosfs() function had an insane sanity test, remove it.
kib
2013-02-01
1
-2
/
+1
*
Fix a backwards comment in markvoldirty().
kib
2013-02-01
1
-1
/
+1
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-6
/
+0
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
Use NULL instead of 0 for pointers
kevlo
2012-07-22
1
-1
/
+1
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
1
-2
/
+1
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
4
-12
/
+10
*
This change creates a new list of active vnodes associated with
mckusick
2012-04-20
1
-1
/
+1
*
Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.
mckusick
2012-04-17
1
-9
/
+2
*
Add I/O accounting to msdos filesystem.
mckusick
2012-04-08
1
-0
/
+4
*
Clean up style(9) nits
kevlo
2012-03-04
1
-4
/
+4
*
Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.
kib
2012-02-22
3
-7
/
+7
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-2
/
+2
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-1
/
+1
*
Discarding local array based on return values
kevlo
2011-12-22
1
-14
/
+14
*
Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.
kib
2011-11-22
5
-1
/
+24
*
Add unicode support to msdosfs and smbfs; original pathes from imura,
kevlo
2011-11-18
1
-64
/
+48
*
This update changes the mnt_flag field in the mount structure from
mckusick
2011-07-24
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-1
/
+1
*
Report EBUSY instead of EROFS for attempt of deleting or renaming the
kib
2011-03-25
1
-2
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-5
/
+0
*
Fix a possible race where the directory dirent is moved to the location
kevlo
2010-10-18
1
-3
/
+8
*
Ignore the return value of DE_INTERNALIZE().
rpaulo
2010-10-13
1
-1
/
+1
*
The r184588 changed the layout of struct export_args, causing an ABI
kib
2010-10-10
2
-2
/
+4
*
Add a comment describing the reason for calling cache_purge(fvp).
kib
2010-10-08
1
-0
/
+7
*
The msdosfs lookup is case insensitive. Several aliases may be inserted for
kib
2010-10-07
1
-0
/
+1
*
Style fixes and removal of unneeded variable.
trasz
2010-05-06
1
-2
/
+1
[next]