| Commit message (Expand) | Author | Age | Files | Lines |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 4 | -66/+67 |
* | Properly spell sentinel (missed in 250891) | mckusick | 2013-05-22 | 1 | -1/+1 |
* | Add missing buffer releases (brelse) after bread calls that return | mckusick | 2013-05-22 | 1 | -2/+6 |
* | Add missing 28th element to softdep types name array. | mckusick | 2013-05-22 | 1 | -1/+4 |
* | Null a pointer after it is freed so that when it is returned | mckusick | 2013-05-22 | 1 | -0/+1 |
* | Remove a bogus check for a NULL buffer pointer. | mckusick | 2013-05-22 | 1 | -7/+8 |
* | Properly spell sentinel (not sintenel or sentinal). | mckusick | 2013-05-22 | 1 | -28/+28 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | Prepare to replace the buf splay with a trie: | jeff | 2013-04-06 | 2 | -27/+18 |
* | The code in clear_remove() and clear_inodedeps() skips one entry | mckusick | 2013-04-03 | 1 | -4/+4 |
* | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 3 | -70/+175 |
* | When renaming a directory from one parent directory to another, | mckusick | 2013-03-20 | 1 | -17/+30 |
* | UFS support of the unmapped i/o for the user data buffers. | kib | 2013-03-19 | 5 | -35/+62 |
* | Do not remap usermode pages into KVA for physio. | kib | 2013-03-19 | 1 | -2/+2 |
* | Remove negative name cache entry pointing to the target name, which | kib | 2013-03-17 | 1 | -0/+1 |
* | Some style fixes. | kib | 2013-03-14 | 1 | -4/+4 |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 2 | -4/+6 |
* | MFC | attilio | 2013-02-27 | 4 | -23/+129 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 2 | -5/+5 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 2 | -0/+2 |
* | The UFS2 filesystem allocates new blocks of inodes as they are needed. | mckusick | 2013-02-16 | 1 | -3/+10 |
* | Fix several unsafe pointer dereferences in the buffered_write() | kib | 2013-02-10 | 1 | -3/+23 |
* | Remove unused MAXSYMLINKLEN macro. | pfg | 2013-02-08 | 1 | -4/+0 |
* | UFS: Remove dead assignment. | pfg | 2013-02-03 | 1 | -1/+0 |
* | For UFS2 i_blocks is unsigned. The current "sanity" check that it | mckusick | 2013-02-03 | 1 | -3/+3 |
* | Add flags argument to vfs_write_resume() and remove | kib | 2013-01-11 | 4 | -14/+10 |
* | The process_deferred_inactive() function locks the vnodes of the ufs | kib | 2013-01-01 | 1 | -1/+1 |
* | Make it possible to atomically resume writes on the mount and account | kib | 2012-12-28 | 1 | -2/+1 |
* | Fixup r218424: uio_yield() was scaling directly to userland priority. | attilio | 2012-12-21 | 1 | -1/+1 |
* | Fix a typo, resulting in the NULL pointer dereference. | kib | 2012-12-15 | 1 | -1/+1 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -8/+0 |
* | Fix build of kdump(1). | trasz | 2012-11-18 | 1 | -0/+1 |
* | Add UFS writesuspension mechanism, designed to allow userland processes | trasz | 2012-11-18 | 5 | -10/+384 |
* | - Fix a truncation bug with softdep journaling that could leak blocks on | jeff | 2012-11-14 | 1 | -39/+100 |
* | - Fix a bug that has existed since the original softdep implementation. | jeff | 2012-11-12 | 1 | -14/+27 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+2 |
* | - Correct rev 242734, segments can sometimes get stuck. Be a bit more | jeff | 2012-11-09 | 1 | -1/+4 |
* | - Implement BIO_FLUSH support around journal entries. This will not 100% | jeff | 2012-11-08 | 1 | -16/+121 |
* | When a file is first being written, the dynamic block reallocation | mckusick | 2012-11-03 | 2 | -2/+75 |
* | - In cancel_mkdir_dotdot don't panic if the inodedep is not available. If | jeff | 2012-11-02 | 1 | -1/+1 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -1/+1 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -1/+2 |
* | Fix two problems that caused instant panic when the device mounted | trasz | 2012-10-28 | 1 | -2/+7 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 3 | -42/+6 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 7 | -53/+63 |
* | Remove unused member of struct indir (in_exists) from UFS and EXT2 code. | mjg | 2012-08-17 | 2 | -4/+0 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Use NULL instead of 0 for pointers | kevlo | 2012-07-22 | 2 | -4/+4 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 1 | -5/+2 |