summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid race with "dev_rel()" when using the recently addedhselasky2015-01-141-0/+6
* Don't use POLLNVAL as a return value from the client side pollhselasky2015-01-131-10/+28
* ANSIfy msdosfsemaste2015-01-123-33/+17
* ANSIfy sys/fs/msdosfsemaste2015-01-096-286/+63
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macrorwatson2015-01-072-4/+1
* Convert nullfs hash lock from a mutex to an rwlock.mjg2014-12-301-12/+12
* r245508 modified the NFS client's Setattr RPC tormacklem2014-12-281-1/+8
* Delete some duplicate code that was harmless becausermacklem2014-12-251-14/+0
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1rmacklem2014-12-252-33/+101
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-233-18/+23
* Remove the old NFS client and server from head,rmacklem2014-12-234-8/+8
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-214-2/+12
* Adjust the test of a KASSERT to better match the intent.benno2014-12-191-1/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-189-16/+16
OpenPOWER on IntegriCloud