| Age | Commit message (Expand) | Author |
| 2010-03-02 | Don't generate unused fs_thefs.h headers. | pooka |
| 2010-02-28 | Fight the ever-increasing size of src checkouts by spelling "useful" | snj |
| 2010-02-26 | Typo and style | reinoud |
| 2010-02-25 | First part of shrinking/growing metadata partition support: | reinoud |
| 2010-02-24 | Rename metadata partition parameters to be less generic and add the flags. | reinoud |
| 2010-02-24 | Extract UDF metadata partition parameters as already done for VAT and sparable | reinoud |
| 2010-02-17 | * add a rant about why MPSAFE isn't enabled even though puffs code is | pooka |
| 2010-01-31 | Replace individual queries for partition information with | mlelstv |
| 2010-01-26 | Drop two uses of disk label data. | mlelstv |
| 2010-01-26 | On broken filesystems the fillinmap inner loop may have never read a | joerg |
| 2010-01-25 | Fetch sector size also from wedges. | mlelstv |
| 2010-01-14 | In case the operations thread has exited, do not queue any more | pooka |
| 2010-01-14 | Since VOP_GETATTR() does not require a locked vnode, resolve and | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2010-01-07 | Rename PUFFS_SOPREQ_EXIT to PUFFS_SOPREQSYS_EXIT to better signal | pooka |
| 2010-01-07 | Fix variable name in my commit tree too. | pooka |
| 2010-01-07 | Add a PUFFS_UNMOUNT server->kernel request, which causes the kernel | pooka |
| 2010-01-05 | Remove extra semicolons. | mbalmer |
| 2009-12-23 | Fix typo in comments, no code change. | mbalmer |
| 2009-12-07 | Process flush requests from the file server in a separate thread | pooka |
| 2009-12-07 | Need to send protocol layer response instead of transport layer | pooka |
| 2009-12-04 | Push all information cached in the vnode to the file server before | pooka |
| 2009-12-03 | vrele, not vput for unlocked devvp | pooka |
| 2009-12-01 | Call VOP_CLOSE() in mount error branch with the device locked to | pooka |
| 2009-11-30 | Introduce genfs_statvfs() as pretty much a no-info statvfs and | pooka |
| 2009-11-27 | Yes, you need a VOP_UNLOCK() there. | pooka |
| 2009-11-27 | Fix another fine example of "if you make the kernel panic, it's | pooka |
| 2009-11-27 | Don't spam if mount fails due to invalid file system. | pooka |
| 2009-11-22 | Fix panic when trying to delete a directory entry (hi yamt!) by not | jmmv |
| 2009-11-19 | Send VOP_ABORTOP() in case attempting cross-dev rename, part of | pooka |
| 2009-11-19 | Send VOP_ABORTOP() as a FAF -- we don't care about the return value. | pooka |
| 2009-11-11 | Simplify tmpfs_itimes() and use vfs_timestamp(). Also, replace unnecessary | rmind |
| 2009-11-05 | Kill suspend support. It was never implemented correctly: | pooka |
| 2009-11-05 | Reinstante PNODE_DYING. vmlocking had a brief hiatus when it was not | pooka |
| 2009-10-22 | Remove closes 3 and 4 from my copyright. | bouyer |
| 2009-10-20 | Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely | tron |
| 2009-10-19 | Set recycle to false along with a comment screaming that it should | pooka |
| 2009-10-19 | Apply a similar fix for mount function from ffs_vfsops.c rev 1.186: | tsutsui |
| 2009-10-17 | Bump protocol version once more to allow for previous to be pulled | pooka |
| 2009-10-17 | Transmit VOP_ABORTOP() to the server. | pooka |
| 2009-10-17 | Make tmpfs write fail when process file size limit is reached. | njoly |
| 2009-10-06 | tmpfs_rename: handle hard-links correctly. Fixes PR/41236. | rmind |
| 2009-09-30 | remove leading whitespace. no functional change. | pooka |
| 2009-09-30 | * fix a race i introduced almost two years ago in rev 1.116: | pooka |
| 2009-09-19 | Set SAVENAME for rmdir and remove. | pooka |
| 2009-09-14 | Rework simplistic UBC flushing. Recent changes to genfs made the old flush | reinoud |
| 2009-09-12 | Fix typo: | tsutsui |
| 2009-09-07 | Fix set_statvfs_info() to use UIO_SYSSPACE for fromname kernel | njoly |
| 2009-09-07 | set mntfromname in a less creative and historic fashion | pooka |
| 2009-09-03 | Install smb headers relevant for userspace and make mount_smbfs | pooka |