aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* udf_vnops: cosmetic followup to r208671 - better looking codeAndriy Gapon2010-06-221-1/+1
* Eliminate unnecessary page queues locking.Alan Cox2010-06-182-4/+0
* Eliminate unnecessary page queues locking.Alan Cox2010-06-161-5/+1
* Add MODULE_DEPEND() macros to the experimental NFS client andRick Macklem2010-06-152-0/+4
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-136-67/+29
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-111-2/+2
* Add a new function devfs_parent_dirent() for resolving devfs parentJaakko Heinonen2010-06-093-9/+32
* Don't try to call cdevsw d_close() method when devfs_close() is calledJaakko Heinonen2010-06-011-0/+7
* udf_readlink: fix malloc call with uninitialized size parameterAndriy Gapon2010-05-311-1/+1
* Allow the experimental NFSv4 client to use cached attributesRick Macklem2010-05-181-2/+7
* Add a sanity check for a negative args.fhsize to the experimentalRick Macklem2010-05-171-1/+1
* Disable bypass for the vop_advlockpurge(). The vop is called afterKonstantin Belousov2010-05-161-0/+1
* The thread_unsuspend() requires both process mutex and process spinlockKonstantin Belousov2010-05-101-4/+4
* For detach procfs ctl command, also clear P_STOPPED_TRACE process stopKonstantin Belousov2010-05-101-1/+4
* Fix typos in macros.Rick Macklem2010-05-082-4/+4
* Patch the experimental NFS client so that it works for NFSv2Rick Macklem2010-05-081-2/+34
* Push down the page queues lock into vm_page_activate().Alan Cox2010-05-073-24/+27
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodeKonstantin Belousov2010-05-062-3/+8
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-063-10/+0
* Style fixes and removal of unneeded variable.Edward Tomasz Napierala2010-05-062-4/+2
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-053-15/+30
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-057-80/+16
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-051-2/+0
* Lock the page around vm_page_activate() and vm_page_deactivate() callsKonstantin Belousov2010-05-033-6/+18
* Acquire the page lock around vm_page_unwire() and vm_page_wire().Alan Cox2010-05-031-0/+4
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),Alan Cox2010-05-021-3/+27
* For the experimental NFS client, it should always flush dirtyRick Macklem2010-04-281-2/+1
* Delete a diagnostic statement that is no longer useful fromRick Macklem2010-04-281-4/+0
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-249-37/+46
* When the experimental NFS client is handling an NFSv4 server rebootRick Macklem2010-04-228-36/+91
* The cache_enter(9) function shall not be called for doomed dvp.Konstantin Belousov2010-04-201-1/+1
* For the experimental NFS client doing an NFSv4 mount,Rick Macklem2010-04-201-3/+6
* Avoid extraneous recovery cycles in the experimental NFS clientRick Macklem2010-04-182-4/+30
* Revert r206560. The change doesn't work correctly in all cases withJaakko Heinonen2010-04-162-24/+0
* Add mutex lock calls to 2 cases in the experimental NFS client'sRick Macklem2010-04-151-2/+6
* The experimental NFS client was not filling in recovery credentialsRick Macklem2010-04-155-3/+19
* - Ignore and report duplicate and empty device names in devfs_populate_loop()Jaakko Heinonen2010-04-132-0/+24
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-0719-125/+11
* Harden the experimental NFS server a little, by adding rangeRick Macklem2010-04-061-0/+22
* Synchronize Coda kernel module definitions in our coda.h to Coda 6'sRobert Watson2010-04-059-137/+149
* Correct definition of CIOC_KERNEL_VERSION Coda ioctl() for systemsRobert Watson2010-04-051-1/+1
* Harden the experimental NFS server a little, by adding extra checksRick Macklem2010-04-041-12/+11
* mountmsdosfs: reject too high value of bytes per clusterAndriy Gapon2010-04-021-0/+1
* Add function vop_rename_fail(9) that performs needed cleanup for locksKonstantin Belousov2010-04-021-8/+2
* For the experimental NFS server, add a call to free the lookupRick Macklem2010-04-021-0/+1
* Add SAVENAME to the cn_flags for all cases in the experimentalRick Macklem2010-04-021-3/+5
* This patch should fix handling of byte range locks locallyRick Macklem2010-03-306-279/+525
* Patch the experimental NFS server in a manner analagous to r205661Rick Macklem2010-03-261-0/+3
* Fix the experimental NFS subsystem so that it uses the correctRick Macklem2010-03-241-3/+3
* Fix a long standing regression of readdir(3) in fdescfs(5) introducedJung-uk Kim2010-03-161-16/+13