| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: use our nitems() macro when it is available through param.h. | pfg | 2016-04-19 | 2 | -3/+3 |
* | fs misc: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 4 | -7/+7 |
* | If the VOP_SETATTR() call that saves the exclusive create verifier failed, | rmacklem | 2016-04-12 | 1 | -0/+10 |
* | Bruce Evans reported that there was a performance regression between | rmacklem | 2016-04-11 | 2 | -4/+6 |
* | ext2fs: replace 0 with NULL for pointers. | pfg | 2016-04-11 | 1 | -1/+2 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 18 | -46/+45 |
* | Fix comment. | kevlo | 2016-04-08 | 1 | -3/+3 |
* | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | trasz | 2016-04-07 | 1 | -0/+8 |
* | Update comment: Linux does set a randomized generation number of an inode | kevlo | 2016-04-01 | 1 | -3/+1 |
* | Do not access buffer if bread(9) or cluster_read(9) failed. On error, | kib | 2016-03-29 | 1 | -4/+2 |
* | Update superblock and inode structs for ext4. | kevlo | 2016-03-28 | 2 | -17/+47 |
* | Speed up lookups in autofs(5) by using red-black trees instead of linear | trasz | 2016-03-24 | 4 | -24/+40 |
* | Pacify Coverity in a better way, to avoid write-only variable when building | trasz | 2016-03-16 | 1 | -3/+1 |
* | Pacify Coverity. | trasz | 2016-03-15 | 1 | -1/+3 |
* | Remove name length limitation from autofs(5). The linear search with | trasz | 2016-03-13 | 2 | -56/+101 |
* | Use S_BLKSIZE instead of magic constant. | trasz | 2016-03-12 | 2 | -4/+6 |
* | Remove cn_consume from 'struct componentname'. It was never set to anything | trasz | 2016-03-12 | 1 | -3/+0 |
* | Fix autofs triggering problem. Assume you have an NFS server, | trasz | 2016-03-12 | 1 | -16/+6 |
* | Do not perform unneccessary shared recursion on the allproc_lock in | kib | 2016-03-11 | 1 | -10/+12 |
* | Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lower | kib | 2016-03-04 | 1 | -1/+1 |
* | Ext2: cleanup setting of ctime/mtime/birthtime. | pfg | 2016-02-19 | 1 | -5/+3 |
* | After nullfs rmdir operation, reclaim the directory vnode which was | kib | 2016-02-17 | 1 | -0/+9 |
* | ext2fs: Remove panics for rename() race conditions. | pfg | 2016-02-14 | 1 | -5/+8 |
* | cd9660: More "check for NULL" cleaunps. | pfg | 2016-02-12 | 1 | -10/+8 |
* | Clear the cookie pointer on error in tmpfs_readdir(). | markj | 2016-02-12 | 1 | -1/+4 |
* | Ext4: Use boolean type instead of '0' and '1' | pfg | 2016-02-11 | 2 | -8/+8 |
* | Ext4: fix handling of files with sparse blocks before extent's index. | pfg | 2016-02-11 | 2 | -15/+44 |
* | Revert r295359: | pfg | 2016-02-07 | 1 | -1/+1 |
* | msdosfs_rename: yet another unused value. | pfg | 2016-02-07 | 1 | -3/+0 |
* | cd9660: Drop an unnecessary check for NULL. | pfg | 2016-02-07 | 1 | -2/+1 |
* | fdesc_setattr: unitialized pointer read | pfg | 2016-02-07 | 1 | -1/+1 |
* | msdosfs_rename: Unused value | pfg | 2016-02-06 | 1 | -1/+0 |
* | Revert r294695: | pfg | 2016-02-03 | 1 | -5/+7 |
* | ext2fs: passthrough any extra timestamps to the dinode struct. | pfg | 2016-01-24 | 1 | -7/+5 |
* | ext2: rename some directory index constants. | pfg | 2016-01-24 | 1 | -1/+1 |
* | Fix comment. | pfg | 2016-01-24 | 1 | -1/+1 |
* | Rename some directory index constants. | pfg | 2016-01-24 | 4 | -7/+7 |
* | ext2: Initialize i_flag after allocation. | pfg | 2016-01-24 | 1 | -0/+1 |
* | When devfs dirent is freed, a vnode might still keep a pointer to it, | kib | 2016-01-22 | 1 | -0/+7 |
* | ext2fs: Bring back the htree dir_index implementation. | pfg | 2016-01-21 | 7 | -115/+1492 |
* | Assert that the linkage between struct cdev_privdata and and struct | kib | 2016-01-17 | 1 | -0/+2 |
* | [PR 206224] bv_cnt is sometimes examined without holding the bufobj lock | rpokala | 2016-01-17 | 1 | -0/+5 |
* | Unbreak NOIP builds after r294084. | bz | 2016-01-15 | 1 | -1/+2 |
* | Make nfscl_getmyip() use new routing KPI. | melifaro | 2016-01-15 | 3 | -55/+52 |
* | Make devfs_fpdrop() static. It was not a public KPI, and it has no | kib | 2016-01-13 | 1 | -1/+1 |
* | ext4: mount panic from freeing invalid pointers | pfg | 2016-01-11 | 1 | -1/+1 |
* | ext4: add support for reading sparse files | pfg | 2016-01-11 | 4 | -34/+80 |
* | Change the type of newsize argument in the smbfs_smb_setfsize() function | ae | 2016-01-11 | 3 | -6/+8 |
* | ext2fs: reading mmaped file in Ext4 causes panic | pfg | 2016-01-07 | 1 | -6/+13 |
* | Hide transient EBADF errors caused by the parallel revoke(2) or forced | kib | 2016-01-02 | 1 | -3/+3 |