summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-0/+11
* More constant renaming in preparation for newer features.pfg2012-12-204-24/+25
* Add "nfsstat -m" support for the two new NFS mount optionsrmacklem2012-12-091-0/+6
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-0821-376/+3967
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-056-12/+12
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-023-0/+128
* Update some definitions or make them match NetBSD's headers.pfg2012-11-282-6/+20
* Partially bring r242520 to ext2fs.pfg2012-11-281-0/+12
* - smbfs_rename() might return an error value without correctly upgradingdavide2012-11-262-2/+3
* - Remove reset of vpp pointer in some places as long as it's not reallydavide2012-11-223-5/+0
* Until now, smbfs_fullpath() computed the full path starting from thedavide2012-11-225-60/+63
* Remove the check and panic for an impossible condition. The NULLkib2012-11-201-2/+0
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-196-36/+0
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-25/+0
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twokib2012-11-141-1/+1
* Get rid of some old debug code. It provides checks similar to the onedavide2012-11-142-40/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,davide2012-11-141-0/+21
* - Protect mnt_data and mnt_flags under the mount interlockattilio2012-11-101-7/+7
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-0914-27/+7
* - Current caching mode is completely broken because it simply reliesattilio2012-11-087-150/+16
* fuse_io* must be able to crunch also VDIR vnodes.attilio2012-11-051-2/+2
* Fix a bug where operations was carried on even if not implemented,attilio2012-11-031-6/+4
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-022-2/+23
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-314-123/+69
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-317-169/+326
* Change the code to use %jd as printf() placeholder for uio_offset anddavide2012-10-312-4/+7
* Fix build in case we have SMBVDEBUG turned on.davide2012-10-252-4/+5
* - Remove the references to the deprecated zalloc kernel interfacedavide2012-10-252-36/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-224-22/+7
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Remove unneeded D_NEEDMINOR.ed2012-10-181-1/+0
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+43
* Grammar fixes.kib2012-10-141-3/+3
* Replace the XXX comment with the proper description.kib2012-10-141-1/+3
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toattilio2012-10-148-84/+84
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-1318-0/+8167
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-282-3/+3
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-277-67/+76
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-206-25/+60
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,kib2012-09-131-41/+2
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems arekevlo2012-09-121-1/+1
* Prevent nump NULL pointer dereference in bmap_getlbns()kevlo2012-09-111-1/+2
* Fix style nitkevlo2012-09-111-2/+1
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-093-1/+11
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-094-46/+67
* Add some basic definitions for a future htree implementation.pfg2012-08-242-1/+4
* Fix typokevlo2012-08-181-1/+1
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-4/+0
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-0/+3
OpenPOWER on IntegriCloud