aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Turns out -1 is a perfectly valid error number, ERESTART. Remove uselessEdward Tomasz Napierala2014-09-211-11/+1
* Fix typos.Edward Tomasz Napierala2014-09-181-2/+2
* Provide the unique implementation for the VOP_GETPAGES() method usedKonstantin Belousov2014-09-151-47/+1
* Avoid an exclusive acquisition of the object lock on the expected executionAlan Cox2014-09-141-20/+9
* We don't need an exclusive object lock on the expected execution pathAlan Cox2014-09-131-3/+8
* Extra space from r271467.Pedro F. Giffuni2014-09-121-1/+1
* ext2fs: add ext2_getpages().Pedro F. Giffuni2014-09-121-2/+47
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().Gleb Smirnoff2014-09-102-3/+0
* Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicatesRobert Watson2014-09-051-7/+0
* Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,Edward Tomasz Napierala2014-08-241-3/+0
* Autofs softc needs to be global anyway, so don't pass it as a localEdward Tomasz Napierala2014-08-234-73/+77
* Add comment explaining one of the quirks in autofs.Edward Tomasz Napierala2014-08-231-0/+8
* Fix includes.Edward Tomasz Napierala2014-08-213-4/+4
* Use __FBSDID() properly.Edward Tomasz Napierala2014-08-214-6/+6
* Rework ".." lookup; previous one failed to properly busy the mountpoint.Edward Tomasz Napierala2014-08-201-14/+18
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-175-0/+1722
* Change the NFS server's printf related to hittingRick Macklem2014-08-101-4/+3
* VOP_LOOKUP() may relock the directory vnode for some reasons. SinceKonstantin Belousov2014-08-081-4/+40
* Revert r269523:Pedro F. Giffuni2014-08-051-1/+1
* set EXT2_LINK_MAX to LINK_MAXPedro F. Giffuni2014-08-041-1/+1
* Set the erase block size properly in the case the underlying mediaWarner Losh2014-08-021-2/+1
* Follow the ufs practice for disallowing permission changes as well asWarner Losh2014-08-021-1/+1
* Fix a minor style(9) issue.Warner Losh2014-08-021-4/+2
* Do not generate 1000 unique lock names for nfsrc hash chain locks.Konstantin Belousov2014-07-312-16/+8
* Assert that nullfs vnode has VV_ROOT set whenever lower vnode has.Konstantin Belousov2014-07-281-0/+4
* Fix typo.Konstantin Belousov2014-07-241-1/+1
* Fix typo in comment: noone -> no one.Warner Losh2014-07-231-7/+4
* Do not ignore error from tmpfs_alloc_vp(). It results in access toKonstantin Belousov2014-07-161-1/+3
* Remove unused header.Konstantin Belousov2014-07-161-1/+0
* Check for the cross-device cross-link attempt in the VFS, instead ofKonstantin Belousov2014-07-165-36/+0
* Rework the tmpfs unmount.Konstantin Belousov2014-07-143-27/+74
* Change forgotten in r268615. Set the OBJ_TMPFS_NODE flag forKonstantin Belousov2014-07-141-1/+1
* Use tmpfs_vn_get_ino_gen() to handle the races with reclaim in tmpfsKonstantin Belousov2014-07-141-13/+13
* Style. Add comment about lock mode.Konstantin Belousov2014-07-142-1/+2
* In tmpfs_alloc_file(), code after the 'out' label does only 'returnKonstantin Belousov2014-07-141-9/+5
* Add convenience macro to assert tmpfs node lock.Konstantin Belousov2014-07-142-1/+3
* Add some assertions for the code handling vm_object for tmpfs vnode.Konstantin Belousov2014-07-142-0/+3
* The tmpfs_link() must not dereference the filesystem-specific data forKonstantin Belousov2014-07-141-2/+2
* Generalize vn_get_ino() to allow filesystems to use custom vnodeKonstantin Belousov2014-07-142-85/+52
* Remove code separator lines which do not conform to style(9).Konstantin Belousov2014-07-147-132/+0
* Naughty NANDFS was using hidden unused flag, hiding the fact that theWarner Losh2014-07-071-3/+3
* The new NFSv3 server did not generate directory postop attributes forRick Macklem2014-07-041-2/+4
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-0118-332/+2060
* Change NFS readdir() to only ignore cookies preceding the given offset forBryan Drewery2014-07-011-12/+9
* There might be a potential race condition for the NFSv4 clientRick Macklem2014-06-281-17/+17
* Use existing PHOLD() and PRELE() macros.Hans Petter Selasky2014-06-241-16/+4
* In msdosfs_setattr(), add a check for result of the utimes(2)Konstantin Belousov2014-06-175-34/+20
* The new NFS server would not allow a hard link to beRick Macklem2014-06-061-7/+0
* Allow shared locking for the tmpfs vnodes.Konstantin Belousov2014-06-041-0/+2
* Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-233-0/+2040