summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+22
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-201-6/+6
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Fix -Wundef.ru2005-12-041-2/+2
* - Correct the dprintf format int the _lookup routine.jeff2005-03-281-1/+1
* - Garbage collect an unused variable.jeff2005-03-281-4/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-19/+3
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-271-4/+3
* Whitespace in vop_vector{} initializations.phk2005-01-131-21/+17
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Don't deref NULL if no charset-conversion is specified.phk2004-12-121-1/+6
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-40/+26
* 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
* Eliminate unnecessary KASSERTs.phk2004-10-271-3/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* - 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-261-5/+9
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* 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-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* 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-251-2/+2
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-11/+1
* 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-161-2/+2
* Remove __P.alfred2002-03-191-14/+14
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+2
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+5
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-154/+0
* KSE Milestone 2julian2001-09-121-11/+11
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-1/+1
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-081-4/+0
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-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
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-181-2/+6
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-42/+4
OpenPOWER on IntegriCloud