summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build.trasz2010-07-181-0/+1
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-183-8/+9
* Remove updating process count by unionfs. It serves no purpose, unionfs justtrasz2010-07-171-3/+0
* Patch the experimental NFSv4 server so that it acquires a referencermacklem2010-07-161-0/+23
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-162-6/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-162-1/+6
* Delete comments related to soft clock interrupts that don't applyrmacklem2010-07-161-13/+0
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-152-20/+0
* Merge 208603, 209946, and 209948 to the new NFS client:jhb2010-07-151-11/+33
* This patch fixes a bug in the experimental NFSv4 server where itrmacklem2010-07-151-1/+0
* For the experimental NFSv4 client, make sure that attributes thatrmacklem2010-07-131-0/+14
* For the experimental NFSv4 client, do not use cached attributesrmacklem2010-07-131-1/+1
* Fix a bogus comment that mentions lru lists that don't exist.rmacklem2010-07-131-1/+1
* udf_vnops: cosmetic followup to r208671 - better looking codeavg2010-06-221-1/+1
* Eliminate unnecessary page queues locking.alc2010-06-182-4/+0
* Eliminate unnecessary page queues locking.alc2010-06-161-5/+1
* Add MODULE_DEPEND() macros to the experimental NFS client andrmacklem2010-06-152-0/+4
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-136-67/+29
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-2/+2
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-093-9/+32
* Don't try to call cdevsw d_close() method when devfs_close() is calledjh2010-06-011-0/+7
* udf_readlink: fix malloc call with uninitialized size parameteravg2010-05-311-1/+1
* Allow the experimental NFSv4 client to use cached attributesrmacklem2010-05-181-2/+7
* Add a sanity check for a negative args.fhsize to the experimentalrmacklem2010-05-171-1/+1
* Disable bypass for the vop_advlockpurge(). The vop is called afterkib2010-05-161-0/+1
* The thread_unsuspend() requires both process mutex and process spinlockkib2010-05-101-4/+4
* For detach procfs ctl command, also clear P_STOPPED_TRACE process stopkib2010-05-101-1/+4
* Fix typos in macros.rmacklem2010-05-082-4/+4
* Patch the experimental NFS client so that it works for NFSv2rmacklem2010-05-081-2/+34
* Push down the page queues lock into vm_page_activate().alc2010-05-073-24/+27
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-062-3/+8
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-063-10/+0
* Style fixes and removal of unneeded variable.trasz2010-05-062-4/+2
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-053-15/+30
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-057-80/+16
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-033-6/+18
* Acquire the page lock around vm_page_unwire() and vm_page_wire().alc2010-05-031-0/+4
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),alc2010-05-021-3/+27
* For the experimental NFS client, it should always flush dirtyrmacklem2010-04-281-2/+1
* Delete a diagnostic statement that is no longer useful fromrmacklem2010-04-281-4/+0
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-249-37/+46
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-228-36/+91
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-1/+1
* For the experimental NFS client doing an NFSv4 mount,rmacklem2010-04-201-3/+6
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-182-4/+30
* Revert r206560. The change doesn't work correctly in all cases withjh2010-04-162-24/+0
* Add mutex lock calls to 2 cases in the experimental NFS client'srmacklem2010-04-151-2/+6
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-155-3/+19
* - Ignore and report duplicate and empty device names in devfs_populate_loop()jh2010-04-132-0/+24
OpenPOWER on IntegriCloud