summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFC r308028:kib2016-11-111-0/+42
* MFC r308027:kib2016-11-111-0/+36
* MFC r308025:kib2016-11-112-3/+9
* MFC r308024:kib2016-11-111-4/+26
* MFC r308023:kib2016-11-111-1/+4
* MFC r308022:kib2016-11-111-5/+7
* MFC r308021:kib2016-11-111-1/+1
* MFC r308020:kib2016-11-111-6/+8
* MFC r308019:kib2016-11-111-2/+1
* MFC r305834:trasz2016-11-031-1/+1
* MFC r303478:trasz2016-11-031-2/+0
* MFC r303961:trasz2016-11-031-0/+16
* MFC: r307694rmacklem2016-11-031-1/+5
* MFC r306276, but don't remove findwin95asomers2016-10-211-18/+2
* MFC r305659:mjg2016-10-041-1/+0
* MFC r306228:hselasky2016-10-031-0/+6
* MFC: r304026rmacklem2016-10-0314-196/+439
* MFC r303799, r303800:pfg2016-09-062-0/+15
* MFC r303924 (by trasz):kib2016-08-292-3/+3
* MFC r304178:kib2016-08-291-0/+1
* MFC r303382:kib2016-08-264-2/+8
* MFC r303916:kib2016-08-171-4/+7
* MFC r303710:kib2016-08-104-40/+18
* MFC r303704:kib2016-08-104-16/+8
* Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.hselasky2016-07-061-1/+1
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-261-6/+4
* Clean other flags in ncl_inactive, only. Add comment explaining why otherkib2016-06-261-3/+14
* Since VOP_INACTIVE() is not guaranteed to be called, all cleanupskib2016-06-251-24/+33
* Do not access NFS data for reclaimed vnode.kib2016-06-191-4/+8
* Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodeskib2016-06-151-13/+20
* Fix a style bug.kevlo2016-06-081-1/+1
* ext2fs: Stop dropping and reacquiring Giant around geom calls.pfg2016-06-071-12/+0
* nfs_clvfsops: Fix leading whitespace introduced in r299848cem2016-06-071-30/+30
* nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specscem2016-06-071-1/+2
* ext2fs: rearrange ext4_bmapext().pfg2016-06-071-17/+16
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.pfg2016-06-073-16/+16
* ext2fs: cleanup generation number management.pfg2016-06-072-11/+3
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.kib2016-05-222-12/+0
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-222-2/+4
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt askib2016-05-211-17/+13
* Remove zero assignments in the cdev allocator. cdp memory iskib2016-05-211-5/+0
* If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attemptedrmacklem2016-05-181-3/+4
* Comment fix: the getsockaddr() is actually meant here.glebius2016-05-181-3/+3
* Silence down the "insmntque() failed" autofs error; it happenstrasz2016-05-171-1/+1
* Fix fuse for "cp" of a mode 0444 file to the file system.rmacklem2016-05-153-1/+24
* Make it possible to reroot into NFS. This means one can havetrasz2016-05-151-8/+122
* Fix fuse so that stale buffer cache data isn't read.rmacklem2016-05-151-0/+2
* Fix fuse to use DIRECT_IO when required.rmacklem2016-05-142-2/+23
* nfsd: Fix use-after-free in NFS4 lock test servicecem2016-05-121-2/+2
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As akib2016-05-112-43/+13
OpenPOWER on IntegriCloud