Age | Commit message (Expand) | Author |
2018-09-26 | Move the allocating and freeing of mount points into | Visa Hankala |
2018-05-29 | Lock the device vnode when calling vinvalbuf() in ext2fs_reload(), | Visa Hankala |
2018-05-28 | When mounting an ext2 filesystem, lock the device vnode for the duration | Visa Hankala |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-03-28 | Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let it | Martin Pieuchot |
2018-03-15 | "force dirty" printf's are no longer required when pushing filesystems | Theo de Raadt |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-05-30 | ext2fs: Mark superblock as not modified when written | Stefan Fritsch |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-08-13 | Missed a couple qaddr_t casts | Philip Guenther |
2016-08-10 | ext2fs only has one set of specops/fifoops | Martin Natano |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-19 | add pool_setipl on all pools. | David Gwynne |
2016-05-22 | When pulling an msdos formated umass stick during mount while the | Alexander Bluhm |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
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 |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-23 | change pool_init allocator to NULL and pass PR_WAITOK in flags as a sign | Ted Unangst |
2014-07-31 | always use the little-endian copy of a superblock. | Martin Pelikan |
2014-07-31 | use proper on-disk inode size: no more, no less. | Martin Pelikan |
2014-07-13 | fill in proper sizes in free(9) | Martin Pelikan |
2014-07-13 | ext4 (extents) read support | Martin Pelikan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | fix a type error on BE architectures | Martin Pelikan |
2014-07-12 | in-memory superblock was being filled in two places -> merge them | Martin Pelikan |
2014-07-12 | print more useful information on wrong superblocks. | Martin Pelikan |
2014-07-12 | revert previous unwanted commit. sorry! | Martin Pelikan |
2014-07-12 | *** empty log message *** | Martin Pelikan |
2014-07-11 | Prevent division by zero on erroneous file systems. | Tobias Stoeckmann |
2014-07-11 | determine and use maximum file size instead of magical constants | Martin Pelikan |
2014-05-27 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
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 |
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-04 | bread() takes daddr64_t block address, not int32_t, so use correct cast. brea... | Kenneth R Westerback |
2011-07-03 | correctify NULL 0 confusion | Ted Unangst |