summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Convert nullfs hash lock from a mutex to an rwlock.mjg2014-12-301-12/+12
* r245508 modified the NFS client's Setattr RPC tormacklem2014-12-281-1/+8
* Delete some duplicate code that was harmless becausermacklem2014-12-251-14/+0
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1rmacklem2014-12-252-33/+101
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-233-18/+23
* Remove the old NFS client and server from head,rmacklem2014-12-234-8/+8
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-214-2/+12
* Adjust the test of a KASSERT to better match the intent.benno2014-12-191-1/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-189-16/+16
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-173-9/+11
* ext2fs: Fix old out-of-bounds access.pfg2014-12-091-6/+16
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.kib2014-12-091-3/+7
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+2
* Implement "automount -c".trasz2014-11-223-1/+16
* Fix smbfs to not zero out statfs f_flags field. Previously, thistrasz2014-11-211-2/+0
* ifdef ext2_print_inode which is not really used.pfg2014-11-123-2/+6
* Fix up some session-related races in devfs.mjg2014-11-031-23/+42
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-301-6/+34
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingkib2014-10-271-3/+3
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-6/+16
* Revert r273481 so it can be recoded using fls(), whichrmacklem2014-10-221-27/+9
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-9/+27
* tmpfs: allow shared file lookupsmjg2014-10-211-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-213-6/+6
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-203-9/+10
* unionfs: hold mount interlock while manipulating mnt_flagmjg2014-10-201-0/+2
* Provide vfs suspension support only for filesystems which need it.mjg2014-10-191-0/+9
* Remove useless debug.trasz2014-10-171-1/+0
* Make the sysctl(8) for checkutf8 positively defined and improvearaujo2014-10-171-5/+5
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Add two sysctl(8) to enable/disable NFSv4 server to check when settingaraujo2014-10-161-2/+14
* Style changes for deadfs:kib2014-10-151-54/+10
* When vnode bypass cannot be performed on the cdev file descriptor forkib2014-10-152-13/+19
* Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the callerkib2014-10-151-6/+9
* Make automountd(8) inform autofs(4) whether directory being handled cantrasz2014-10-153-5/+20
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSkib2014-10-112-2/+2
* Add assertion to catch duplicated notes.trasz2014-10-111-1/+5
* Remove remnants of some cleanup; no functional changes.trasz2014-10-091-2/+2
* Simplify; no functional changes.trasz2014-10-081-1/+1
* devfs: tidy up after 272596mjg2014-10-061-3/+3
* devfs: don't take proctree_lock unconditionally in devfs_closemjg2014-10-061-10/+13
* Make autofs use shared vnode locks.trasz2014-10-043-9/+16
* Fix autofs debug macros.trasz2014-10-031-7/+10
* Make autofs(4) use shared lock for lookups, instead of exclusive one.trasz2014-10-034-22/+25
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-036-34/+89
* Call uma_zfree() outside of lock, and improve comment.trasz2014-10-021-2/+2
* Make autofs timeout handling use timeout task instead of callout;trasz2014-10-024-6/+15
* Fix thinko that, with two map entries like shown below, in that order,trasz2014-09-231-0/+2
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+1
OpenPOWER on IntegriCloud