summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turns out -1 is a perfectly valid error number, ERESTART. Remove uselesstrasz2014-09-211-11/+1
* Fix typos.trasz2014-09-181-2/+2
* Provide the unique implementation for the VOP_GETPAGES() method usedkib2014-09-151-47/+1
* Avoid an exclusive acquisition of the object lock on the expected executionalc2014-09-141-20/+9
* We don't need an exclusive object lock on the expected execution pathalc2014-09-131-3/+8
* Extra space from r271467.pfg2014-09-121-1/+1
* ext2fs: add ext2_getpages().pfg2014-09-121-2/+47
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-102-3/+0
* Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicatesrwatson2014-09-051-7/+0
* Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,trasz2014-08-241-3/+0
* Autofs softc needs to be global anyway, so don't pass it as a localtrasz2014-08-234-73/+77
* Add comment explaining one of the quirks in autofs.trasz2014-08-231-0/+8
* Fix includes.trasz2014-08-213-4/+4
* Use __FBSDID() properly.trasz2014-08-214-6/+6
* Rework ".." lookup; previous one failed to properly busy the mountpoint.trasz2014-08-201-14/+18
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-175-0/+1722
* Change the NFS server's printf related to hittingrmacklem2014-08-101-4/+3
* VOP_LOOKUP() may relock the directory vnode for some reasons. Sincekib2014-08-081-4/+40
* Revert r269523:pfg2014-08-051-1/+1
* set EXT2_LINK_MAX to LINK_MAXpfg2014-08-041-1/+1
* Set the erase block size properly in the case the underlying mediaimp2014-08-021-2/+1
* Follow the ufs practice for disallowing permission changes as well asimp2014-08-021-1/+1
* Fix a minor style(9) issue.imp2014-08-021-4/+2
* Do not generate 1000 unique lock names for nfsrc hash chain locks.kib2014-07-312-16/+8
* Assert that nullfs vnode has VV_ROOT set whenever lower vnode has.kib2014-07-281-0/+4
* Fix typo.kib2014-07-241-1/+1
* Fix typo in comment: noone -> no one.imp2014-07-231-7/+4
* Do not ignore error from tmpfs_alloc_vp(). It results in access tokib2014-07-161-1/+3
OpenPOWER on IntegriCloud