| Age | Commit message (Expand) | Author |
| 2010-05-01 | As per change in NiLFS2 spec, select the superblocks on highest checksum | reinoud |
| 2010-05-01 | Return correct value from union_islocked. | pooka |
| 2010-04-23 | Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file | pooka |
| 2010-04-13 | polish previous | pooka |
| 2010-04-13 | If getdisksize() fails (happens e.g. on fss block devices), don't | pooka |
| 2010-04-11 | The *_modcmd functions use the module name as prefix. | mlelstv |
| 2010-04-11 | Make module name match MOUNT_NAME. Inspired by PR kern/43110. | pooka |
| 2010-04-09 | Add file system suspension support (vfs_suspend(9)) to msdosfs. | hannken |
| 2010-04-08 | In genfs where available. | pooka |
| 2010-04-08 | Use genfs instead of homegrown stuff where possible. | pooka |
| 2010-04-07 | * Don't care about VOP_CLOSE() error in unmount. In the extremely | pooka |
| 2010-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2010-03-27 | \n, police! | pooka |
| 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 |