| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 1 | -1/+2 |
* | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | peadar | 2005-01-29 | 1 | -0/+17 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -1/+2 |
* | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove the de_devvp and stop VREF'ing it for every vnode we create. | phk | 2004-12-02 | 1 | -3/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -33/+27 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -21/+21 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -3/+3 |
* | Move MSDOSFS to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 1 | -4/+3 |
* | Eliminate unnecessary KASSERTs. | phk | 2004-10-27 | 1 | -5/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -5/+5 |
* | By popular request, add a workaround that allows large (>128GB or so) | tjr | 2004-07-03 | 1 | -13/+33 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+7 |
* | Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock() | bde | 2003-12-29 | 1 | -11/+8 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 1 | -0/+20 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -0/+1 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -11/+10 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 1 | -2/+3 |
* | If bread() returns a zero-length buffer, as can happen after a | trhodes | 2003-07-03 | 1 | -0/+4 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -6/+0 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 1 | -2/+2 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -14/+14 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -4/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member | jeff | 2003-02-09 | 1 | -37/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -5/+7 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -6/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -3/+3 |
* | Fix typo in vnode flags causing deadlock in msdosfs_fsync(). | pb | 2002-08-05 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+7 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -5/+5 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -2/+2 |
* | Fixed a very old bug in setting timestamps using utimes(2) on msdosfs | bde | 2002-04-05 | 1 | -4/+11 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -20/+20 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -6/+13 |
* | Use suser_td() instead of explicitly checking cr_uid against 0. | jhb | 2001-11-28 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -41/+41 |
* | remove support for creating files and directories from msdosfs_mknod | assar | 2001-07-19 | 1 | -14/+1 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -5/+5 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -31/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |