Age | Commit message (Expand) | Author |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-07-01 | I'm not sure where this TODO comes from, but it contains such exciting lies | Ted Unangst |
2010-04-23 | simple_lock -> XXXLOCKING comments. | Owain Ainsworth |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-11 | Pull in fix from kif via FreeBSD r1.114 to properly initialize | Kenneth R Westerback |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-12-12 | Add some locking around VOP_CLOSE() and friends. Lets VFSDEBUG | Kenneth R Westerback |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | 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-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | 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-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-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-06-28 | Only set devvp->v_specmountpoint on successful mounts, Nicholas Marriott | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-25 | reduce stack use; pedro@ miod@ ok | Michael Shalayeff |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-09 | Add missing cast when reading in the file size, fixes PR 4480, okay krw@ | Pedro Martelletto |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat |
2004-11-29 | Don't use seltrue() in poll ops since it requires v_rdev dereferencing | Alexander Yurchenko |
2004-10-04 | Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs that | Todd C. Miller |
2004-05-17 | typo | Brad Smith |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2003-11-04 | a hook to use an lkm for unicode names decoding; from freebsd | Michael Shalayeff |