1. 08 Jan, 2016 9 commits
  2. 07 Jan, 2016 18 commits
  3. 06 Jan, 2016 10 commits
  4. 05 Jan, 2016 3 commits
    • Morris Jette's avatar
      Cosmetic changes for RPC codes · 101d994d
      Morris Jette authored
      Add some more comments to identify RPC code numeric values
      Put the number to string mapping into numeric order and add some numbers in the comments
      101d994d
    • Morris Jette's avatar
      Merge branch 'bb_pools' · d9259af5
      Morris Jette authored
      Conflicts:
      	NEWS
      	src/plugins/burst_buffer/cray/burst_buffer_cray.c
      	src/plugins/burst_buffer/generic/burst_buffer_generic.c
      d9259af5
    • Morris Jette's avatar
      burst_buffer/cray: fix used space race · 56512f6d
      Morris Jette authored
      Don't decrease a pool's "used_space" below the amount we believe has
        been allocated in case there is a buffer allocation in progress
        while the _load_state() function is running.
      Initialize a mutex
      Move loading of state_save_location earlier
      56512f6d