summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660
Commit message (Expand)AuthorAgeFilesLines
* NULL stale pointers (should be a no-op as they should no longer bejmg2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...jmg2013-09-251-5/+5
* - Add const-qualifiers to the arguments of isonum_*().marius2013-07-281-13/+22
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Use NULL instead of 0 for pointerskevlo2012-07-221-2/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+0
* Remove unneeded cast to u_int. The values as small enough to fit intokib2012-03-041-2/+1
* Remove unnecessary castskevlo2012-03-041-2/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+2
* Remove an unnecessary cast.kevlo2012-02-201-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit alignedmarius2010-01-232-10/+17
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Update the inline version of vn_get_ino() for ".." lookups to match thejhb2009-06-121-6/+8
* For cd9660_ioctl, check for recycled vnode after locking it.kib2009-06-101-0/+4
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-101-6/+17
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-9/+10
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+9
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+2
* - Consolidate error handling in the cd9660 and udf mount routines.jhb2009-02-111-10/+8
* Use the correct field name for the size of the sierra_id. While thisimp2009-01-281-1/+1
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-284-50/+114
* Sync with ufs_vnops.c:1.245 and remove support for accessing device nodesjhb2009-01-281-3/+7
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.lulf2008-11-261-2/+6
* - Fix a typo in a comment.jhb2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,jhb2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While Rockjhb2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryjhb2008-11-183-6/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-8/+8
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-8/+6
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* In cd9660_readdir vop, always initialize the idp->uio_off member.kib2008-06-111-0/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
OpenPOWER on IntegriCloud