| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a vn_bmap_seekhole(9) vnode helper which can be used by any | kib | 2012-05-26 | 1 | -0/+53 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | jhb | 2012-03-08 | 1 | -1/+6 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -2/+2 |
* | Refine the implementation of POSIX_FADV_NOREUSE for the read(2) case such | jhb | 2012-01-30 | 1 | -7/+7 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -14/+62 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Generalize ffs_pages_remove() into vn_pages_remove(). | mm | 2011-08-25 | 1 | -0/+15 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 1 | -0/+41 |
* | Use a name instead of a magic number for kern_yield(9) when the priority | mdf | 2011-05-13 | 1 | -1/+1 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -2/+2 |
* | Correct arguments order. | pjd | 2010-06-26 | 1 | -2/+2 |
* | Avoid overflow. | trasz | 2010-05-06 | 1 | -1/+1 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 1 | -3/+3 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -0/+19 |
* | vn_stat: take into account va_blocksize when setting st_blksize | avg | 2010-04-03 | 1 | -3/+2 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -4/+4 |
* | Actually make O_DIRECTORY work. | ed | 2010-03-21 | 1 | -0/+4 |
* | Don't add VAPPEND if the file is not being opened for writing. Note that this | trasz | 2009-12-08 | 1 | -1/+1 |