Age | Commit message (Expand) | Author |
2009-06-05 | Update to Reinoud Zandijk's much more current version of ecma167-udf.h | Kenneth R Westerback |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-05-14 | Reset b_flags rather than just OR'ing in B_READ and B_RAW when | Kenneth R Westerback |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2008-11-08 | fix potential null dereference. | Charles Longeau |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-08 | all disklabels read from the kernel now always contain a total sector | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | FIBMAP is used by nothing; checked by miod and pvalchev | Theo de Raadt |
2007-05-09 | lockmgr_printinfo() calls only if DIAGNOSTIC | Theo de Raadt |
2007-04-13 | Remove cluster reading from cd9660_read(); wich doesnt work. | Thordur I. Bjornsson |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson |
2007-03-25 | Account for the space of all the previous sessions on disk when | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-09-23 | typo, remove reference to lfs | Pedro Martelletto |
2006-08-07 | Revert last commit | Pedro Martelletto |
2006-08-06 | obey the locking disaplince wrt to VOP_CLOSE during umounts | Thordur I. Bjornsson |
2006-07-12 | Remove unused function | Pedro Martelletto |
2006-07-11 | Don't hold up a vnode for the VAT when a unode is sufficient | Pedro Martelletto |
2006-07-11 | Make the mounting process pass a hint to the kernel of where to find the VAT | Pedro Martelletto |
2006-07-09 | Be consistent about how we name 'struct umount' instances | Pedro Martelletto |
2006-07-09 | udf_mnt -> umount and rename fields accordingly | Pedro Martelletto |
2006-07-08 | Be consistent about how we name 'struct unode' instances | Pedro Martelletto |
2006-07-08 | udf_node -> unode and rename fields accordingly | Pedro Martelletto |
2006-07-08 | Rename VTON() to VTOU() | Pedro Martelletto |
2006-07-05 | Add VAT support a la UDF 1.50 | Pedro Martelletto |
2006-07-04 | Add the UDF 1.50 flavour of the VAT | Pedro Martelletto |
2006-07-01 | Fix MALLOC()/malloc() usage in a couple of places | Pedro Martelletto |