summaryrefslogtreecommitdiffstats
path: root/sys/ufs
AgeCommit message (Expand)AuthorFilesLines
2021-03-24cd9660, mfs: do not hide generic vop functions behind #definesemarie2-4/+3
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie1-2/+3
2021-03-11spellingjsg7-17/+17
2021-03-05ansijsg1-3/+2
2021-03-04Merge issignal() and CURSIG() in preparation for turning it mp-safe.mpi1-2/+2
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-11-07Convert ffs_sysctl to sysctl_bounded_argsgnezdo1-59/+31
2020-10-09Do not dereference `vp' after vput(9)ing it.mpi1-4/+6
2020-08-10remove #if 0'd ufs2 magic error which predates ffs2 supportjsg1-9/+1
2020-08-10use EROFS when attempting to mount a 4.2BSD fs without MNT_RDONLYjsg1-2/+2
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha5-27/+25
2020-06-20With filesystem having many cylinder groups and many inodes per cg theotto2-48/+53
2020-06-11Rename poll-compatibility flag to better reflect what it is.mpi1-2/+2
2020-06-08Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi1-1/+4
2020-05-29When the preferred cylinder group if full scan forward (wrapping if needed)otto1-14/+15
2020-05-28Make generation numbers unsigned and fill them using a random numberotto4-18/+15
2020-05-21Explicitly documents that `vop_kqfilter' isn't missing.mpi1-1/+2
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-03-09Avoid a tight CPU loop when no unlocked worklist items can be processed.millert1-16/+16
2020-02-27Remove unused "struct proc *" argument from the following functions:mpi6-30/+25
2020-02-21Use proper function to get a timestamp, as time_second isn't safe;otto1-6/+21
2020-02-21Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@otto1-3/+9
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-4/+4
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi1-2/+1
2020-02-14Call CURSIG() only once and pass that signal to the check in dounmount()claudio1-5/+5
2020-02-04Replace TAILQ concatenation loop with TAILQ_CONCATbket1-5/+2
2020-01-24Improve small random read ffs performance:kurt1-2/+6
2020-01-20struct vops is not modified during runtime so use const which moves eachclaudio6-20/+20
2020-01-14Convert custom semaphores to tsleep_nsec(9).mpi1-9/+7
2020-01-04Call process_worklist_item with LK_NOWAIT to skip locked vnodes frombeck1-2/+2
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa1-7/+21
2019-12-26Convert struct vfsops initializer to C99 style.bluhm3-42/+42
2019-11-27Re-enable IO_NOCACHE, and use is in vnd.beck2-6/+5
2019-11-25Convert infinite sleeps to tsleep_nsec(9).mpi3-15/+15
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.beck1-2/+2
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton1-3/+3
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha5-16/+17
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha1-2/+2
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha10-39/+39
2019-07-12Revert anton@ changes about read/write unlockingsolene1-3/+3
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton1-3/+3
2019-07-01Add more verbose messages about unsupported ext2fs features.kevlo3-21/+87
2019-06-18Ensure the length passed to ffs_truncate() is within bounds before callinganton1-4/+5
2019-05-09Nope, the right byte layout is happening, but we still need to figure outderaadt1-2/+2
2019-05-09For filenames which are a multiple of 4 bytes long, the zero pad isderaadt1-2/+2
2019-05-043 bytes of kernel stack address space were leaked into on-disk directories.deraadt1-2/+4
2019-05-04Add DIR_ROUNDUP define, from Kirk McKusickderaadt1-1/+2
2019-03-15Remove FBSDID.kevlo1-5/+1
2019-03-06increase dirhash mem a bit since very tiny machines are less common.tedu1-2/+2
2019-01-21Introduce a dedicated entry point data structure for file locks. This new dataanton1-2/+2