summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply changes from r233787 to ext2fs:jh2012-04-101-6/+5
* - Introduce a cache-miss optimization for consistency with otherattilio2012-04-091-1/+1
* Add I/O accounting to msdos filesystem.mckusick2012-04-081-0/+4
* tmpfs supports only INT_MAX nodes due to limitations of unit numbergleb2012-04-071-3/+7
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-16/+13
* Add reserved memory limit sysctl to tmpfs.gleb2012-04-073-61/+91
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-172-3/+10
* Prevent tmpfs_rename() deadlock in a way similar to UFSgleb2012-03-142-7/+179
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()gleb2012-03-141-7/+11
* Use NULL instead of 0kevlo2012-03-134-7/+7
* Update comment.kib2012-03-111-1/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-117-45/+0
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-087-23/+74
OpenPOWER on IntegriCloud