summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r253939:attilio2013-08-051-6/+8
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-8/+6
* Remove unnecessary soft busy of the page before to do vn_rdwr() inattilio2013-08-041-5/+3
* Add license for the half MD4 algorithm used in ext2_half_md4().pfg2013-08-011-5/+29
* - Add const-qualifiers to the arguments of isonum_*().marius2013-07-281-13/+22
* make path matching in devfs rules consistent and sane (and safer)avg2013-07-261-24/+38
* ext2fs: Return EINVAL for negative uio_offset as in UFS.pfg2013-07-251-8/+2
* ext2fs: Drop a check that wan't supposed to be in r253651.pfg2013-07-251-4/+1
* ext2fs: Don't assume that on-disk format of a directory is the samepfg2013-07-251-81/+99
* fuse: revert kernel_header update.pfg2013-07-241-86/+10
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itnwhitehorn2013-07-231-1/+1
* The NFSv4 server incorrectly assumed that the high order words ofrmacklem2013-07-201-7/+7
* fuse: revert birthtime support.pfg2013-07-202-6/+3
* Adjust outsizes:pfg2013-07-201-2/+2
* Adjust outsizes:pfg2013-07-201-2/+2
* Update fuse_kernel header.pfg2013-07-151-11/+85
* Add creation timestamp (birthtime) support for fuse.pfg2013-07-131-4/+1
* Add creation timestamp (birthtime) support for fuse.pfg2013-07-122-0/+8
* Implement 1003.1-2001 pathconf() keys.pfg2013-07-101-9/+44
* Reinstate the assertion from r253045.pfg2013-07-091-2/+2
* Enhancement when writing an entire block of a file.pfg2013-07-091-9/+20
* Add support for host-based (Kerberos 5 service principal) initiatorrmacklem2013-07-093-34/+33
* Avoid a panic and return EINVAL instead.pfg2013-07-081-2/+2
* Implement SEEK_HOLE/SEEK_DATA for ext2fs.pfg2013-07-071-0/+20
* Fix some typos.pfg2013-07-071-3/+3
* Initial implementation of the HTree directory index.pfg2013-07-069-115/+1561
* The tvp vnode on rename is usually unlinked. Drop the cached nullkib2013-07-041-1/+6
* - Fix double frees/user after free.davide2013-07-031-113/+56
* A problem with the old NFS client where large writes to large filesrmacklem2013-07-031-2/+13
* ext2fs: Use the complete random() range in i_gen.pfg2013-06-301-1/+1
* Bring some updates from ufs_lookup to ext2fs.pfg2013-06-291-8/+11
* Properly use v_data field. This magically worked (even if wrong) untildavide2013-06-281-1/+1
* Garbage collect an useless check. smp should be never NULL.davide2013-06-281-5/+0
* Plug a couple of leakages in smbfs_lookup().davide2013-06-281-3/+6
* Minor sorting.pfg2013-06-261-1/+1
* Define and use e2fs_lbn_t in ext2fs.pfg2013-06-237-12/+19
* Fix r252074 so that it builds on 64bit arches.rmacklem2013-06-221-3/+1
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.rmacklem2013-06-211-8/+20
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-212-4/+25
* Since some NFSv4 servers enforce the requirement for a reserved port#,rmacklem2013-06-211-6/+0
* Rename some prefixes in the Block Group Descriptor fields to ext4bgd_pfg2013-06-201-6/+6
* More ext2fs header cleanups:pfg2013-06-182-12/+12
OpenPOWER on IntegriCloud