summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Change and clean the mutex lock interface.bmilekic2001-02-093-15/+15
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-5/+5
* Use <sys/queue.h> macro API.phk2001-02-041-1/+1
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-10/+10
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-9/+6
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-181-2/+6
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-141-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+0
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-046-11/+45
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-021-4/+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
* Back out the previous change to the queue(3) interface.jake2000-05-263-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-233-6/+6
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+1
OpenPOWER on IntegriCloud