summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 320900,323882,324224,324226,324228,326986,326988,326989,326990,326993,jhb2018-01-231-10/+10
* MFC r308028:kib2016-11-111-0/+42
* Do not access buffer if bread(9) or cluster_read(9) failed. On error,kib2016-03-291-4/+2
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-1/+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
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+2
* On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit alignedmarius2010-01-231-7/+12
* 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
* Sync with ufs_vnops.c:1.245 and remove support for accessing device nodesjhb2009-01-281-3/+7
* - Fix a typo in a comment.jhb2008-11-181-1/+1
* 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-181-1/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* In cd9660_readdir vop, always initialize the idp->uio_off member.kib2008-06-111-0/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+29
* Forced commit and #include changes for repo copy fromrodrigc2007-02-111-3/+3
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-0/+1
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-171-0/+1
* Don't store the disk cdev in all inodes.phk2005-03-161-1/+0
* Use vfs_hash instead of home-rolled.phk2005-03-141-1/+2
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-0/+19
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-34/+23
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-9/+9
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-291-3/+3
* Eliminate unnecessary KASSERTs.phk2004-10-271-3/+1
* Pointy hat please!phk2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-211-13/+9
* Temporarily back out revision 1.77. This changed cd9660_getattr() andtjr2004-09-051-14/+6
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-231-2/+2
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-1/+1
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-181-0/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+3
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-3/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-25/+25
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
OpenPOWER on IntegriCloud