1. 10 9月, 2021 4 次提交
  2. 02 9月, 2021 4 次提交
  3. 01 9月, 2021 3 次提交
  4. 30 8月, 2021 1 次提交
  5. 27 8月, 2021 17 次提交
  6. 23 8月, 2021 3 次提交
  7. 22 8月, 2021 6 次提交
  8. 21 8月, 2021 2 次提交
    • L
      Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block · 002c0aef
      Linus Torvalds 提交于
      Pull block fixes from Jens Axboe:
       "Three fixes from Ming Lei that should go into 5.14:
      
         - Fix for a kernel panic when iterating over tags for some cases
           where a flush request is present, a regression in this cycle.
      
         - Request timeout fix
      
         - Fix flush request checking"
      
      * tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
        blk-mq: fix is_flush_rq
        blk-mq: fix kernel panic during iterating over flush request
        blk-mq: don't grab rq's refcount in blk_mq_check_expired()
      002c0aef
    • L
      Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block · 1e6907d5
      Linus Torvalds 提交于
      Pull io_uring fixes from Jens Axboe:
       "A few small fixes that should go into this release:
      
         - Fix never re-assigning an initial error value for io_uring_enter()
           for SQPOLL, if asked to do nothing
      
         - Fix xa_alloc_cycle() return value checking, for cases where we have
           wrapped around
      
         - Fix for a ctx pin issue introduced in this cycle (Pavel)"
      
      * tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
        io_uring: fix xa_alloc_cycle() error return value check
        io_uring: pin ctx on fallback execution
        io_uring: only assign io_uring_enter() SQPOLL error in actual error case
      1e6907d5