summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert devfs part of r235911. I was unaware about old but unfinishedmav2012-05-241-45/+0
* MFprojects/zfsd:mav2012-05-241-0/+45
* A problem with the NFSv4 server was reported by Andrew Leonardrmacklem2012-05-171-3/+1
* Import work done under project/nand (@235533) into head.gber2012-05-1719-0/+11832
* Fix a couple of issues that appear to be inherited from the oldpfg2012-05-162-12/+52
* Skip directory entries with zero inode number during traversal.gleb2012-05-161-1/+1
* Fix two cases in the new NFS server where a tsleep() isrmacklem2012-05-121-6/+9
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-124-1/+25
* Fix mount interlock oversights from the previous change in r234386.pluknet2012-05-101-2/+0
* Use the common api helper routine instead of freeing the nameijwd2012-05-081-2/+1
* fixed a unionfs_readdir math issuedaichi2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.daichi2012-05-013-115/+213
* It was reported via email that some non-FreeBSD NFS serversrmacklem2012-04-271-1/+4
* Fix a leak of namei lookup path buffers that occurs when armacklem2012-04-271-0/+4
* Remove unused thread argument to vrecycle().trasz2012-04-238-12/+8
* Remove unused thread argument from vtruncbuf().trasz2012-04-237-15/+13
* This change creates a new list of active vnodes associated withmckusick2012-04-202-1/+3
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becausejh2012-04-181-4/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-175-56/+13
* Sync tmpfs_chflags() with the recent changes to UFS:jh2012-04-161-13/+13
* tmpfs: Allow update mounts only for certain options.jh2012-04-162-6/+15
* Provide better description for vfs.tmpfs.memory_reserved sysctl.gleb2012-04-151-1/+2
* Apply changes from r234103 to ext2fs:jh2012-04-131-8/+4
* Restore the blank line incorrectly removed in r234104.jh2012-04-111-0/+1
OpenPOWER on IntegriCloud