| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r262814 | scottl | 2014-04-15 | 1 | -2/+10 |
* | MFC r262812 | scottl | 2014-04-15 | 1 | -3/+6 |
* | MFC r262678; | pfg | 2014-03-05 | 17 | -196/+196 |
* | MFC of 260088: | mckusick | 2014-01-17 | 1 | -4/+4 |
* | MFC of 260079: | mckusick | 2014-01-17 | 1 | -10/+4 |
* | MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860. | mckusick | 2013-12-30 | 6 | -702/+1023 |
* | MFC of 258789: | mckusick | 2013-12-29 | 1 | -2/+20 |
* | MFC r256448, r257029; | pfg | 2013-12-11 | 2 | -5/+6 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -3/+4 |
* | In looking at block layouts as part of fixing filesystem block | mckusick | 2013-08-28 | 1 | -2/+2 |
* | A performance problem was reported in PR kern/181226: | mckusick | 2013-08-28 | 1 | -2/+14 |
* | Take a very small step toward the Century of the Anchovy by increasing the | ivoras | 2013-08-28 | 1 | -1/+1 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 1 | -3/+5 |
* | This bug fix is in a code path in rename taken when there is a | mckusick | 2013-08-06 | 1 | -1/+1 |
* | With the addition of journalled soft updates, the "newblk" structures | mckusick | 2013-08-05 | 1 | -1/+1 |
* | To better understand performance problems with journalled soft updates, | mckusick | 2013-08-05 | 1 | -9/+43 |
* | Update to comments describing block allocation policy. | mckusick | 2013-07-14 | 1 | -7/+6 |
* | Only copy as much bytes as there in superblock, instead of the full | kib | 2013-07-12 | 1 | -1/+1 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-10 | 1 | -1/+1 |
* | There are several code sequences like | kib | 2013-07-09 | 3 | -4/+4 |
* | Make better use of metadata area by avoiding using it for data blocks | mckusick | 2013-07-02 | 2 | -3/+25 |
* | Style fix: spaces. | pfg | 2013-07-02 | 1 | -1/+1 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-01 | 1 | -1/+1 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-01 | 1 | -1/+1 |
* | Don't assume that UFS on-disk format of a directory is the same as | gleb | 2013-07-01 | 2 | -106/+108 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-01 | 1 | -1/+1 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-01 | 4 | -5/+5 |
* | - 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 |