summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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-122-2/+10
* Convert to nmount. Add omount compat.phk2004-12-062-61/+80
* 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-013-42/+28
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-13/+13
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* 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-033-9/+21
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
* Eliminate unnecessary KASSERTs.phk2004-10-271-3/+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
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-6/+6
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+0
* Avoid sign extension when casting signed characters to unsigned widetjr2003-12-161-2/+2
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-2/+0
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-267-48/+197
* 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-262-17/+28
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-193-23/+23
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-23/+23
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-143-4/+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
* Fix the problem introduced by vop_stdbmap() usage. The NTFS does notsemenu2002-09-251-1/+28
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-252-3/+3
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-11/+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
* Fix a problem with sendfile() syscall by always doing I/O via bread() insemenu2002-07-311-13/+28
* More s/file system/filesystem/gtrhodes2002-05-162-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Remove __P.alfred2002-03-195-71/+69
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-173-10/+12
* 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
OpenPOWER on IntegriCloud