summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Speed up lookups in autofs(5) by using red-black trees instead of lineartrasz2016-03-244-24/+40
* Pacify Coverity in a better way, to avoid write-only variable when buildingtrasz2016-03-161-3/+1
* Pacify Coverity.trasz2016-03-151-1/+3
* Remove name length limitation from autofs(5). The linear search withtrasz2016-03-132-56/+101
* Use S_BLKSIZE instead of magic constant.trasz2016-03-122-4/+6
* Remove cn_consume from 'struct componentname'. It was never set to anythingtrasz2016-03-121-3/+0
* Fix autofs triggering problem. Assume you have an NFS server,trasz2016-03-121-16/+6
* Do not perform unneccessary shared recursion on the allproc_lock inkib2016-03-111-10/+12
* Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lowerkib2016-03-041-1/+1
* Ext2: cleanup setting of ctime/mtime/birthtime.pfg2016-02-191-5/+3
* After nullfs rmdir operation, reclaim the directory vnode which waskib2016-02-171-0/+9
* ext2fs: Remove panics for rename() race conditions.pfg2016-02-141-5/+8
* cd9660: More "check for NULL" cleaunps.pfg2016-02-121-10/+8
* Clear the cookie pointer on error in tmpfs_readdir().markj2016-02-121-1/+4
* Ext4: Use boolean type instead of '0' and '1'pfg2016-02-112-8/+8
* Ext4: fix handling of files with sparse blocks before extent's index.pfg2016-02-112-15/+44
* Revert r295359:pfg2016-02-071-1/+1
* msdosfs_rename: yet another unused value.pfg2016-02-071-3/+0
* cd9660: Drop an unnecessary check for NULL.pfg2016-02-071-2/+1
* fdesc_setattr: unitialized pointer readpfg2016-02-071-1/+1
* msdosfs_rename: Unused valuepfg2016-02-061-1/+0
* Revert r294695:pfg2016-02-031-5/+7
* ext2fs: passthrough any extra timestamps to the dinode struct.pfg2016-01-241-7/+5
* ext2: rename some directory index constants.pfg2016-01-241-1/+1
* Fix comment.pfg2016-01-241-1/+1
* Rename some directory index constants.pfg2016-01-244-7/+7
* ext2: Initialize i_flag after allocation.pfg2016-01-241-0/+1
* When devfs dirent is freed, a vnode might still keep a pointer to it,kib2016-01-221-0/+7
* ext2fs: Bring back the htree dir_index implementation.pfg2016-01-217-115/+1492
* Assert that the linkage between struct cdev_privdata and and structkib2016-01-171-0/+2
* [PR 206224] bv_cnt is sometimes examined without holding the bufobj lockrpokala2016-01-171-0/+5
* Unbreak NOIP builds after r294084.bz2016-01-151-1/+2
* Make nfscl_getmyip() use new routing KPI.melifaro2016-01-153-55/+52
* Make devfs_fpdrop() static. It was not a public KPI, and it has nokib2016-01-131-1/+1
* ext4: mount panic from freeing invalid pointerspfg2016-01-111-1/+1
* ext4: add support for reading sparse filespfg2016-01-114-34/+80
* Change the type of newsize argument in the smbfs_smb_setfsize() functionae2016-01-113-6/+8
* ext2fs: reading mmaped file in Ext4 causes panicpfg2016-01-071-6/+13
* Hide transient EBADF errors caused by the parallel revoke(2) or forcedkib2016-01-021-3/+3
* Minor style cleanup.kib2016-01-011-1/+1
* Force nullfs vnode reclaim after unlinking, to potentially unlinkkib2015-12-301-3/+5
* ext2: recognize ext4 INCOMPAT_RECOVER flagpfg2015-12-291-0/+3
* Make it possible for the cdevsw d_close() driver method to detect lastkib2015-12-221-3/+9
* Keep devfs mount locked for the whole duration of the devfs_setattr(),kib2015-12-221-7/+14
* Make CUSE usable with platforms where the size of "unsigned long" ishselasky2015-12-222-6/+6
* Make CUSE usable with platforms where the size of "unsigned long" ishselasky2015-12-222-3/+3
* Guard against the same process being both CUSE server and client athselasky2015-12-221-2/+13
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-163-43/+30
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-164-65/+46
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-021-1/+1
OpenPOWER on IntegriCloud