summaryrefslogtreecommitdiff
path: root/sys/fs/udf/udf_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-5/+7
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-111-1/+2
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEAndriy Gapon2009-02-261-2/+2
* udf: add read-ahead support modeled after cd9660Andriy Gapon2009-02-261-0/+5
* - Consolidate error handling in the cd9660 and udf mount routines.John Baldwin2009-02-111-14/+18
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnameJohn Baldwin2009-02-091-10/+25
* Add support for fifos to UDF:John Baldwin2009-02-061-0/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-3/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-9/+8
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-6/+6
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-1/+1
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedKonstantin Belousov2008-01-181-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,Markus Brueffer2007-12-111-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-1/+7
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-23/+0
* Tell backing v_object the filesize right on it's creation.Pav Lucistnik2007-01-071-1/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+6
* In udf_find_partmaps(), when we find a type 1 partition map, we have toYaroslav Tykhiy2006-07-251-7/+9
* Fix a memory leak and a nested 'for' loop in the spare table handling.Scott Long2006-06-261-4/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-8/+1
* Make UDF endian-safe.Will Andrews2006-02-031-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Unconditionally mount a UDF filesystem as read-only, instead ofCraig Rodrigues2005-10-171-2/+4
* - Do not hardcode the bsize to a sectorsize of 2048, even thoughCraig Rodrigues2005-10-091-5/+21
* We don't need 'imp' here.Pawel Jakub Dawidek2005-10-071-1/+0
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-1/+0
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-4/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-151-3/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-34/+50
* Remove basically unused root_vp pointer in udfmount.Robert Watson2005-02-181-1/+0
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-0/+1
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()Poul-Henning Kamp2004-12-061-4/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Move UDF to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-20/+23
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-3/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* First half of making UDF be endian-clean. This addresses the vfsops side.Scott Long2004-06-231-21/+23
* Catch all cases where bread() returns an error and a valid *bp, and releaseScott Long2004-03-301-0/+2
* Add hooks for translating directories entries using the iconv methods.Scott Long2003-11-051-3/+44
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1