summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* Add support for whiteouts on tmpfs.ed2010-08-223-40/+116
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-206-6/+6
* Call dev_rel() in error paths.jh2010-08-191-0/+3
* Allow user created symbolic links to cover device files and directoriesjh2010-08-123-15/+56
* Properly bounds check ioctl/pioctl data arguments for Coda:rwatson2010-08-073-3/+12
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-062-30/+34
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-034-12/+12
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-246-490/+4
* For the experimental NFSv4 server's dumplocks operation, add thermacklem2010-07-191-1/+2
* Add a call to nfscl_mustflush() in nfs_close() of the experimentalrmacklem2010-07-181-1/+1
* 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
OpenPOWER on IntegriCloud