summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: Use the complete random() range in i_gen.pfg2013-06-301-1/+1
* Bring some updates from ufs_lookup to ext2fs.pfg2013-06-291-8/+11
* Properly use v_data field. This magically worked (even if wrong) untildavide2013-06-281-1/+1
* Garbage collect an useless check. smp should be never NULL.davide2013-06-281-5/+0
* Plug a couple of leakages in smbfs_lookup().davide2013-06-281-3/+6
* Minor sorting.pfg2013-06-261-1/+1
* Define and use e2fs_lbn_t in ext2fs.pfg2013-06-237-12/+19
* Fix r252074 so that it builds on 64bit arches.rmacklem2013-06-221-3/+1
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.rmacklem2013-06-211-8/+20
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-212-4/+25
* Since some NFSv4 servers enforce the requirement for a reserved port#,rmacklem2013-06-211-6/+0
* Rename some prefixes in the Block Group Descriptor fields to ext4bgd_pfg2013-06-201-6/+6
* More ext2fs header cleanups:pfg2013-06-182-12/+12
* Rename remaining DIAGNOSTIC to INVARIANTS.pfg2013-06-171-1/+1
* Re-sort ext2fs headers to make things easier to find.pfg2013-06-166-56/+33
* Relax some unnecessary unsigned type changes in ext2fs.pfg2013-06-132-10/+10
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-125-16/+16
* s/file system/filesystem/gpfg2013-06-113-8/+8
* e2fs_bpg and e2fs_isize are always unsigned.pfg2013-06-091-2/+2
* Add missing VM object unlocks in an error case.alc2013-06-071-0/+2
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-4/+7
* Relax the vm object locking. Use a read lock.alc2013-06-051-5/+5
* Eliminate unnecessary vm object locking from tmpfs_nocacheread().alc2013-06-041-2/+0
* ext2fs: space vs tab.pfg2013-06-032-2/+2
* ext2fs: Small cosmetic fixes.pfg2013-06-032-2/+3
* ext2fs: Update Block Group Descriptor struct.pfg2013-06-031-3/+7
* - Convert the bufobj lock to rwlock.jeff2013-05-315-4/+7
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node iskib2013-05-301-0/+2
* Post-r248567, there were times when the client would return armacklem2013-05-281-4/+2
* Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),kib2013-05-211-7/+19
* Fix typo in comment.des2013-05-151-1/+1
* Add support for the eofflag to nfs_readdir() in the new NFSrmacklem2013-05-121-1/+8
* Fix several typoseadler2013-05-121-1/+1
* fdescfs: Supply a real value for d_type in readdir.jilles2013-05-121-1/+1
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-114-7/+50
* Avoid deactivating the page if it is already on a queue, only requeuekib2013-05-061-6/+10
* Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflectdavide2013-05-041-8/+9
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-042-10/+30
* The fsync(2) call should sync the vnode in such way that even afterkib2013-05-022-13/+50
* Fix the v_object leak for non-regular tmpfs vnodes.kib2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pagekib2013-05-021-2/+4
* Fix a bug that allows NFS clients to issue READDIR on files.des2013-04-291-0/+2
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-282-164/+103
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-182-1/+20
* Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-181-2/+10
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-2/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-1712-21/+367
* - Correct spelling in commentsgabor2013-04-171-1/+1
OpenPOWER on IntegriCloud