Age | Commit message (Expand) | Author |
2016-06-19 | add pool_setipl on all pools. | David Gwynne |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-05-22 | When pulling an msdos formated umass stick during mount while the | Alexander Bluhm |
2016-05-10 | FFS2 does lazy inode initialization, so try harder to avoid using | Kenneth R Westerback |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. | natano |
2016-02-26 | Convert mnt_maxsymlinklen to unsigned. | natano |
2016-01-12 | Remove the "doclusterread" and "doclusterwrite" buttons. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat |
2014-12-23 | change pool_init allocator to NULL and pass PR_WAITOK in flags as a sign | Ted Unangst |
2014-12-12 | free correct size. it's variable! | Ted Unangst |
2014-12-12 | sizeof(*ptr) for some free() | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-07-14 | revert free checks in here. this seems to be a bit too agressive at the | Bob Beck |
2014-07-13 | pass correct sizes to free() | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis | Ted Unangst |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-06-10 | Do NOT make all check condition results report EIO. Only use EIO | Kenneth R Westerback |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-07-03 | correctify NULL 0 confusion | Ted Unangst |
2011-07-02 | Getting a disklabel to extract d_secsize to initialize a variable that is then | Kenneth R Westerback |
2011-07-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
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-23 | Improve English. | Ray Lai |
2010-06-29 | remove lies. the arguments are actually used. | Thordur I. Bjornsson |
2010-06-09 | Teach FFS mounts about disklabel UIDs. This allows file systems to be | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2008-11-06 | use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpa... | Theo de Raadt |
2008-11-02 | introduce a macro for max file size, instead of hardcoding it; ok | Otto Moerbeek |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-08 | spacing + wrap a line at 79chars. | Thordur I. Bjornsson |
2008-07-09 | Remove an XXX comment about using the same pool for mfs and ffs, since | Thordur I. Bjornsson |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-09-10 | Lock the vnode in ffs_unmount() before passing it too vinvalbuf() | Thordur I. Bjornsson |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |