| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -2/+2 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -5/+5 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -5/+5 |
* | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2018-02-10 | 1 | -4/+5 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -17/+15 |
* | msdosfs & ffs: flush cache if updating mount from r/w to r/o |  sf | 2017-05-29 | 1 | -2/+9 |
* | Rename BIOS parameter block field from bsPBP to bsBPB. This typo |  bluhm | 2016-10-10 | 1 | -2/+2 |
* | Do not check the SecPerTrack field of the BPB when mounting a MSDOS |  bluhm | 2016-10-09 | 1 | -2/+2 |
* | Kill empty ifdef; ok fcambus@ |  jca | 2016-09-28 | 1 | -3/+1 |
* | Remove usermount remnants. ok tedu |  natano | 2016-09-07 | 1 | -32/+3 |
* | Eliminate pointless casts to qaddr_t of a value being assigned to a void* |  guenther | 2016-08-13 | 1 | -2/+2 |
* | When pulling an msdos formated umass stick during mount while the |  bluhm | 2016-05-22 | 1 | -2/+3 |
* | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 2016-04-26 | 1 | -9/+9 |
* | When pulling and unmounting an umass USB stick, the file system |  bluhm | 2016-03-27 | 1 | -4/+4 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -7/+7 |
* | Set mnt_data to NULL after freeing the file system specific mount point. |  bluhm | 2016-03-17 | 1 | -3/+3 |
* | Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG. |  krw | 2015-10-23 | 1 | -3/+3 |
* | Nuke a bunch of leading/embedded/trailing whitespace so the code can be |  krw | 2015-10-23 | 1 | -14/+14 |
* | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced |  millert | 2015-02-13 | 1 | -1/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | Fix possible crash on invalid filesystems. |  tobias | 2014-06-23 | 1 | -2/+3 |
* | Fix off by one in pm_inusemap. |  tobias | 2014-06-18 | 1 | -2/+2 |
* | Fix 'mount -ur' for msdosfs |  sf | 2014-05-27 | 1 | -1/+7 |
* | stop using B_AGE, it was effectively retired some time ago. |  tedu | 2014-05-09 | 1 | -2/+1 |
* | Add an f_mntfromspec member to struct statfs, which specifies the name of |  jsing | 2013-04-15 | 1 | -4/+9 |
* | Cleanup VFS mount string handling: |  jsing | 2012-09-10 | 1 | -13/+10 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -2/+2 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -3/+3 |
* | Teach msdosfs_mount() how to handle disklabel UIDs. |  jsing | 2010-11-17 | 1 | -22/+45 |
* | Change: |  oga | 2010-09-23 | 1 | -5/+3 |
* | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, |  krw | 2010-01-24 | 1 | -1/+3 |
* | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() |  krw | 2009-12-19 | 1 | -1/+5 |
* | Use suser when possible. Suggested by miod@. |  fgsch | 2009-10-31 | 1 | -3/+3 |
* | lock the vnode before calling VOP_CLOSE() in msdofs_unmount(). |  thib | 2009-08-30 | 1 | -2/+3 |
* | - deregister; no binary change |  jasper | 2009-08-14 | 1 | -3/+3 |
* | - ansify function declarations, no binary change |  jasper | 2009-08-13 | 1 | -44/+14 |
* | The FAT32 fsinxtfree field is advisory in nature and we don't use |  krw | 2009-01-05 | 1 | -2/+3 |
* | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow |  krw | 2007-11-26 | 1 | -2/+2 |
* | read boot sector as 4K block, because of new ipod nano |  deraadt | 2007-11-15 | 1 | -2/+2 |
* | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no |  krw | 2007-09-17 | 1 | -3/+2 |
* | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -3/+2 |
* | Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. |  krw | 2006-12-16 | 1 | -11/+34 |
* | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies |  krw | 2006-12-15 | 1 | -94/+5 |
* | Remove dirsperblk, which is not used after it is calculated. |  tom | 2006-12-14 | 1 | -4/+1 |
* | If an MS-DOS filesystem claims to have more clusters than can be |  tom | 2006-12-14 | 1 | -1/+25 |
* | detect potential multiplicative overflow before allocation, and return via |  deraadt | 2006-11-29 | 1 | -6/+10 |
* | Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ |  pedro | 2006-11-26 | 1 | -2/+6 |