summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since NFSv4 byte range locking only works for regular files,rmacklem2011-11-141-0/+2
* Move the assignment of default values for some mount optionsrmacklem2011-11-131-3/+9
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,kib2011-11-091-0/+2
* Don astbestos garment and remove the warning about TMPFS being experimentalmarcel2011-11-071-3/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-073-7/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-062-11/+0
* Fix typo.kib2011-11-051-1/+1
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.kib2011-11-031-0/+4
* Added missing cache purge of from argument for rename().pho2011-11-011-0/+1
* The use of VOP_ISLOCKED() without a check for the return values can causekib2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1kib2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDkib2011-10-241-1/+1
* Only unlock if the lock is exclusive.pho2011-10-241-3/+2
* Trace attempts to open a portal device.des2011-10-181-1/+6
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDtrasz2011-10-101-1/+1
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-3/+17
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-163-5/+5
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-6/+3
* Fix the NFS servers so that they can do a Lookup of "..",rmacklem2011-09-031-0/+1
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenrmacklem2011-08-201-5/+4
* Do not return success and a string "unknown" when vn_fullpath() was unablekib2011-08-161-6/+9
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-162-0/+4
* Fix a merge conflict.jonathan2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-116-7/+46
* Do not update mountpoint generation counter to the value which was notkib2011-08-091-2/+4
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-022-2/+22
OpenPOWER on IntegriCloud