aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Create um_flags in the ufsmount structure to hold flags for a UFS filesystem.Kirk McKusick2018-06-294-13/+23
* Use buf + strategy rather than bypassing geom_vfs layerWarner Losh2018-06-261-13/+14
* ufs: remove cgbno variable where unusedMatt Macy2018-05-192-15/+1
* Fix warning found by Coverity.Kirk McKusick2018-05-161-1/+3
* Detect and optimize reads from the hole on UFS.Konstantin Belousov2018-05-131-10/+32
* Renumber soft-update types starting at 1 instead of 0 to avoid confusionKirk McKusick2018-04-052-34/+44
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-178-56/+54
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-178-54/+56
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-022-19/+25
* ffs: softdep_disk_write_complete: Quiesce spurious Coverity warningConrad Meyer2018-03-011-1/+2
* Use a more straight-forward approach to relaxing the locationKirk McKusick2018-02-261-12/+8
* Relax the location restraints when validating one of theKirk McKusick2018-02-241-15/+21
* Refactor fix in r329600 to do its check once in readsuper() ratherKirk McKusick2018-02-211-11/+6
* Do not free(9) uninitialized pointer.Konstantin Belousov2018-02-191-8/+13
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-162-0/+4
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-082-15/+30
* {ext2|ufs}_readdir: Avoid setting negative ncookies.Pedro F. Giffuni2018-02-061-1/+4
* Occasional cylinder-group check-hash errors were being reported onKirk McKusick2018-02-062-2/+27
* When reading a cylinder group, break out reporting of check hash errorsKirk McKusick2018-01-311-3/+18
* Revert r328479:Pedro F. Giffuni2018-01-271-5/+1
* {ext2|ufs}_readdir: Set limit on valid ncookies values.Pedro F. Giffuni2018-01-271-1/+5
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-123/+292
* ext2fs|ufs:Unsign some values related to allocation.Pedro F. Giffuni2018-01-243-3/+5
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-244-15/+12
* ufs: use mallocarray(9).Pedro F. Giffuni2018-01-173-9/+11
* Softlink inodes can own buffers with dependencies.Konstantin Belousov2018-01-111-1/+2
* Use mallocarray(9) in dirhash.Pedro F. Giffuni2018-01-101-3/+4
* Generalize the fix from r322757 and apply it to several more places.Konstantin Belousov2018-01-091-34/+45
* When handling write completion, take SU lock around calls toKonstantin Belousov2018-01-091-4/+6
* Postpone the disassotiation of the background write buffer with devvpKonstantin Belousov2018-01-091-1/+1
* Add missing newlines to a couple of error messages.Mark Johnston2018-01-032-4/+6
* SPDX: Complete License ID tags for UFS.Pedro F. Giffuni2017-12-274-4/+4
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-4/+0
* Remove dead initialization of the inode pointer.Alexander Kabaev2017-12-231-1/+1
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-26/+7
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+3
* Provide a sysctl to force synchronous initialization of inode blocks.Mark Johnston2017-12-091-1/+15
* Fix livelock in ufsdirhash_create().Konstantin Belousov2017-12-071-3/+9
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-0/+28
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2020-0/+40
* Improve the message printed when the cylinder group checksum is wrong.Konstantin Belousov2017-11-051-1/+15
* Remove a stale and incorrect comment.Mark Johnston2017-10-281-5/+1
* Remove workqueue items after updating the workqueue tail pointer.Mark Johnston2017-10-281-3/+2
* Make drain_output() use bufobj_wwait().Mark Johnston2017-10-251-12/+1
* Don't defer wakeup()s for completed journal workitems.John Baldwin2017-09-261-5/+1
* Fix 32bit build.Konstantin Belousov2017-09-221-2/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-226-18/+118
* Add UFS_LINK_MAX for the UFS-specific limit on link counts.John Baldwin2017-09-183-5/+10
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-2/+0