| 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-11-21 | Don't create a variable just to assert() on it - assert on the | riz |
| 2013-10-30 | used __diagused where appropriate. | mrg |
| 2013-10-18 | fix unused variable warnings | christos |
| 2013-10-04 | Remove a bogus vrecycle() from udf_inactive(). Vrecycle() works on inactive | hannken |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-08-09 | Fix 32 bit issue in main file read-in function. On both 32 bit and 64 bit | reinoud |
| 2013-08-05 | Support tools build. | joerg |
| 2013-07-16 | Remove udf_node * as state variables and add the loop invariants UFS and tmpfs | reinoud |
| 2013-07-15 | First step in rewriting the genealogy case | reinoud |
| 2013-07-13 | udf_gro_genealogy() : source and destination should never be the same on call, | reinoud |
| 2013-07-13 | vp is used, so don't (void) it | reinoud |
| 2013-07-13 | Rework udf_gro_rename() to be more linear instead of nesting if/else | reinoud |
| 2013-07-12 | In case there is trouble determining the number of entries in a directory, | reinoud |
| 2013-07-11 | Resort to the easiest way to check if a directory is deleted: the flag that | reinoud |
| 2013-07-11 | Small cleanup | reinoud |
| 2013-07-10 | Remove the dirent checks and references. UDF doesn't need/use them on rename | reinoud |
| 2013-07-10 | Implement udf_rename() using the new genfs_rename() framework. | reinoud |
| 2013-07-08 | Clarify the sticky-bit check | reinoud |
| 2013-07-07 | Pull forward the node creation returned from the lookup call. Its vnode is | reinoud |
| 2013-07-07 | Implement a real empty-directory checking for rmdir(). | reinoud |
| 2013-07-05 | Fixes chflags. They were silently rejected before but the VFS standard demands | reinoud |
| 2013-07-05 | Provide additional checks to udf_lookup and restructure it a bit. | reinoud |
| 2013-07-03 | Remove spurious empty line | reinoud |
| 2013-07-03 | On removing a directory make sure the leaf directory doesn't have a valid '..' | reinoud |
| 2013-07-03 | Typo in debug message: we are removing a directory and not a file. | reinoud |
| 2013-07-03 | On growing a node that was recorded inside the (E)FE, don't forget to set the | reinoud |
| 2013-06-27 | Since UDF volumes are always mounted async, the simple UBC purging with | reinoud |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-07-27 | gcc -fno-common fallout | drochner |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-18 | Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. | christos |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-11-13 | use getdisksize() | christos |
| 2011-10-18 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-09-27 | return UDF_MAXNAMLEN instead of NAME_MAX | christos |
| 2011-09-27 | - rename UDF_MAX_NAMELEN -> UDF_MAXNAMLEN | christos |
| 2011-08-16 | Fix some typos. | mbalmer |
| 2011-07-07 | English checked and corrected, courtisy of | reinoud |
| 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 |