Age | Commit message (Expand) | Author |
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-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-29 | msdosfs & ffs: flush cache if updating mount from r/w to r/o | Stefan Fritsch |
2016-10-10 | Rename BIOS parameter block field from bsPBP to bsBPB. This typo | Alexander Bluhm |
2016-10-09 | Do not check the SecPerTrack field of the BPB when mounting a MSDOS | Alexander Bluhm |
2016-09-28 | Kill empty ifdef; ok fcambus@ | Jeremie Courreges-Anglas |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* | Philip Guenther |
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 |
2015-10-23 | Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG. | Kenneth R Westerback |
2015-10-23 | Nuke a bunch of leading/embedded/trailing whitespace so the code can be | Kenneth R Westerback |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-23 | Fix possible crash on invalid filesystems. | Tobias Stoeckmann |
2014-06-18 | Fix off by one in pm_inusemap. | Tobias Stoeckmann |
2014-05-27 | Fix 'mount -ur' for msdosfs | Stefan Fritsch |
2014-05-09 | stop using B_AGE, it was effectively retired some time ago. | Ted Unangst |
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 |
2010-11-17 | Teach msdosfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-09-23 | Change: | Owain Ainsworth |
2010-01-24 | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, | Kenneth R Westerback |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-08-30 | lock the vnode before calling VOP_CLOSE() in msdofs_unmount(). | Thordur I. Bjornsson |
2009-08-14 | - deregister; no binary change | Jasper Lievisse Adriaanse |
2009-08-13 | - ansify function declarations, no binary change | Jasper Lievisse Adriaanse |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |
2007-11-26 | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow | Kenneth R Westerback |
2007-11-15 | read boot sector as 4K block, because of new ipod nano | Theo de Raadt |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2006-12-16 | Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. | Kenneth R Westerback |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2006-12-14 | Remove dirsperblk, which is not used after it is calculated. | Tom Cosgrove |
2006-12-14 | If an MS-DOS filesystem claims to have more clusters than can be | Tom Cosgrove |
2006-11-29 | detect potential multiplicative overflow before allocation, and return via | Theo de Raadt |
2006-11-26 | Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ | Pedro Martelletto |