Age | Commit message (Expand) | Author |
2016-09-24 | use hashfree in fs code. from Mathieu - | Ted Unangst |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-02 | Variable 'imp' is set earlier in cd9660_mount() if it's needed (when | Tom Cosgrove |
2016-08-25 | pool_setipl for udf | David Gwynne |
2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* | Philip Guenther |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-05-22 | When pulling an msdos formated umass stick during mount while the | Alexander Bluhm |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. | natano |
2016-02-02 | Convert to uiomove(). From Martin Natano. | Stefan Kempf |
2016-01-19 | Convert min() and uiomovei() to ulmin() and uiomove(). | Stefan Kempf |
2015-12-11 | implement kqfilter. copied from tmpfs (which I copied from ufs). | Ted Unangst |
2015-09-23 | remove lockmgr_printinfo stubs. from Martin Natano | Ted Unangst |
2015-09-09 | Nuke some extraneous whitespace. | Kenneth R Westerback |
2015-08-31 | Use PR_WAITOK to indicate that pools are not used in interrupt context | Mark Kettenis |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-09 | stop using B_AGE, it was effectively retired some time ago. | Ted Unangst |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-09-22 | On return, uio_offset needs to be set to the offset of the first entry | Philip Guenther |
2013-09-17 | KNF - extraneous blank line snuck in during last commit | Mike Larkin |
2013-08-30 | Fix handling of getdents() against UDF filesystems: d_off must be the | Philip Guenther |
2013-08-16 | int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes | Mike Larkin |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-02 | Actually use the subsecond timestamp data | Philip Guenther |
2013-06-02 | repair and activate pathconf support | Theo de Raadt |
2013-06-02 | Remove disabled ISODEVMAP support. dev_t's on one system will not be | Theo de Raadt |
2013-05-30 | CD filesystems don't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-03-23 | A small sprinking of #ifdef _KERNEL | Theo de Raadt |
2013-03-23 | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in | Theo de Raadt |
2012-09-26 | cleanup the pathconf function a bit. Same MD5. | Brad Smith |