summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-20/+22
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-13/+6
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Fix -Wundef.ru2005-12-042-4/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-9/+9
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-1/+0
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-12/+11
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* - 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
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-0/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+0
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-102-3/+3
* 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-273-5/+35
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-1/+1
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-21/+17
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* 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
OpenPOWER on IntegriCloud