summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.ssouhlal2004-12-131-7/+4
* Don't deref NULL if no charset-conversion is specified.phk2004-12-121-1/+4
* Convert to nmount. Add omount compat.phk2004-12-061-60/+79
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Remove embryonic rootfs mounting facility.phk2004-12-041-30/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Remove stale comment after previous commit.trhodes2004-11-091-3/+0
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* s/ffs/ntfs/phk2004-11-041-2/+6
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-031-6/+17
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-8/+9
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-6/+7
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-261-0/+8
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Remove a useless initialization for 'ronly', if it hadn't beenmux2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().phk2002-10-131-0/+1
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Remove __P.alfred2002-03-191-14/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-7/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-6/+6
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-275/+2
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")fenner2001-09-261-1/+1
* KSE Milestone 2julian2001-09-121-42/+42
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-0/+13
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-081-1/+0
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-081-4/+2
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-6/+6
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-11/+7
* Reviewed by: jlemonadrian2001-03-011-9/+5
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-141-1/+1
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
OpenPOWER on IntegriCloud