summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-191-10/+23
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-2/+4
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-3/+3
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Fix unbounded-length malloc, controlled from usermode. The added checkkib2012-06-211-3/+7
* Enable vn_io_fault() lock avoidance for UFS.kib2012-05-301-3/+3
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-4/+3
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-8/+6
* Supply boolean as the second argument to ffs_update(), and not akib2012-03-131-2/+2
* In ffs_syncvnode(), pass boolean false as second argument of ffs_update().kib2012-03-111-1/+1
* Remove not needed ARGSUSED lint command.kib2012-03-111-1/+0
* Revert r232692 as the correct place to fix this is at the syscall level.pho2012-03-091-2/+2
* syscall() fuzzing can trigger this panic. Return EINVAL instead.pho2012-03-081-2/+2
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-4/+11
* Fix found places where uio_resid is truncated to int.kib2012-02-211-4/+8
* Historically when an application wrote an entire block of a file,mckusick2012-02-091-9/+20
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-2/+1
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-97/+79
* Fix typos.kib2011-04-301-2/+2
* Clarify the comment.kib2011-04-301-2/+4
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-061-3/+0
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-2/+4
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-15/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-0/+1
* Don't panic on attempt to set ACL on a block device file.trasz2009-07-011-6/+6
* For SU mounts, softdep_fsync() might drop vnode lock, allowing otherkib2009-06-301-4/+25
* Correct typo.kib2009-03-271-2/+2
* The non-modifying EA VOPs are executed with only shared vnode lock taken.kib2009-03-121-63/+90
* Following a fair amount of real world experience with ACLs andrwatson2009-01-271-9/+1
* When extending inode size, we call vnode_pager_setsize(), to have akib2009-01-201-1/+3
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-201-0/+4
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.trasz2008-09-031-4/+4
* - Since rev 1.142 of ffs_snapshot.c the interlock has not been requiredjeff2008-03-311-11/+4
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-12/+14
* Reduce the acquisition of the vnode interlock in the ffs_read() andkib2008-03-211-2/+4
* Minor typo nit.keramida2008-02-251-1/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-151-3/+5
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+4
* style(9)obrien2008-01-021-17/+17
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-081-5/+5
* Perform range check before allocating memory when readingrodrigc2007-07-131-0/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-4/+2
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-7/+7
* Use *_EMPTY macros when appropriate.delphij2007-04-041-7/+7
* When we write extended attributes, assert that the inode hasn'tbrian2007-03-191-0/+3
* Fix build breakage.pjd2007-03-011-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-2/+2
OpenPOWER on IntegriCloud