aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* ffs: plug a set-but-not-used varStefan Eßer2022-04-191-1/+1
* ufs/acl.h: forward-declare struct inodeKonstantin Belousov2022-04-091-0/+2
* Style.Konstantin Belousov2022-04-091-2/+4
* ufs: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* ffs: wait for trims earlier during unmount to avoid panicChuck Silvers2022-04-081-3/+15
* ffs(3): Fix a common typo in source code commentsGordon Bergling2022-03-281-5/+5
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-243-6/+6
* ffs_mount(): fix snapshottingRobert Wing2022-03-171-5/+6
* ffs_mount(): return early if namei() fails to lookup disk deviceRobert Wing2022-03-071-76/+72
* ffs_read(): lock buffers after snaplk with LK_NOWITNESSKonstantin Belousov2022-02-061-0/+3
* ufs, msdosfs: do not record witness order when creating vnodeKonstantin Belousov2022-02-011-1/+1
* ffs: lock buffers after snaplk with LK_NOWITNESSKonstantin Belousov2022-02-013-12/+27
* ffs_alloc.c: order includes alphabeticallyKonstantin Belousov2022-02-011-5/+5
* ufs: be more persistent with finishing some operationsKonstantin Belousov2022-01-314-3/+4
* ffs_snapblkfree(): add a comment explaining lockmgr invocationKonstantin Belousov2022-01-311-0/+6
* ufs: Use IS_SNAPSHOT()Konstantin Belousov2022-01-313-16/+13
* ufs: handle LoR between snap lock and vnode lockKirk McKusick2022-01-281-33/+53
* Avoid unnecessary setting of UFS flag requesting fsck(8) be run.Kirk McKusick2022-01-101-6/+1
* When doing a read-only mount of a UFS filesystem using gjournal(8),Kirk McKusick2022-01-021-3/+4
* ufs: Avoid subobject overflow in snapshot expunge codeJessica Clarke2022-01-021-2/+4
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2022-01-024-9/+23
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-2/+2
* Revert "ffs(3): Fix a typo in a sysctl description"Gordon Bergling2021-12-051-1/+1
* ffs(3): Fix a typo in a sysctl descriptionGordon Bergling2021-12-041-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-253-3/+3
* ffs_softdep: Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* ffs: fix newly introduced LOR between mntfs vnode lock and topology lockKonstantin Belousov2021-11-161-1/+1
* Followup to f2b391528ad9 to improve printed message.Kirk McKusick2021-11-161-2/+3
* Allow forced r/w mount of UFS/FFS filesystem with a bad check hash.Kirk McKusick2021-11-161-1/+1
* Add ability to suppress UFS/FFS superblock check-hash failure messages.Kirk McKusick2021-11-152-12/+24
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-153-11/+12
* ffs_snapshot: do not assert that um_devvp is lockedKonstantin Belousov2021-11-121-2/+0
* mntfs: lock mntfs pseudo devfs vnode properlyKonstantin Belousov2021-11-121-0/+4
* ffs: Remove assertions about locked um_devvp in several placesKonstantin Belousov2021-11-122-3/+6
* ufs: remove write-only variablesKonstantin Belousov2021-10-214-19/+8
* vfs: remove cn_threadMateusz Guzik2021-10-114-17/+15
* vfs: remove dead fifoop VOP_KQFILTER implementationsKyle Evans2021-10-031-19/+0
* ffs: retire unused fsckpid mount optionRobert Wing2021-10-024-118/+6
* Avoid "consumer not attached in g_io_request" panic when disk lostKirk McKusick2021-09-281-11/+6
* Eliminate snaplk / bufwait LOR when creating UFS snapshotsKirk McKusick2021-09-191-21/+21
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-171-2/+3
* ffs: remove unused thread argument from ffs_reload()Robert Wing2021-09-043-4/+4
* ffs_update(): Do not assume that EBUSY can only come LK_NOWAIT trylockKonstantin Belousov2021-08-311-2/+7
* ffs_update(): recalculate flags after relocking the vnodeKonstantin Belousov2021-08-311-1/+6
* ddb: do not assume that ffs is mounted with softdepKeith Owens2021-08-251-3/+9
* ufs_dirhash: Correct a typo in a commentGordon Bergling2021-08-201-1/+1
* ufs rename: ensure that the result of ufs_checkpath() is stableKonstantin Belousov2021-08-134-3/+19
* Style: wrap the long line, definition of ufs_checkpath()Konstantin Belousov2021-08-131-1/+2
* Clean up orphaned indirdep dependency structures after disk failure.Kirk McKusick2021-07-292-11/+47
* Diagnotic improvement to soft dependency structure management.Kirk McKusick2021-07-291-0/+4