summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-022-2/+23
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-314-123/+69
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-317-169/+326
* Change the code to use %jd as printf() placeholder for uio_offset anddavide2012-10-312-4/+7
* Fix build in case we have SMBVDEBUG turned on.davide2012-10-252-4/+5
* - Remove the references to the deprecated zalloc kernel interfacedavide2012-10-252-36/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-224-22/+7
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Remove unneeded D_NEEDMINOR.ed2012-10-181-1/+0
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+43
* Grammar fixes.kib2012-10-141-3/+3
* Replace the XXX comment with the proper description.kib2012-10-141-1/+3
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toattilio2012-10-148-84/+84
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-1318-0/+8167
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-282-3/+3
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-277-67/+76
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-206-25/+60
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,kib2012-09-131-41/+2
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems arekevlo2012-09-121-1/+1
* Prevent nump NULL pointer dereference in bmap_getlbns()kevlo2012-09-111-1/+2
* Fix style nitkevlo2012-09-111-2/+1
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-093-1/+11
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-094-46/+67
* Add some basic definitions for a future htree implementation.pfg2012-08-242-1/+4
* Fix typokevlo2012-08-181-1/+1
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-4/+0
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-0/+3
* Do not leave invalid pages in the object after the short read for akib2012-08-143-6/+10
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-055-0/+5
* Reduce code duplication and exposure of direct access to structkib2012-08-043-90/+6
* The header uma_int.h is internal uma header, unused by this sourcekib2012-08-041-1/+0
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-311-17/+4
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWdavidxu2012-07-311-2/+8
* Use NULL instead of 0 for pointerskevlo2012-07-225-9/+9
* Simply error handling by moving the allocation of np down to where it isbrueffer2012-07-161-8/+6
* Save a bzero() by using M_ZERO.brueffer2012-07-151-2/+1
* Remove a check on MNTK_UPDATE that is not really necessary as it isattilio2012-07-101-39/+16
* - Remove the unused and not completed write support for NTFS.attilio2012-07-104-306/+39
* Fix a typokevlo2012-07-031-1/+1
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-11/+4
* Do not override an error from uiomove() with (non-)error result fromkib2012-07-021-3/+6
* Enable deadlock avoidance code for NFS client.kib2012-06-212-3/+4
* Fix the NFSv4 client for the case where mmap'd files arermacklem2012-06-181-5/+15
* Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 clientrmacklem2012-06-171-9/+9
* Improve handling of uiomove(9) errors for the NFS client.kib2012-06-061-8/+48
* Capitalize start of sentence.kib2012-05-301-1/+1
* Catch a corner case where ssegs could be 0 and thus i would be 0 andmarcel2012-05-281-8/+7
* Fix style and consistency:ed2012-05-271-158/+158
* Use C99-style initialization for struct dirent in preparation forgleb2012-05-252-8/+29
OpenPOWER on IntegriCloud