aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Rename vm_page_set_valid() to vm_page_set_valid_range().Konstantin Belousov2011-11-303-3/+3
* Add unicode support to ntfsKevin Lo2011-11-273-60/+41
* In procfs_doproccmdline() if arguments are not cashed read them fromMikolaj Golub2011-11-221-30/+8
* Avoid panics from recursive rename operations. Not a perfect patch butIvan Voras2011-11-221-6/+3
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.Konstantin Belousov2011-11-225-1/+24
* This patch enables the new/default NFS server's use of sharedRick Macklem2011-11-221-9/+1
* Improve the way to calculate available pages in tmpfs:Xin LI2011-11-211-4/+1
* Clean up some cruft in the NFSv4 client left over from theRick Macklem2011-11-211-13/+6
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4Rick Macklem2011-11-202-8/+7
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,Rick Macklem2011-11-201-33/+7
* Post r223774 the NFSv4 client never uses the linked list with theRick Macklem2011-11-202-59/+0
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forKonstantin Belousov2011-11-193-7/+7
* Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiledKonstantin Belousov2011-11-191-1/+1
* Use the plain panic calls, without additional printing around them.Konstantin Belousov2011-11-191-14/+4
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-183-75/+109
* Fix build, use %d for int value formatting.Konstantin Belousov2011-11-161-1/+1
* Handle invalid large values for getdirentries(2) data buffer size.Peter Holm2011-11-161-22/+35
* Modify the new NFS client so that nfs_fsync() only calls ncl_flush()Rick Macklem2011-11-151-0/+10
* Removed extra PRELE() call.Peter Holm2011-11-151-2/+0
* Move the setting of the default value for nm_wcommitsize toRick Macklem2011-11-151-1/+4
* Finish making 'wcommitsize' an NFS client mount option.John Baldwin2011-11-141-1/+10
* Sync with the old NFS client: Remove an obsolete comment.John Baldwin2011-11-141-2/+0
* Since NFSv4 byte range locking only works for regular files,Rick Macklem2011-11-141-0/+2
* Move the assignment of default values for some mount optionsRick Macklem2011-11-131-3/+9
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,Konstantin Belousov2011-11-091-0/+2
* Don astbestos garment and remove the warning about TMPFS being experimentalMarcel Moolenaar2011-11-071-3/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-073-7/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.Ed Schouten2011-11-062-11/+0
* Fix typo.Konstantin Belousov2011-11-051-1/+1
* Move the cleanup of f_cdevpriv when the reference count of a devfsJohn Baldwin2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.Konstantin Belousov2011-11-031-0/+4
* Added missing cache purge of from argument for rename().Peter Holm2011-11-011-0/+1
* The use of VOP_ISLOCKED() without a check for the return values can causeKonstantin Belousov2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1Konstantin Belousov2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDKonstantin Belousov2011-10-241-1/+1
* Only unlock if the lock is exclusive.Peter Holm2011-10-241-3/+2
* Trace attempts to open a portal device.Dag-Erling Smørgrav2011-10-181-1/+6
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDEdward Tomasz Napierala2011-10-101-1/+1
* Export devfs inode number allocator for the kernel consumers.Konstantin Belousov2011-10-051-3/+17
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-163-5/+5
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-6/+3
* Fix the NFS servers so that they can do a Lookup of "..",Rick Macklem2011-09-031-0/+1
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenRick Macklem2011-08-201-5/+4
* Do not return success and a string "unknown" when vn_fullpath() was unableKonstantin Belousov2011-08-161-6/+9
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-162-0/+4
* Fix a merge conflict.Jonathan Anderson2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-116-7/+46
* Do not update mountpoint generation counter to the value which was notKonstantin Belousov2011-08-091-2/+4