summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: move assignment where it is not dead.pfg2013-02-051-2/+3
* ext2fs: Remove unused em_e2fsb definition..pfg2013-02-051-1/+0
* ext2fs: Remove useless rootino local variable.pfg2013-02-051-4/+3
* ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().pfg2013-02-051-2/+2
* ext2fs: Use nitems().pfg2013-02-051-6/+4
* ext2fs: Use EXT2_LINK_MAX instead of LINK_MAXpfg2013-02-051-5/+5
* ext2fs: general cleanup.pfg2013-02-027-61/+17
* The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thankib2013-02-011-2/+2
* Backup FATs were sometimes marked dirty by copying their first blockkib2013-02-011-1/+12
* The directory entry for dotdot was corrupted in the FAT32 case when movingkib2013-02-011-5/+13
* The mountmsdosfs() function had an insane sanity test, remove it.kib2013-02-011-2/+1
* Fix a backwards comment in markvoldirty().kib2013-02-011-1/+1
* Assert that the mbuf in the chain has sane length. Proper place forkib2013-02-011-0/+1
* Be conservative and do not try to consume more bytes than waskib2013-01-271-1/+1
* Clean some 'svn:executable' properties in the tree.pfg2013-01-263-0/+0
* Cosmetical off-by-onepfg2013-01-261-2/+2
* Further cleanups to use of timestamps in NFS:jhb2013-01-256-35/+15
* ext2fs: fix a check for negative block numbers.pfg2013-01-231-2/+1
* ext2fs: make some inode fields match the ext2 spec.pfg2013-01-224-9/+11
* ext2fs: temporarily disable the reallocation code.pfg2013-01-221-2/+2
* Make it possible to force async at server side on new NFS server, similardelphij2013-01-181-1/+12
* ext2fs: Add some DOINGASYNC check to match ffs.pfg2013-01-181-5/+9
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-182-18/+8
* Remove a no-longer-used variable after the previous change to usejhb2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-162-7/+4
* Remove the filtering of the acceptable mount options for nullfs, addedkib2013-01-161-11/+0
* - More properly handle interrupted NFS requests on an interruptible mountjhb2013-01-151-0/+6
* The current default size of the nullfs hash table used to lookup thekib2013-01-141-10/+6
* When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,kib2013-01-101-0/+8
* Add support for IO_APPEND flag in fusebapt2013-01-081-3/+5
* ext2fs: cleanup de dinode structure.pfg2013-01-071-20/+19
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-064-312/+538
* Fix reversed condition in the assertion.kib2013-01-041-1/+1
* Add the "nocache" nullfs mount option, which disables the caching ofkib2013-01-034-13/+63
* Remove the last use of the deprecated MNT_VNODE_FOREACH interface inkib2013-01-031-28/+4
* 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
OpenPOWER on IntegriCloud