| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -3/+2 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 2 | -7/+6 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 2 | -8/+7 |
* | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), |  visa | 2018-03-28 | 1 | -2/+2 |
* | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2018-02-10 | 2 | -4/+4 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -10/+11 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Tweak lock inits to make the system runnable with witness(4) |  visa | 2017-04-20 | 1 | -2/+2 |
* | Move a pointer deref to after a NULL test. |  jsg | 2017-02-08 | 1 | -3/+2 |
* | use hashfree in fs code. from Mathieu - |  tedu | 2016-09-24 | 1 | -6/+3 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -7/+4 |
* | Remove usermount remnants. ok tedu |  natano | 2016-09-07 | 1 | -12/+1 |
* | pool_setipl for udf |  dlg | 2016-08-25 | 1 | -1/+4 |
* | Eliminate pointless casts to qaddr_t of a value being assigned to a void* |  guenther | 2016-08-13 | 1 | -2/+2 |
* | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 2016-06-19 | 3 | -10/+9 |
* | When pulling an msdos formated umass stick during mount while the |  bluhm | 2016-05-22 | 1 | -1/+3 |
* | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 2016-04-26 | 1 | -1/+4 |
* | When pulling and unmounting an umass USB stick, the file system |  bluhm | 2016-03-27 | 1 | -4/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 2 | -9/+9 |
* | Set mnt_data to NULL after freeing the file system specific mount point. |  bluhm | 2016-03-17 | 1 | -2/+2 |
* | Convert to uiomove(). From Martin Natano. |  stefan | 2016-02-02 | 1 | -7/+6 |
* | remove lockmgr_printinfo stubs. from Martin Natano |  tedu | 2015-09-23 | 1 | -2/+1 |
* | Use PR_WAITOK to indicate that pools are not used in interrupt context |  kettenis | 2015-08-31 | 1 | -7/+7 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 2 | -4/+2 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 3 | -3/+6 |
* | use siphash for key lookups in all the filesystem hashes. |  dlg | 2014-11-18 | 4 | -7/+18 |
* | include sys/unistd.h where needed instead of indirect reliance. ok jsg |  tedu | 2014-11-03 | 2 | -4/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -14/+14 |
* | Zero out dirent structures that will be copied out to avoid leaking garbage |  guenther | 2013-12-14 | 1 | -1/+2 |
* | On return, uio_offset needs to be set to the offset of the first entry |  guenther | 2013-09-22 | 1 | -4/+11 |
* | KNF - extraneous blank line snuck in during last commit |  mlarkin | 2013-09-17 | 1 | -2/+1 |
* | Fix handling of getdents() against UDF filesystems: d_off must be the |  guenther | 2013-08-30 | 1 | -18/+41 |
* | int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes |  mlarkin | 2013-08-16 | 1 | -2/+3 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -54/+10 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -6/+6 |
* | Actually use the subsecond timestamp data |  guenther | 2013-06-02 | 1 | -3/+4 |
* | repair and activate pathconf support |  deraadt | 2013-06-02 | 2 | -6/+13 |
* | CD filesystems don't do inode numbers >2^32, so use a smaller type internally, |  guenther | 2013-05-30 | 3 | -11/+17 |
* | Add an f_mntfromspec member to struct statfs, which specifies the name of |  jsing | 2013-04-15 | 1 | -1/+3 |
* | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, |  guenther | 2013-03-28 | 1 | -4/+1 |
* | A small sprinking of #ifdef _KERNEL |  deraadt | 2013-03-23 | 2 | -3/+14 |
* | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in |  deraadt | 2013-03-23 | 1 | -2/+2 |
* | Cleanup VFS mount string handling: |  jsing | 2012-09-10 | 1 | -7/+11 |
* | Cleanup our filesystem pathconf() code a little bit to make it easier |  matthew | 2012-06-20 | 1 | -6/+10 |
* | fix typos; while here, improve spacing in comments. |  sobrado | 2011-07-07 | 1 | -9/+9 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 2 | -6/+4 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 2 | -6/+5 |
* | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of |  krw | 2011-04-16 | 1 | -3/+3 |
* | In days of yore one could arbitrarily whack buffer flags. Those days |  krw | 2011-04-15 | 1 | -3/+5 |