| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some definitions or make them match NetBSD's headers. | pfg | 2012-11-28 | 2 | -6/+20 |
* | Partially bring r242520 to ext2fs. | pfg | 2012-11-28 | 1 | -0/+12 |
* | - smbfs_rename() might return an error value without correctly upgrading | davide | 2012-11-26 | 2 | -2/+3 |
* | - Remove reset of vpp pointer in some places as long as it's not really | davide | 2012-11-22 | 3 | -5/+0 |
* | Until now, smbfs_fullpath() computed the full path starting from the | davide | 2012-11-22 | 5 | -60/+63 |
* | Remove the check and panic for an impossible condition. The NULL | kib | 2012-11-20 | 1 | -2/+0 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 6 | -36/+0 |
* | In pget(9), if PGET_NOTWEXIT flag is not specified, also search the | kib | 2012-11-16 | 1 | -25/+0 |
* | Remove M_USE_RESERVE from the devfs cdp allocator, which is one of two | kib | 2012-11-14 | 1 | -1/+1 |
* | Get rid of some old debug code. It provides checks similar to the one | davide | 2012-11-14 | 2 | -40/+0 |
* | Fix the lookup in the DOTDOT case in the same way as other filesystems do, | davide | 2012-11-14 | 1 | -0/+21 |
* | - Protect mnt_data and mnt_flags under the mount interlock | attilio | 2012-11-10 | 1 | -7/+7 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 14 | -27/+7 |
* | - Current caching mode is completely broken because it simply relies | attilio | 2012-11-08 | 7 | -150/+16 |
* | fuse_io* must be able to crunch also VDIR vnodes. | attilio | 2012-11-05 | 1 | -2/+2 |
* | Fix a bug where operations was carried on even if not implemented, | attilio | 2012-11-03 | 1 | -6/+4 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 2 | -2/+23 |
* | - Do not put in the mntqueue half-constructed vnodes. | davide | 2012-10-31 | 4 | -123/+69 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 7 | -169/+326 |
* | Change the code to use %jd as printf() placeholder for uio_offset and | davide | 2012-10-31 | 2 | -4/+7 |
* | Fix build in case we have SMBVDEBUG turned on. | davide | 2012-10-25 | 2 | -4/+5 |
* | - Remove the references to the deprecated zalloc kernel interface | davide | 2012-10-25 | 2 | -36/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 4 | -22/+7 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Remove unneeded D_NEEDMINOR. | ed | 2012-10-18 | 1 | -1/+0 |
* | Add two new options to the nfssvc(2) syscall that allow | rmacklem | 2012-10-14 | 2 | -1/+43 |
* | Grammar fixes. | kib | 2012-10-14 | 1 | -3/+3 |
* | Replace the XXX comment with the proper description. | kib | 2012-10-14 | 1 | -1/+3 |
* | Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order to | attilio | 2012-10-14 | 8 | -84/+84 |
* | Import a FreeBSD port of the FUSE Linux module. | attilio | 2012-10-13 | 18 | -0/+8167 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 2 | -3/+3 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 7 | -67/+76 |
* | Modify the NFSv4 client so that it can handle owner | rmacklem | 2012-09-20 | 6 | -25/+60 |
* | Prefer __containerof() above member2struct(). | ed | 2012-09-15 | 1 | -1/+1 |
* | The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively, | kib | 2012-09-13 | 1 | -41/+2 |
* | Add VFCF_READONLY flag that indicates ntfs and xfs file systems are | kevlo | 2012-09-12 | 1 | -1/+1 |
* | Prevent nump NULL pointer dereference in bmap_getlbns() | kevlo | 2012-09-11 | 1 | -1/+2 |
* | Fix style nit | kevlo | 2012-09-11 | 1 | -2/+1 |
* | Add a simple printf() based debug facility to the new nfs client. | rmacklem | 2012-09-09 | 3 | -1/+11 |
* | Allow shared lookups for nullfs mounts, if lower filesystem supports | kib | 2012-09-09 | 4 | -46/+67 |
* | Add some basic definitions for a future htree implementation. | pfg | 2012-08-24 | 2 | -1/+4 |
* | Fix typo | kevlo | 2012-08-18 | 1 | -1/+1 |
* | Remove unused member of struct indir (in_exists) from UFS and EXT2 code. | mjg | 2012-08-17 | 2 | -4/+0 |
* | Streamline use of cdevpriv and correct some corner cases. | hselasky | 2012-08-15 | 1 | -0/+3 |
* | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 3 | -6/+10 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 5 | -0/+5 |
* | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 3 | -90/+6 |
* | The header uma_int.h is internal uma header, unused by this source | kib | 2012-08-04 | 1 | -1/+0 |
* | I am comparing current pipe code with the one in 8.3-STABLE r236165, | davidxu | 2012-07-31 | 1 | -17/+4 |
* | When a thread is blocked in direct write state, it only sets PIPE_DIRECTW | davidxu | 2012-07-31 | 1 | -2/+8 |