summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8uqs2012-01-158-8/+8
* Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to callalc2012-01-142-21/+21
* Tai Horgan reported via email that there were two places inrmacklem2012-01-141-2/+2
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"rmacklem2012-01-111-1/+0
* Correct an error of omission in the implementation of the truncationalc2012-01-081-19/+59
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-085-2/+5
* r222004 changed sbuf_finish() to not clear the buffer error status. As ajh2012-01-061-6/+12
* Check the return value of sbuf_finish() in pfs_readlink() and returnjh2012-01-061-1/+5
* In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnodedim2012-01-051-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-033-8/+6
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* Minor cleanups to ntfs codepfg2012-01-032-7/+7
* Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() andalc2012-01-031-2/+2
* Use strchr() and strrchr().ed2012-01-024-10/+10
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-25/+14
* Discard local array based on return values.kevlo2011-12-243-5/+7
* During investigation of an NFSv4 client crash reported by glebius@,rmacklem2011-12-231-6/+4
* Discarding local array based on return valueskevlo2011-12-221-14/+14
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+57
* Style cleanups by jh@.pfg2011-12-169-26/+28
* Patch the new NFS server in a manner analagous to r228520 for thermacklem2011-12-161-1/+7
* Bring in reallocblk to ext2fs.pfg2011-12-155-38/+335
* Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.pfg2011-12-142-382/+329
* Explicitly use curthread while manipulating td_fpop during last closejhb2011-12-091-3/+7
* Initialize fifoinfo fi_wgen field on open. The only important is thekib2011-12-041-1/+1
* This patch adds a sysctl to the NFSv4 server which optionally disables thermacklem2011-12-041-1/+9
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-032-53/+103
* Enhance the sequential access heuristic used to perform readahead in thejhb2011-12-011-52/+69
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-303-3/+3
* Add unicode support to ntfskevlo2011-11-273-60/+41
* In procfs_doproccmdline() if arguments are not cashed read them fromtrociny2011-11-221-30/+8
* Avoid panics from recursive rename operations. Not a perfect patch butivoras2011-11-221-6/+3
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-225-1/+24
* This patch enables the new/default NFS server's use of sharedrmacklem2011-11-221-9/+1
* Improve the way to calculate available pages in tmpfs:delphij2011-11-211-4/+1
* Clean up some cruft in the NFSv4 client left over from thermacklem2011-11-211-13/+6
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4rmacklem2011-11-202-8/+7
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,rmacklem2011-11-201-33/+7
* Post r223774 the NFSv4 client never uses the linked list with thermacklem2011-11-202-59/+0
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-193-7/+7
* Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiledkib2011-11-191-1/+1
* Use the plain panic calls, without additional printing around them.kib2011-11-191-14/+4
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-183-75/+109
* Fix build, use %d for int value formatting.kib2011-11-161-1/+1
* Handle invalid large values for getdirentries(2) data buffer size.pho2011-11-161-22/+35
* Modify the new NFS client so that nfs_fsync() only calls ncl_flush()rmacklem2011-11-151-0/+10
* Removed extra PRELE() call.pho2011-11-151-2/+0
* Move the setting of the default value for nm_wcommitsize tormacklem2011-11-151-1/+4
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-141-1/+10
* Sync with the old NFS client: Remove an obsolete comment.jhb2011-11-141-2/+0
OpenPOWER on IntegriCloud