summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix NFS deadlock vulnerability. [SA-14:05]delphij2014-04-081-5/+20
* MFC r263131,r263174,r263175:bdrewery2014-03-302-27/+38
* MFC r263130:bdrewery2014-03-301-2/+4
* MFC: r263441:pfg2014-03-231-1/+1
* MFC r262869:pfg2014-03-091-1/+1
* MFC r262623, r262667:pfg2014-03-0418-221/+219
* MFC r262346:pfg2014-02-272-6/+14
* MFC r261914:dim2014-02-191-0/+2
* MFC r261136:pfg2014-01-311-2/+2
* MFC r260988, r261034, r261120, r261235:pfg2014-01-319-26/+35
* MFC r260229, r260258, r260367, r260390, r260459, r260648:mav2014-01-226-159/+121
* MFC r259877:mav2014-01-221-12/+20
* MFC r259765:mav2014-01-221-7/+11
* MFC r260545:pfg2014-01-141-2/+2
* MFC: r259854rmacklem2014-01-013-5/+12
* MFC: r259845rmacklem2013-12-311-0/+37
* MFC: r259801rmacklem2013-12-312-2/+7
* MFC: r259771rmacklem2013-12-301-6/+11
* MFC: r259084rmacklem2013-12-304-11/+42
* MFC r258904, r259780:pfg2013-12-262-2/+4
* MFC r259521:kib2013-12-241-1/+1
* MFC r258088:kib2013-12-171-7/+4
* MFC: r257901rmacklem2013-12-113-7/+21
* MFC r256448, r257029;pfg2013-12-111-1/+1
* MFC: r257598rmacklem2013-12-111-10/+11
* MFC r256502:kib2013-10-251-0/+4
* MFC r256501:kib2013-10-251-4/+4
* NULL stale pointers (should be a no-op as they should no longer bejmg2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...jmg2013-09-251-5/+5
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+10
* ext2fs: temporarily disable htree directory index.pfg2013-09-072-0/+4
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-054-7/+14
* Crashes have been observed for NFSv4.1 mounts when the systemrmacklem2013-09-041-11/+9
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-0/+15
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-5/+0
* Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+7
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-214-52/+133
* Make the seek a method of the struct fileops.kib2013-08-211-0/+1
* Extract the general-purpose code from tmpfs to perform uiomove fromkib2013-08-211-211/+24
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* Fix several performance related issues in the new NFS server'srmacklem2013-08-144-85/+230
* ext2fs: update format specifiers for ext4 type.pfg2013-08-141-4/+4
* ext2fs: update format specifiers for ext4 type.pfg2013-08-131-1/+1
* Define ext2fs local types and use them.pfg2013-08-138-44/+48
* Add read-only support for extents in ext2fs.pfg2013-08-1211-29/+561
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-093-44/+9
* Small typo.pfg2013-08-081-1/+1
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-052-0/+25
OpenPOWER on IntegriCloud