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