| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287599: | kib | 2015-09-16 | 1 | -1/+4 |
* | MFC r286106: | kib | 2015-08-07 | 1 | -0/+62 |
* | MFC r283601: | kib | 2015-06-10 | 1 | -10/+10 |
* | MFC r276008: | kib | 2015-01-04 | 1 | -0/+2 |
* | MFC r275897: | kib | 2015-01-01 | 1 | -1/+5 |
* | MFC r275744: | kib | 2014-12-20 | 1 | -5/+8 |
* | MFC r274501: | kib | 2014-11-21 | 1 | -1/+3 |
* | MFC r272534: | kib | 2014-10-18 | 1 | -7/+10 |
* | MFC r272538: | kib | 2014-10-11 | 1 | -5/+4 |
* | MFC r270993: | mjg | 2014-09-26 | 1 | -1/+2 |
* | MFC r268612: | kib | 2014-07-28 | 1 | -0/+31 |
* | MFC r268606: | kib | 2014-07-28 | 1 | -4/+27 |
* | MFC r267491: | kib | 2014-06-29 | 1 | -52/+137 |
* | MFC r267564: | kib | 2014-06-24 | 1 | -0/+24 |
* | MFC r259522: | kib | 2013-12-24 | 1 | -0/+3 |
* | MFC r258039: | kib | 2013-12-17 | 1 | -10/+9 |
* | MFC r257898: | kib | 2013-12-13 | 1 | -2/+2 |
* | When opening or closing fifo, ensure that the vnode is locked | kib | 2013-09-13 | 1 | -1/+3 |
* | Make the seek a method of the struct fileops. | kib | 2013-08-21 | 1 | -0/+71 |
* | Restore the previous sendfile(2) behaviour on the block devices. | kib | 2013-08-16 | 1 | -1/+0 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 1 | -0/+2 |
* | There are several code sequences like | kib | 2013-07-09 | 1 | -2/+16 |
* | Style fixes to vn_ioctl(). | jhb | 2013-05-31 | 1 | -14/+15 |
* | Fix FIONREAD on regular files. The computed result was being ignored and | jhb | 2013-05-03 | 1 | -3/+2 |
* | Use a shared lock for VOP_GETEXTATTR, as it is a read-like operation. | mdf | 2013-03-30 | 1 | -1/+1 |
* | Separate the copyright lines and the informational block by a blank line. | kib | 2013-03-15 | 1 | -0/+1 |
* | Add my copyright for the 2012 year work, in particular vn_io_fault() | kib | 2013-03-15 | 1 | -0/+5 |
* | Implement the helper function vn_io_fault_pgmove(), intended to use by | kib | 2013-03-15 | 1 | -0/+39 |
* | MFC | attilio | 2013-03-02 | 1 | -6/+2 |
|\ |
|
| * | Remove unnecessary variables. | pjd | 2013-03-01 | 1 | -6/+2 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -2/+2 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
|/ |
|
* | vn_io_faults_cnt: | pluknet | 2013-02-15 | 1 | -2/+2 |
* | Simplify code a bit. This is leftover after Giant removal from VFS. | pjd | 2013-01-31 | 1 | -3/+1 |
* | Add flags argument to vfs_write_resume() and remove | kib | 2013-01-11 | 1 | -9/+2 |
* | The process_deferred_inactive() function locks the vnodes of the ufs | kib | 2013-01-01 | 1 | -1/+2 |
* | Make it possible to atomically resume writes on the mount and account | kib | 2012-12-28 | 1 | -27/+52 |
* | - Add NOCAPCHECK flag to namei that allows lookup to work even if the process | pjd | 2012-11-27 | 1 | -0/+4 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -57/+7 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 1 | -1/+1 |
* | vn_write() always expects FOF_OFFSET flag, which is asserted at the begining, | pjd | 2012-09-25 | 1 | -4/+3 |
* | Reorder the managament of advisory locks on open files so that the advisory | jhb | 2012-07-31 | 1 | -5/+55 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 1 | -29/+73 |
* | Fix locking for f_offset, vn_read() and vn_write() cases only, for now. | kib | 2012-06-21 | 1 | -53/+80 |
* | Further refine the implementation of POSIX_FADV_NOREUSE. | jhb | 2012-06-19 | 1 | -11/+86 |
* | Split the second half of vn_open_cred() (after a vnode has been found via | jhb | 2012-06-08 | 1 | -32/+42 |
* | Add a knob to disable vn_io_fault. | kib | 2012-06-03 | 1 | -1/+5 |
* | Count and export the number of prefaulting happen. | kib | 2012-06-03 | 1 | -0/+5 |
* | vn_io_fault() is a facility to prevent page faults while filesystems | kib | 2012-05-30 | 1 | -44/+293 |