aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add some basic definitions for a future htree implementation.Pedro F. Giffuni2012-08-242-1/+4
* Fix typoKevin Lo2012-08-181-1/+1
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.Mateusz Guzik2012-08-172-4/+0
* Streamline use of cdevpriv and correct some corner cases.Hans Petter Selasky2012-08-151-0/+3
* Do not leave invalid pages in the object after the short read for aKonstantin Belousov2012-08-143-6/+10
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-055-0/+5
* Reduce code duplication and exposure of direct access to structKonstantin Belousov2012-08-043-90/+6
* The header uma_int.h is internal uma header, unused by this sourceKonstantin Belousov2012-08-041-1/+0
* I am comparing current pipe code with the one in 8.3-STABLE r236165,David Xu2012-07-311-17/+4
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWDavid Xu2012-07-311-2/+8
* Use NULL instead of 0 for pointersKevin Lo2012-07-225-9/+9
* Simply error handling by moving the allocation of np down to where it isChristian Brueffer2012-07-161-8/+6
* Save a bzero() by using M_ZERO.Christian Brueffer2012-07-151-2/+1
* Remove a check on MNTK_UPDATE that is not really necessary as it isAttilio Rao2012-07-101-39/+16
* - Remove the unused and not completed write support for NTFS.Attilio Rao2012-07-104-306/+39
* Fix a typoKevin Lo2012-07-031-1/+1
* Extend the KPI to lock and unlock f_offset member of struct file. ItKonstantin Belousov2012-07-021-11/+4
* Do not override an error from uiomove() with (non-)error result fromKonstantin Belousov2012-07-021-3/+6
* Enable deadlock avoidance code for NFS client.Konstantin Belousov2012-06-212-3/+4
* Fix the NFSv4 client for the case where mmap'd files areRick Macklem2012-06-181-5/+15
* Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 clientRick Macklem2012-06-171-9/+9
* Improve handling of uiomove(9) errors for the NFS client.Konstantin Belousov2012-06-061-8/+48
* Capitalize start of sentence.Konstantin Belousov2012-05-301-1/+1
* Catch a corner case where ssegs could be 0 and thus i would be 0 andMarcel Moolenaar2012-05-281-8/+7
* Fix style and consistency:Ed Schouten2012-05-271-158/+158
* Use C99-style initialization for struct dirent in preparation forGleb Kurtsou2012-05-252-8/+29
* Revert devfs part of r235911. I was unaware about old but unfinishedAlexander Motin2012-05-241-45/+0
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+45
* A problem with the NFSv4 server was reported by Andrew LeonardRick Macklem2012-05-171-3/+1
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-1719-0/+11832
* Fix a couple of issues that appear to be inherited from the oldPedro F. Giffuni2012-05-162-12/+52
* Skip directory entries with zero inode number during traversal.Gleb Kurtsou2012-05-161-1/+1
* Fix two cases in the new NFS server where a tsleep() isRick Macklem2012-05-121-6/+9
* PR# 165923 reported intermittent write failures for dirtyRick Macklem2012-05-124-1/+25
* Fix mount interlock oversights from the previous change in r234386.Sergey Kandaurov2012-05-101-2/+0
* Use the common api helper routine instead of freeing the nameiJohn W. De Boskey2012-05-081-2/+1
* fixed a unionfs_readdir math issueDaichi GOTO2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.Daichi GOTO2012-05-013-115/+213
* It was reported via email that some non-FreeBSD NFS serversRick Macklem2012-04-271-1/+4
* Fix a leak of namei lookup path buffers that occurs when aRick Macklem2012-04-271-0/+4
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-238-12/+8
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-237-15/+13
* This change creates a new list of active vnodes associated withKirk McKusick2012-04-202-1/+3
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becauseJaakko Heinonen2012-04-181-4/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-175-56/+13
* Sync tmpfs_chflags() with the recent changes to UFS:Jaakko Heinonen2012-04-161-13/+13
* tmpfs: Allow update mounts only for certain options.Jaakko Heinonen2012-04-162-6/+15
* Provide better description for vfs.tmpfs.memory_reserved sysctl.Gleb Kurtsou2012-04-151-1/+2
* Apply changes from r234103 to ext2fs:Jaakko Heinonen2012-04-131-8/+4
* Restore the blank line incorrectly removed in r234104.Jaakko Heinonen2012-04-111-0/+1