summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-173-9/+11
* ext2fs: Fix old out-of-bounds access.pfg2014-12-091-6/+16
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.kib2014-12-091-3/+7
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+2
* Implement "automount -c".trasz2014-11-223-1/+16
* Fix smbfs to not zero out statfs f_flags field. Previously, thistrasz2014-11-211-2/+0
* ifdef ext2_print_inode which is not really used.pfg2014-11-123-2/+6
* Fix up some session-related races in devfs.mjg2014-11-031-23/+42
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-301-6/+34
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingkib2014-10-271-3/+3
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-6/+16
* Revert r273481 so it can be recoded using fls(), whichrmacklem2014-10-221-27/+9
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-9/+27
* tmpfs: allow shared file lookupsmjg2014-10-211-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-213-6/+6
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-203-9/+10
* unionfs: hold mount interlock while manipulating mnt_flagmjg2014-10-201-0/+2
* Provide vfs suspension support only for filesystems which need it.mjg2014-10-191-0/+9
* Remove useless debug.trasz2014-10-171-1/+0
* Make the sysctl(8) for checkutf8 positively defined and improvearaujo2014-10-171-5/+5
OpenPOWER on IntegriCloud