summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r294596:kib2016-02-141-2/+3
* MFC r287599:kib2015-09-161-1/+4
* MFC r286106:kib2015-08-071-0/+62
* MFC r283601:kib2015-06-101-10/+10
* MFC r276008:kib2015-01-041-0/+2
* MFC r275897:kib2015-01-011-1/+5
* MFC r275744:kib2014-12-201-5/+8
* MFC r274501:kib2014-11-211-1/+3
* MFC r272534:kib2014-10-181-7/+10
* MFC r272538:kib2014-10-111-5/+4
* MFC r270993:mjg2014-09-261-1/+2
* MFC r268612:kib2014-07-281-0/+31
* MFC r268606:kib2014-07-281-4/+27
* MFC r267491:kib2014-06-291-52/+137
* MFC r267564:kib2014-06-241-0/+24
* MFC r259522:kib2013-12-241-0/+3
* MFC r258039:kib2013-12-171-10/+9
* MFC r257898:kib2013-12-131-2/+2
* When opening or closing fifo, ensure that the vnode is lockedkib2013-09-131-1/+3
* Make the seek a method of the struct fileops.kib2013-08-211-0/+71
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-1/+0
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+2
* There are several code sequences likekib2013-07-091-2/+16
* Style fixes to vn_ioctl().jhb2013-05-311-14/+15
* Fix FIONREAD on regular files. The computed result was being ignored andjhb2013-05-031-3/+2
* Use a shared lock for VOP_GETEXTATTR, as it is a read-like operation.mdf2013-03-301-1/+1
* Separate the copyright lines and the informational block by a blank line.kib2013-03-151-0/+1
* Add my copyright for the 2012 year work, in particular vn_io_fault()kib2013-03-151-0/+5
* Implement the helper function vn_io_fault_pgmove(), intended to use bykib2013-03-151-0/+39
* MFCattilio2013-03-021-6/+2
|\
| * Remove unnecessary variables.pjd2013-03-011-6/+2
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* vn_io_faults_cnt:pluknet2013-02-151-2/+2
* Simplify code a bit. This is leftover after Giant removal from VFS.pjd2013-01-311-3/+1
* Add flags argument to vfs_write_resume() and removekib2013-01-111-9/+2
* The process_deferred_inactive() function locks the vnodes of the ufskib2013-01-011-1/+2
* Make it possible to atomically resume writes on the mount and accountkib2012-12-281-27/+52
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-271-0/+4
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-57/+7
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* vn_write() always expects FOF_OFFSET flag, which is asserted at the begining,pjd2012-09-251-4/+3
* Reorder the managament of advisory locks on open files so that the advisoryjhb2012-07-311-5/+55
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-29/+73
* Fix locking for f_offset, vn_read() and vn_write() cases only, for now.kib2012-06-211-53/+80
* Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-191-11/+86
* Split the second half of vn_open_cred() (after a vnode has been found viajhb2012-06-081-32/+42
* Add a knob to disable vn_io_fault.kib2012-06-031-1/+5
* Count and export the number of prefaulting happen.kib2012-06-031-0/+5
OpenPOWER on IntegriCloud