summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-274-18/+12
* Expand LOCKMGR() compat macro.jhb2001-11-272-9/+11
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-266-497/+2
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")fenner2001-09-261-1/+1
* KSE Milestone 2julian2001-09-124-56/+56
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-086-18/+137
* Fix opening particular file's attributes (as described in man page).semenu2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-083-22/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-082-6/+4
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-265-21/+21
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-22/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-5/+2
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-11/+9
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Reviewed by: jlemonadrian2001-03-011-9/+5
OpenPOWER on IntegriCloud