| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | MFC rev. 1.127, 1.128: Improve the robustness of MSDOSFSMNT_KICONV handling. | Tim J. Robbins | 2004-09-05 | 1 | -12/+37 |
| * | Push all changes to disk before downgrading a mount from rw to ro. | Poul-Henning Kamp | 2004-08-07 | 1 | -0/+3 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -9/+9 |
| * | Remove global variable rootdevs and rootvp, they are unused as such. | Poul-Henning Kamp | 2004-07-28 | 1 | -1/+1 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -7/+10 |
| * | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 1 | -9/+1 |
| * | By popular request, add a workaround that allows large (>128GB or so) | Tim J. Robbins | 2004-07-03 | 1 | -0/+14 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Don't reject FAT file systems with a number of "Heads" greater than | Robert Watson | 2004-03-14 | 1 | -1/+1 |
| * | Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun | Bruce Evans | 2004-02-21 | 1 | -2/+1 |
| * | If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF, | Tim J. Robbins | 2004-02-17 | 1 | -2/+4 |
| * | Fixed some style bugs: | Bruce Evans | 2004-02-14 | 1 | -4/+4 |
| * | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces | Bruce Evans | 2004-02-12 | 1 | -11/+12 |
| * | Fixed style bugs in rev.1.112. The bugs started with obscure magic | Bruce Evans | 2003-12-29 | 1 | -12/+12 |
| * | Make msdosfs support the dirty flag in FAT16 and FAT32. | Tom Rhodes | 2003-12-26 | 1 | -1/+17 |
| * | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 1 | -6/+6 |
| * | Take care not to call vput if thread used in corresponding vget | Alexander Kabaev | 2003-11-02 | 1 | -1/+2 |
| * | Temporarily undo parts of the stuct mount locking commit by jeff. | Alexander Kabaev | 2003-11-01 | 1 | -2/+1 |
| * | - Check the XLOCK prior to inspecting v_data. | Jeff Roberson | 2003-10-05 | 1 | -0/+4 |
| * | - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does | Jeff Roberson | 2003-10-04 | 1 | -1/+1 |
| * | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 1 | -9/+25 |
| * | Add a '-M mask' option so that users can have different | Tom Rhodes | 2003-08-12 | 1 | -0/+1 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -2/+2 |
| * | XXX Copy workaround from UFS: open device for write access even if | Tim J. Robbins | 2003-06-29 | 1 | -0/+19 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -14/+9 |
| * | Fail to mount a device if the bytes per sector in the BPB is less than | John Baldwin | 2003-04-24 | 1 | -0/+6 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Grrr, s/PBP/BPB/ here as well. | John Baldwin | 2002-10-21 | 1 | -1/+1 |
| * | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 1 | -2/+4 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -1/+1 |
| * | Fixed printf format errors and style bugs in rev.1.92. This is the version | Bruce Evans | 2002-08-25 | 1 | -2/+3 |
| * | Oops, the previous commit wasn't the version that I meant to commit (it | Bruce Evans | 2002-08-25 | 1 | -78/+9 |
| * | Fixed printf format errors and style bugs in previous commit. | Bruce Evans | 2002-08-25 | 1 | -9/+78 |
| * | Fix a bug where large msdos partitions were not handled correctly, and fix | Tom Rhodes | 2002-08-22 | 1 | -1/+7 |
| * | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 1 | -10/+7 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -2/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-23 | 1 | -4/+4 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -14/+13 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | Fix indentation after removing GEMDOS support. Whitespace changes only. | John Baldwin | 2001-11-28 | 1 | -14/+14 |
| * | Use suser_td() instead of explicitly checking cr_uid against 0. | John Baldwin | 2001-11-28 | 1 | -2/+2 |
| * | Remove GEMDOS support from msdosfs. I don't think anyone is going to | John Baldwin | 2001-11-27 | 1 | -127/+0 |
| * | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 1 | -0/+1 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 1 | -3/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -47/+47 |
| * | Fix a mntvnode and vnode interlock reversal. | John Baldwin | 2001-06-28 | 1 | -2/+3 |
| * | - VFS_SET(msdos) -> VFS_SET(msdosfs) | Ruslan Ermilov | 2001-06-01 | 1 | -1/+1 |