summaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* During code inspection, I spotted that there was a code path whereRick Macklem2013-11-031-10/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-241-1/+1
* Similar to debug.iosize_max_clamp sysctl, introduceKonstantin Belousov2013-10-151-0/+4
* Remove two instances of ARGSUSED comment, and wrap lines nearby theKonstantin Belousov2013-10-151-4/+4
* NULL stale pointers (should be a no-op as they should no longer beJohn-Mark Gurney2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...John-Mark Gurney2013-09-251-5/+5
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-0/+10
* ext2fs: temporarily disable htree directory index.Pedro F. Giffuni2013-09-072-0/+4
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-054-7/+14
* Crashes have been observed for NFSv4.1 mounts when the systemRick Macklem2013-09-041-11/+9
* Forced dismounts of NFS mounts can fail when thread(s) are stuckRick Macklem2013-09-011-0/+15
* Support storing 7 additional file flags in tmpfs:Kenneth D. Merry2013-08-281-3/+4
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-5/+0
* Allow tmpfs be mounted inside jail.Xin LI2013-08-231-1/+7
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-214-52/+133
* Make the seek a method of the struct fileops.Konstantin Belousov2013-08-211-0/+1
* Extract the general-purpose code from tmpfs to perform uiomove fromKonstantin Belousov2013-08-211-211/+24
* Restore the previous sendfile(2) behaviour on the block devices.Konstantin Belousov2013-08-161-0/+1
* Fix several performance related issues in the new NFS server'sRick Macklem2013-08-144-85/+230
* ext2fs: update format specifiers for ext4 type.Pedro F. Giffuni2013-08-141-4/+4
* ext2fs: update format specifiers for ext4 type.Pedro F. Giffuni2013-08-131-1/+1
* Define ext2fs local types and use them.Pedro F. Giffuni2013-08-138-44/+48
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-1211-29/+561
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-093-44/+9
* Small typo.Pedro F. Giffuni2013-08-081-1/+1
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,Konstantin Belousov2013-08-052-0/+25
* Revert r253939:Attilio Rao2013-08-051-6/+8
* The page hold mechanism is fast but it has couple of fallouts:Attilio Rao2013-08-041-8/+6
* Remove unnecessary soft busy of the page before to do vn_rdwr() inAttilio Rao2013-08-041-5/+3
* Add license for the half MD4 algorithm used in ext2_half_md4().Pedro F. Giffuni2013-08-011-5/+29
* - Add const-qualifiers to the arguments of isonum_*().Marius Strobl2013-07-281-13/+22
* make path matching in devfs rules consistent and sane (and safer)Andriy Gapon2013-07-261-24/+38
* ext2fs: Return EINVAL for negative uio_offset as in UFS.Pedro F. Giffuni2013-07-251-8/+2
* ext2fs: Drop a check that wan't supposed to be in r253651.Pedro F. Giffuni2013-07-251-4/+1
* ext2fs: Don't assume that on-disk format of a directory is the samePedro F. Giffuni2013-07-251-81/+99
* fuse: revert kernel_header update.Pedro F. Giffuni2013-07-241-86/+10
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itNathan Whitehorn2013-07-231-1/+1
* The NFSv4 server incorrectly assumed that the high order words ofRick Macklem2013-07-201-7/+7
* fuse: revert birthtime support.Pedro F. Giffuni2013-07-202-6/+3
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* Update fuse_kernel header.Pedro F. Giffuni2013-07-151-11/+85
* Add creation timestamp (birthtime) support for fuse.Pedro F. Giffuni2013-07-131-4/+1
* Add creation timestamp (birthtime) support for fuse.Pedro F. Giffuni2013-07-122-0/+8
* Implement 1003.1-2001 pathconf() keys.Pedro F. Giffuni2013-07-101-9/+44
* Reinstate the assertion from r253045.Pedro F. Giffuni2013-07-091-2/+2
* Enhancement when writing an entire block of a file.Pedro F. Giffuni2013-07-091-9/+20
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-093-34/+33