| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not leak 'copy' buffer if bmap_truncate_indirect fails. | kan | 2015-02-28 | 1 | -0/+1 |
* | Some fixes for fdescfs lookup code. | kib | 2015-02-28 | 1 | -10/+32 |
* | The VNASSERT in vflush() FORCECLOSE case is trying to panic early to | kib | 2015-02-27 | 1 | -2/+1 |
* | ext2fs: Plug small memory leak | pfg | 2015-02-15 | 1 | -1/+2 |
* | Reuse value of cursize instead of recalculating. | pfg | 2015-02-15 | 1 | -1/+1 |
* | Initialize the allocation of variables related to the ext2 allocator. | pfg | 2015-02-15 | 1 | -6/+6 |
* | Restore ABI compatibility, broken in r273127. Note that while this fixes | trasz | 2015-02-10 | 2 | -1/+53 |
* | Remove duplicated assignment. | kib | 2015-02-03 | 1 | -1/+0 |
* | Update directory times immediately after an entry is created or | kib | 2015-01-31 | 1 | -0/+2 |
* | Remove single-use boolean. | kib | 2015-01-31 | 1 | -3/+1 |
* | POSIX states that write(2) "shall mark for update the last data | kib | 2015-01-31 | 2 | -2/+3 |
* | Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No | dim | 2015-01-30 | 1 | -2/+2 |
* | Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. No | dim | 2015-01-30 | 1 | -2/+3 |
* | Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by using | dim | 2015-01-29 | 1 | -2/+4 |
* | Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by using | dim | 2015-01-29 | 1 | -6/+7 |
* | Add allow.mount.fdescfs jail flag. | jamie | 2015-01-28 | 1 | -1/+6 |
* | Update mtime for tmpfs files modified through memory mapping. Similar | kib | 2015-01-28 | 4 | -5/+67 |
* | tmpfs does not use UVM on FreeBSD. | kib | 2015-01-28 | 1 | -4/+4 |
* | Stop enforcing additional reference on all cdevs, which was introduced | kib | 2015-01-19 | 2 | -6/+1 |
* | Ignore devfs directory entries for devices either being destroyed or | kib | 2015-01-19 | 2 | -0/+13 |
* | Fix the build when INVARIANTS is defined by restoring `bo`'s definition in | ngie | 2015-01-19 | 1 | -0/+6 |
* | ext2: Garbage-collect some unused variables | pfg | 2015-01-19 | 7 | -14/+2 |
* | ext2: fix for uninitialized pointer read. | pfg | 2015-01-18 | 1 | -1/+1 |
* | Remove dead code. | pfg | 2015-01-18 | 1 | -6/+3 |
* | Make SIGSTOP working for sleeps done while waiting for fifo readers or | kib | 2015-01-18 | 1 | -1/+7 |
* | ext2: cosmetical issues | pfg | 2015-01-17 | 1 | -2/+5 |
* | Avoid race with "dev_rel()" when using the recently added | hselasky | 2015-01-14 | 1 | -0/+6 |
* | Don't use POLLNVAL as a return value from the client side poll | hselasky | 2015-01-13 | 1 | -10/+28 |
* | ANSIfy msdosfs | emaste | 2015-01-12 | 3 | -33/+17 |
* | ANSIfy sys/fs/msdosfs | emaste | 2015-01-09 | 6 | -286/+63 |
* | Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro | rwatson | 2015-01-07 | 2 | -4/+1 |
* | Convert nullfs hash lock from a mutex to an rwlock. | mjg | 2014-12-30 | 1 | -12/+12 |
* | r245508 modified the NFS client's Setattr RPC to | rmacklem | 2014-12-28 | 1 | -1/+8 |
* | Delete some duplicate code that was harmless because | rmacklem | 2014-12-25 | 1 | -14/+0 |
* | A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1 | rmacklem | 2014-12-25 | 2 | -33/+101 |
* | Fix kernel builds with "options NFS_DEBUG" that | rmacklem | 2014-12-23 | 3 | -18/+23 |
* | Remove the old NFS client and server from head, | rmacklem | 2014-12-23 | 4 | -8/+8 |
* | Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some | kib | 2014-12-21 | 4 | -2/+12 |
* | Adjust the test of a KASSERT to better match the intent. | benno | 2014-12-19 | 1 | -1/+2 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | kib | 2014-12-18 | 9 | -16/+16 |
* | Adjust printf format specifiers for dev_t and ino_t in kernel. | gleb | 2014-12-17 | 3 | -9/+11 |
* | ext2fs: Fix old out-of-bounds access. | pfg | 2014-12-09 | 1 | -6/+16 |
* | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | kib | 2014-12-09 | 1 | -3/+7 |
* | The process spin lock currently has the following distinct uses: | kib | 2014-11-26 | 1 | -2/+2 |
* | Implement "automount -c". | trasz | 2014-11-22 | 3 | -1/+16 |
* | Fix smbfs to not zero out statfs f_flags field. Previously, this | trasz | 2014-11-21 | 1 | -2/+0 |
* | ifdef ext2_print_inode which is not really used. | pfg | 2014-11-12 | 3 | -2/+6 |
* | Fix up some session-related races in devfs. | mjg | 2014-11-03 | 1 | -23/+42 |
* | Fix handling of "conn" mount_nfs(8) option. | trasz | 2014-10-30 | 1 | -1/+1 |
* | Add support for "timeo", "actimeo", "noac", and "proto" options | trasz | 2014-10-30 | 1 | -6/+34 |