1. 21 Nov, 2023 3 commits
  2. 10 Oct, 2023 33 commits
  3. 09 Oct, 2023 1 commit
  4. 21 Sep, 2023 1 commit
  5. 22 Aug, 2023 1 commit
  6. 21 Jul, 2023 1 commit
    • Gleb Chesnokov's avatar
      scst_lib: Improve scst_put_acg() · c00af8aa
      Gleb Chesnokov authored
      This patch refactors scst_put_acg() to directly call kref_put() with a
      release callback that handles removal of scst_acg from the workqueue.
      This replaces the previous approach of queuing a work item for each
      kref_put() call, improving efficiency by reducing the number of queued
      work items.
      c00af8aa