aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-2/+2
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-2/+2
* Remove mistakenly merged field.Konstantin Belousov2017-01-191-2/+0
* Add mount option for tmpfs(5) to not use namecache.Konstantin Belousov2017-01-195-17/+54
* Implement VOP_VPTOCNP() for tmpfs.Konstantin Belousov2017-01-191-0/+127
* VNON nodes cannot exist.Konstantin Belousov2017-01-191-5/+0
* Refcount tmpfs nodes and mount structures.Konstantin Belousov2017-01-194-44/+130
* Make tmpfs directory cursor available outside tmpfs_subr.c.Konstantin Belousov2017-01-192-7/+11
* Rename tmpfs_mount member allnode_lock to include namespace prefix.Konstantin Belousov2017-01-192-7/+8
* Protect macro argument.Konstantin Belousov2017-01-191-3/+3
* Rework some tmpfs lock assertions.Konstantin Belousov2017-01-193-14/+2
* Style fixes and comment updates.Konstantin Belousov2017-01-194-164/+181
* Remove unused union member, fifos on tmpfs are implemented in common code.Konstantin Belousov2017-01-191-6/+0
* tmpfs: manage tm_pages_used with atomicsMateusz Guzik2017-01-143-11/+7
* cd9660: fix up compilation on sparc after r311665Mateusz Guzik2017-01-101-3/+5
* cd9660: typedef cd_ino_t in preference to #defineConrad Meyer2017-01-091-1/+1
* cd9660: Add a prototype for cd9660_vfs_hash_cmpConrad Meyer2017-01-091-0/+1
* Forcibly remove the cached items from pseudofs vncache on module unload.Konstantin Belousov2017-01-091-4/+9
* iso_rrip.h: Hide kernel definitions from makefs(8)Conrad Meyer2017-01-081-0/+2
* Do not truncate inode calculation from ISO9660 block offsetConrad Meyer2017-01-081-3/+10
* cd9660: Expand internal inum size to 64 bitsConrad Meyer2017-01-088-23/+50
* tmpfs: perform a lockless check in tmpfs_itimesMateusz Guzik2017-01-061-16/+6
* tmpfs: enabled MNTK_EXTENDED_SHAREDMateusz Guzik2017-01-061-1/+1
* Lock tmpfs node tn_status updates done under the shared vnode lock.Konstantin Belousov2017-01-064-28/+54
* Use vnode lock assertion expression, and upgrade it to assert theKonstantin Belousov2017-01-061-15/+15
* Remove dead code.Konstantin Belousov2017-01-061-22/+0
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-062-4/+4
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-054-59/+78
* Workaround NFS bug with readdirplus when there are greater than 1 billion fil...Josh Paetzel2017-01-021-28/+11
* Undo small wrong style change.Pedro F. Giffuni2016-12-281-1/+1
* style(9) cleanups.Pedro F. Giffuni2016-12-2820-280/+295
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-2311-181/+360
* When tmpfs and POSIX shm pagein a page for the sole purpose of performingAlan Cox2016-12-111-1/+9
* Fix the NFSv4.1 server for Open reclaim after a reboot.Rick Macklem2016-12-051-3/+28
* ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni2016-12-0212-12/+12
* NFSv4 client tracks opens, and the track records are only dropped whenKonstantin Belousov2016-11-272-1/+4
* ext2: avoid possible overflow when calculating malloc size.Pedro F. Giffuni2016-11-261-1/+2
* Stop "nfsstat -z" from clearing counts of NFSv4 state structures.Rick Macklem2016-11-251-15/+0
* Release laundered vnode pages to the head of the inactive queue.Mark Johnston2016-11-231-39/+5
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-2/+1
* On error, bread(9) zeroes buffer pointer, do not dereference it.Konstantin Belousov2016-11-221-2/+2
* Use buffer pager for NFS.Konstantin Belousov2016-11-222-3/+48
* Minor cleanup, remove unneeded XXX comments and unused re-define.Konstantin Belousov2016-11-222-11/+2
* Reduce NFS "NFSv4( mounted on)? fileid > 32bits" log spam.Colin Percival2016-11-161-4/+22
* Remove most of the code for implementing PG_CACHED pages. (This change doesAlan Cox2016-11-151-6/+3
* Remove spurious space.Edward Tomasz Napierala2016-11-131-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treatEdward Tomasz Napierala2016-11-051-6/+2
* Allow some dotdot lookups in capability mode.Konstantin Belousov2016-11-021-1/+1
* Use buffer pager for cd9660.Konstantin Belousov2016-10-281-0/+42