Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-23 | bcachefs: Add error path to btree_split() | Kent Overstreet | 1 | -0/+1 |
2023-10-23 | bcachefs: Delete old deadlock avoidance code | Kent Overstreet | 1 | -1/+0 |
2023-10-23 | bcachefs: Deadlock cycle detector | Kent Overstreet | 1 | -0/+1 |
2023-10-23 | bcachefs: Add private error codes for ENOSPC | Kent Overstreet | 1 | -1/+15 |
2023-10-23 | bcachefs: Errcodes can now subtype standard error codes | Kent Overstreet | 1 | -45/+52 |
2023-10-23 | bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codes | Kent Overstreet | 1 | -0/+9 |
2023-10-23 | bcachefs: Add distinct error code for key_cache_upgrade | Kent Overstreet | 1 | -0/+1 |
2023-10-23 | bcachefs: Convert fsck errors to errcode.h | Kent Overstreet | 1 | -2/+9 |
2023-10-23 | bcachefs: EINTR -> BCH_ERR_transaction_restart | Kent Overstreet | 1 | -1/+24 |
2023-10-23 | bcachefs: Improved errcodes | Kent Overstreet | 1 | -6/+27 |
2023-10-23 | bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup | Kent Overstreet | 1 | -0/+1 |
2023-10-23 | bcachefs: Convert bucket_alloc_ret to negative error codes | Kent Overstreet | 1 | -0/+12 |