source: mainline/uspace

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @af1b25d   4 months mc hr: metadata/geom/g_mirror.h: fix checksums
(edit) @dd76b46   4 months mc hr: metadata/native.c: use uint64_t for counter
(edit) @d85ee06   4 months mc hr: geom g{mirror, stripe}: rename files, remove saving We cannot …
(edit) @a056759   4 months mc hr: hr.c: style Accepting connections. message
(edit) @c6d2af8   4 months mc hr: hr.c: more specific message for unsupported hotspare
(edit) @fb06476f   4 months mc hr: use enum for RAID layouts
(edit) @5cb1631   4 months mc hr: FreeBSD GEOM::STRIPE metadata support
(edit) @b883aa8   4 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   4 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   4 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   4 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   4 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   4 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   4 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   4 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   4 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   4 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   4 months mc srv/hr/metadata/native.c: no explicit arg casting
(edit) @58c43d4   4 months mc hr: util.c: matching type as well
(edit) @14394141   4 months mc hr: util.c: style
(edit) @50603405   4 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @6f41c21f   4 months mc Merge branch 'upstream/master' into helenraid-metadata-geom
(edit) @0639afc   4 months noreply libcrypto: create_hash(): const qual for input arg (#250)
(edit) @e77c3ed   4 months mc hr: superblock.c,h: const quals for args
(edit) @29e7cc7   4 months mc Merge branch 'upstream/master' into helenraid
(edit) @25fdb2d   4 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out …
(edit) @51949d0   4 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
(edit) @690ad20   4 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @d5b37b6   4 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @af77459   4 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the …
(edit) @ae787807   4 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
(edit) @b31323f   4 months zarevucky.jiri Test, fix and extend string sanitization
(edit) @800d188   4 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @5d2bdaa   4 months zarevucky.jiri Fix UB in odict test
(edit) @0600976   4 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str
(edit) @11782da   4 months jiri Fix IDE install device path again.
(edit) @2a5d4649   4 months jiri ISA/PCI IDE needs to attach even if one channel is empty.
(edit) @163e34c   4 months zarevucky.jiri Actually convert the printf outputs everywhere
(edit) @f167c851   4 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with …
(edit) @9daee3de   4 months zarevucky.jiri Sort file list in libc meson file
(edit) @696b405   4 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and …
(edit) @2ef2a0d   4 months zarevucky.jiri Add a few printf() formatting tests
(edit) @8165a7a   4 months jiri GFX Demo should default to UI interface
(edit) @a188131   4 months jiri Add UI to system installer
(edit) @3e7948c   4 months zarevucky.jiri Deduplicate forgotten adt header
(edit) @0db0df2   5 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous …
(edit) @90ee3384   5 months jiri Allow sysinst to restart the system at the end of installation. When …
(edit) @59e32fb   5 months jiri Fix IDE disk path in sysinst.
(edit) @ca7fa5b   5 months mc hr: use <inttypes.h> macro specifiers
(edit) @bbcd06e   5 months mc hr: keep counter only in memory saved metadata
(edit) @52be5fa   5 months mc hr: increment metadata counter on volume assembly For now increment …
(edit) @c7e6a3e   5 months mc hr: align struct hr_extent members
(edit) @44da6c8   5 months mc hr: util.c: initialize empty extents to MISSING
(edit) @4200735   5 months mc hr: fix printing extent states with invalid service id
(edit) @0277ec2   5 months mc hr: refactor metadata handling
(edit) @a5ec426   5 months mc hr: superblock: move to last block
(edit) @baa4929   5 months mc hr: extent init refactor, blkno truncation
(edit) @6d0fc11   5 months mc hr: style: align structures, function prototypes
(edit) @746e636   5 months mc hr: add comments to raid init()
(edit) @d082801   5 months mc hr: refactor manual assembly
(edit) @1a28518   5 months mc hr: superblock.c: fix bsize decoding
(edit) @7e8c0e7   5 months mc hr: superblock.c: remove UUID generation for each extent
(edit) @2e7df2e   5 months mc hr: superblock.c: fix UUID memcpy()
(edit) @d946c27   5 months mc hr: initialize and populate in memory metadata
(edit) @49de61c   5 months mc hr: util.c: fix hr_register_volume()
(edit) @56214383   5 months mc hr: util: hr_util_add_hotspare()
(edit) @8a65373   5 months mc hr: move registering out of specific RAIDs
(edit) @7a80c63   5 months mc hr: raid{0,1,5}.c: increment open() count
(edit) @0437dd5   5 months mc hr: util.c: block_fini() hotspares
(edit) @8b51009   5 months mc hr: auto assembly, refactor Added automatic assembly (with hrctl -A). …
(edit) @7bfe468   5 months mc hr: hr.c: hr_client_conn() return ENOENT
(edit) @b04f7af   5 months mc hr: hr.c: add headers
(edit) @a57dde4   5 months mc hr: use func for DEBUG printing fcn names
(edit) @5fe0b9b5   5 months mc hr: var.h: comment cstyle
(edit) @2958e70   5 months mc hr: var.h: revert hotspare no. back from invalidations
(edit) @de81104   5 months mc hr: style headers
(edit) @e3e53cc   5 months mc hr: var.h: remove struct hr_deferred_invalidation
(edit) @eebecdc   5 months mc merge upstream/master into helenraid
(edit) @da54714   5 months noreply partially implement key-based pthread local storage (#245) * check …
(edit) @0ae9e18   6 months jiri Select shutdown action (power off / restart) in shutdown dialog.
(edit) @797ab95   6 months jiri Implement quiesce in i8042.
(edit) @e494d7b   6 months mc hr: initialize hotspare states to MISSING
(edit) @e24c064   6 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @d2da1be   6 months mc hr: rename vol→state_changed → vol→state_dirty
(edit) @f1be66bf   6 months mc hr: raid5.c: fast patch to make new asserts pass
(edit) @d6fe2a1   6 months mc hr: hr_mark_vol_state_dirty() helper
(edit) @10005fd   6 months mc hr: remove vol→halt_please bit and vol→halt_lock RW locks are not …
(edit) @4d42a1b   6 months mc hr: remove deferred invalidations
(edit) @6123753   6 months mc hr: raid1.c: print rebuild progress every 5%
(edit) @4d30c475   6 months mc hr: raid1.c: fix rebuild
(edit) @b15e534   6 months mc hr/fge.c: add some comments
(edit) @b9cc81c6   6 months jiri Implement quiesce in NS8250 and PC-LPT.
(edit) @870841cf   6 months jiri Style issues related to improper use of 'inline' keyword.
(edit) @1c7b0db7   6 months jiri Implement quiesce in NE2k, RTL8139 and RTL8169.
(edit) @07039850   6 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy.
(edit) @a64970e1   6 months jiri Implement quiesce in HD Audio and SB16 drivers.
(edit) @0fcb011   6 months mc hr: raid0.c: early break if (left == 0)
(edit) @89b5a75   6 months noreply fix cstyle (#244)
(edit) @8cdf360   6 months mc app/hrctl: fix case for 'n'
(edit) @9dfb034   6 months jiri Implement quiesce for EHCI and OHCI.
Note: See TracRevisionLog for help on using the revision log.