| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle MNT_UPDATE export requests first and return so we do not | phk | 2004-12-11 | 1 | -14/+14 |
* | Convert msdosfs to nmount. | phk | 2004-12-06 | 1 | -75/+121 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -6/+0 |
* | Refuse attemps to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Move MSDOSFS to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 1 | -47/+42 |
* | Reduce the locking activity by epsilon by checking VNON condition before | phk | 2004-10-28 | 1 | -4/+3 |
* | Loose the v_dirty* and v_clean* alias macros. | phk | 2004-10-25 | 1 | -4/+5 |
* | Remove bogus vrele() call added in previous. | tjr | 2004-08-27 | 1 | -2/+0 |
* | Improve the robustness of MSDOSFSMNT_KICONV handling: | tjr | 2004-08-26 | 1 | -12/+39 |
* | Push all changes to disk before downgrading a mount from rw to ro. | phk | 2004-08-07 | 1 | -0/+3 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -9/+9 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -1/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -7/+10 |
* | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 1 | -9/+1 |
* | By popular request, add a workaround that allows large (>128GB or so) | tjr | 2004-07-03 | 1 | -0/+14 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Don't reject FAT file systems with a number of "Heads" greater than | rwatson | 2004-03-14 | 1 | -1/+1 |
* | Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun | bde | 2004-02-21 | 1 | -2/+1 |
* | If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF, | tjr | 2004-02-17 | 1 | -2/+4 |
* | Fixed some style bugs: | bde | 2004-02-14 | 1 | -4/+4 |
* | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces | bde | 2004-02-12 | 1 | -11/+12 |
* | Fixed style bugs in rev.1.112. The bugs started with obscure magic | bde | 2003-12-29 | 1 | -12/+12 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 1 | -1/+17 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 1 | -6/+6 |
* | Take care not to call vput if thread used in corresponding vget | kan | 2003-11-02 | 1 | -1/+2 |
* | Temporarily undo parts of the stuct mount locking commit by jeff. | kan | 2003-11-01 | 1 | -2/+1 |
* | - Check the XLOCK prior to inspecting v_data. | jeff | 2003-10-05 | 1 | -0/+4 |
* | - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does | jeff | 2003-10-04 | 1 | -1/+1 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -9/+25 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 1 | -0/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -2/+2 |
* | XXX Copy workaround from UFS: open device for write access even if | tjr | 2003-06-29 | 1 | -0/+19 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -14/+9 |
* | Fail to mount a device if the bytes per sector in the BPB is less than | jhb | 2003-04-24 | 1 | -0/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Grrr, s/PBP/BPB/ here as well. | jhb | 2002-10-21 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -2/+4 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | Fixed printf format errors and style bugs in rev.1.92. This is the version | bde | 2002-08-25 | 1 | -2/+3 |
* | Oops, the previous commit wasn't the version that I meant to commit (it | bde | 2002-08-25 | 1 | -78/+9 |
* | Fixed printf format errors and style bugs in previous commit. | bde | 2002-08-25 | 1 | -9/+78 |
* | Fix a bug where large msdos partitions were not handled correctly, and fix | trhodes | 2002-08-22 | 1 | -1/+7 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 1 | -10/+7 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -14/+13 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Fix indentation after removing GEMDOS support. Whitespace changes only. | jhb | 2001-11-28 | 1 | -14/+14 |