| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313690: | kib | 2017-03-19 | 1 | -0/+18 |
* | MFC r312600,r312601,r312602,r312606,r312646: | mjg | 2017-03-16 | 1 | -22/+13 |
* | MFC r312724,r312901,r312902: | mjg | 2017-03-14 | 1 | -4/+6 |
* | MFC r313967: | kib | 2017-02-26 | 1 | -2/+4 |
* | MFC r313495: | kib | 2017-02-23 | 1 | -13/+21 |
* | MFC r313496: | kib | 2017-02-23 | 1 | -12/+19 |
* | Call audit hooks to capture vnode attributes for three file-descriptor | rwatson | 2016-07-05 | 1 | -0/+3 |
* | Ensure that ftruncate(2) is performed synchronously when file is | kib | 2016-05-18 | 1 | -0/+2 |
* | sys/kern: spelling fixes. | pfg | 2016-04-29 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | The struct file f_advice member is overlaid with the devfs f_cdevpriv | kib | 2016-01-22 | 1 | -2/+3 |
* | When cleaning up from failed adv locking and checking for write, do | kib | 2016-01-17 | 1 | -24/+15 |
* | Fix r283998 that broke mapin events for hwpmc. | fabient | 2015-10-08 | 1 | -1/+7 |
* | As a step towards the elimination of PG_CACHED pages, rework the handling | markj | 2015-09-30 | 1 | -84/+16 |
* | For open("name", O_DIRECTORY | O_CREAT), do not try to create the | kib | 2015-09-09 | 1 | -1/+4 |
* | Detect badly behaved coredump note helpers | cem | 2015-09-03 | 1 | -0/+23 |
* | vn_io_fault() handling of the LOR for i/o into the file-backed buffers | kib | 2015-07-31 | 1 | -0/+62 |
* | Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. | markj | 2015-07-05 | 1 | -29/+19 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -4/+3 |
* | Add a new file operations hook for mmap operations. File type-specific | jhb | 2015-06-04 | 1 | -0/+96 |
* | Add V_MNTREF flag to the vn_start_write(9) and | kib | 2015-05-27 | 1 | -12/+16 |
* | Support file verification in MAC. | rodrigc | 2015-04-22 | 1 | -0/+6 |
* | Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that | kib | 2014-12-21 | 1 | -0/+2 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | kib | 2014-12-18 | 1 | -1/+5 |
* | Only sleep interruptible while waiting for suspension end when | kib | 2014-12-13 | 1 | -5/+8 |
* | In vfs_write_suspend_umnt(), if suspension cannot be established, do | kib | 2014-11-14 | 1 | -1/+3 |
* | Provide vfs suspension support only for filesystems which need it, take | mjg | 2014-10-20 | 1 | -1/+1 |
* | Provide vfs suspension support only for filesystems which need it. | mjg | 2014-10-19 | 1 | -2/+32 |
* | Slightly reword comment. Move code, which is described by the | kib | 2014-10-04 | 1 | -5/+4 |
* | Add IO_RANGELOCKED flag for vn_rdwr(9), which specifies that vnode is | kib | 2014-10-04 | 1 | -7/+10 |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | jhb | 2014-09-22 | 1 | -0/+60 |
* | Fix up races with f_seqcount handling. | mjg | 2014-08-26 | 1 | -1/+2 |
* | Extract the code to put a filesystem into the suspended state (at the | kib | 2014-07-14 | 1 | -0/+31 |
* | Generalize vn_get_ino() to allow filesystems to use custom vnode | kib | 2014-07-14 | 1 | -4/+27 |
* | In msdosfs_setattr(), add a check for result of the utimes(2) | kib | 2014-06-17 | 1 | -0/+24 |
* | Use vn_io_fault for the writes from core dumping code. Recursing into | kib | 2014-06-15 | 1 | -52/+137 |
* | change td_retval into a union w/ off_t, with defines to mask the | jmg | 2014-03-16 | 1 | -1/+1 |
* | If vn_open_vnode() succeeded in opening the vnode, but subsequent | kib | 2013-12-17 | 1 | -0/+3 |
* | Revert back to use int for the page counts. In vn_io_fault(), the i/o | kib | 2013-11-20 | 1 | -11/+9 |
* | Avoid overflow for the page counts. | kib | 2013-11-12 | 1 | -1/+2 |
* | Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, without | kib | 2013-11-09 | 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 |