| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-12-24 | don't treat adjacent members as a larger array | mlelstv |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-02 | Stop using v_mount of an unreferenced vnode -- save the mount while | hannken |
| 2013-10-20 | provide a function to access the name and extension as a single array as | christos |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-04-15 | Don't attempt to mount file system with clusters larger than MAXBSIZE. | jakllsch |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2013-01-28 | A little more debugging. | christos |
| 2013-01-27 | don't need sys/mount.h in userland. | christos |
| 2013-01-27 | tidy up debugging printfs; no functional change. | christos |
| 2013-01-26 | fix fstat build. | christos |
| 2013-01-26 | more cross-compile friendly. | christos |
| 2013-01-26 | expose more stuff if MAKEFS is defined for the headers, and arrange for | christos |
| 2012-12-28 | Move the initialization of n to after the error branch. | hannken |
| 2012-12-20 | Revert rev. 1.20 now that bread() has been fixed. | hannken |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-11-04 | Stylistic changes in comments/strings: | jakllsch |
| 2012-11-04 | And correct a typo that wasn't corrected in previous. | jakllsch |
| 2012-11-04 | Correct constant in comment to match the expression it is derived from. | jakllsch |
| 2012-11-04 | Check that the FSInfo block's next free cluster suggestion is actually | jakllsch |
| 2012-11-04 | ((u_long)-1) will not always be 0xffffffff, which is what we actually | jakllsch |
| 2012-10-03 | We don't actually want to round the number of elements in the bitmap | jakllsch |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-07-07 | Revert rev 1.95 since getdisksize() no longer returns secsize=0. | tsutsui |
| 2012-06-30 | Add a sanity check if secsize returned from getdisksize() isn't bogus. | tsutsui |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-04-09 | pcbmap(): We cannot use bread() here as for the pagedaemon getblk() | hannken |
| 2012-04-03 | Add missing braces in previous commit. | njoly |
| 2012-04-02 | Report the SF_ARCHIVED file flag if set. | njoly |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-03 | Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL | joerg |
| 2011-11-21 | Add missing fstrans_done(). | hannken |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |
| 2011-07-20 | Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC | hannken |
| 2011-06-16 | Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 2011-04-26 | Change vflushbuf() to return an error if a synchronous write fails. | hannken |
| 2011-04-04 | Msdosfs on-disk meta data is not sufficient to create or validate file handles. | hannken |
| 2011-03-22 | When truncating a file purge the fat cache after setting the new size | hannken |
| 2011-03-20 | When extending a file, either by truncating or by writing past EOF make | hannken |
| 2011-03-19 | Remove a vnode reference leak from msdosfs_rename. Release tdvp if either | hannken |
| 2011-03-03 | In rename, use char[12] for new names instead of [11]. At least | pooka |