summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Always set p_oppid when attaching to an existing process via procfsjhb2015-05-221-1/+1
* The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
* Do not promote large async writes to sync.mav2015-05-141-34/+15
* Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.rmacklem2015-04-251-1/+2
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-252-5/+5
* Prevent a double free.pfg2015-04-201-1/+3
* nfsrpc_createv4: fix double free.pfg2015-04-191-1/+3
* Change wcommitsize default from one empirical value to another.mav2015-04-191-4/+7
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-193-10/+10
* Drop experimental dir_index support.pfg2015-04-177-1492/+115
* mav@ has found that NFS servers exporting ZFS file systemsrmacklem2015-04-164-7/+18
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-157-4/+12
* tmpfs_getattr(): Return more correct allocated byte counts.will2015-04-101-2/+6
* Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,kib2015-04-051-6/+6
* Assert that an msdosfs mount is not read-only when FAT modificationskib2015-04-051-0/+6
* Refine r280308. Do not completely disable timestamping of devfs nodeskib2015-04-011-7/+25
* msdosfs: mark unused compat-mount fieldskib2015-03-221-4/+2
* Disable timestamping on devfs read/write operations by default.delphij2015-03-212-3/+12
* o Enhance vm_pager_free_nonreq() function:glebius2015-03-171-2/+4
* Fix white spaces.jkim2015-03-021-18/+18
* Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correcttrasz2015-03-023-1/+29
* nandfs_meta_bread() calls bread() which can set bp to NULL in someimp2015-03-011-1/+2
* Do not leak 'copy' buffer if bmap_truncate_indirect fails.kan2015-02-281-0/+1
* Some fixes for fdescfs lookup code.kib2015-02-281-10/+32
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early tokib2015-02-271-2/+1
* ext2fs: Plug small memory leakpfg2015-02-151-1/+2
* Reuse value of cursize instead of recalculating.pfg2015-02-151-1/+1
* Initialize the allocation of variables related to the ext2 allocator.pfg2015-02-151-6/+6
* Restore ABI compatibility, broken in r273127. Note that while this fixestrasz2015-02-102-1/+53
* Remove duplicated assignment.kib2015-02-031-1/+0
* Update directory times immediately after an entry is created orkib2015-01-311-0/+2
* Remove single-use boolean.kib2015-01-311-3/+1
* POSIX states that write(2) "shall mark for update the last datakib2015-01-312-2/+3
* Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. Nodim2015-01-301-2/+2
* Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. Nodim2015-01-301-2/+3
* Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by usingdim2015-01-291-2/+4
* Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by usingdim2015-01-291-6/+7
* Add allow.mount.fdescfs jail flag.jamie2015-01-281-1/+6
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-284-5/+67
* tmpfs does not use UVM on FreeBSD.kib2015-01-281-4/+4
* Stop enforcing additional reference on all cdevs, which was introducedkib2015-01-192-6/+1
* Ignore devfs directory entries for devices either being destroyed orkib2015-01-192-0/+13
* Fix the build when INVARIANTS is defined by restoring `bo`'s definition inngie2015-01-191-0/+6
* ext2: Garbage-collect some unused variablespfg2015-01-197-14/+2
* ext2: fix for uninitialized pointer read.pfg2015-01-181-1/+1
* Remove dead code.pfg2015-01-181-6/+3
* Make SIGSTOP working for sleeps done while waiting for fifo readers orkib2015-01-181-1/+7
* ext2: cosmetical issuespfg2015-01-171-2/+5
OpenPOWER on IntegriCloud