summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge from vmcontentionattilio2012-07-124-337/+47
|\
| * MFCattilio2012-07-124-337/+47
| |\
| | * 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
* | | Merge from vmcontentionattilio2012-07-085-32/+39
|\ \ \ | |/ /
| * | MFCattilio2012-07-073-15/+11
| |\ \ | | |/
| | * 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
| * | MFCattilio2012-06-233-17/+28
| |\ \ | | |/
| | * 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
* | | - Split the cached and resident pages tree into 2 distinct ones.attilio2012-07-081-29/+26
|/ /
* | MFCattilio2012-06-071-8/+48
|\ \ | |/
| * Improve handling of uiomove(9) errors for the NFS client.kib2012-06-061-8/+48
* | MFCattilio2012-06-0128-189/+12082
|\ \ | |/
| * 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
* | MFCattilio2012-05-126-5/+26
|\ \ | |/
| * 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
* | MFCattilio2012-05-0517-145/+246
|\ \ | |/
| * 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
* | MFCattilio2012-04-209-85/+46
|\ \ | |/
| * 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
* | MFCattilio2012-04-111-6/+5
|\ \ | |/
| * Apply changes from r233787 to ext2fs:jh2012-04-101-6/+5
OpenPOWER on IntegriCloud