Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-30sbitmap: fix lockup while swappingHugh Dickins
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch
2022-09-08sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batchUros Bizjak
2022-09-08sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()Jan Kara
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe
2022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch
2022-08-26sbitmap: remove unnecessary code in __sbitmap_queue_get_batchLiu Song
2022-08-23sbitmap: fix possible io hung due to lost wakeupYu Kuai
2022-06-25lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi
2022-03-22lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry
2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu
2022-01-13blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu
2021-10-25sbitmap: silence data race warningJens Axboe
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe
2021-07-08lib: fix spelling mistakesZhen Lei
2021-03-05scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei
2021-03-05scsi: sbitmap: Export sbitmap_weightMing Lei
2021-03-05scsi: sbitmap: Move allocation hint into sbitmapMing Lei
2021-03-05scsi: sbitmap: Add helpers for updating allocation hintMing Lei
2021-03-05scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei
2020-12-08sbitmap: simplify wrap checkPavel Begunkov
2020-12-08sbitmap: replace CAS with atomic andPavel Begunkov
2020-12-08sbitmap: remove swap_lockPavel Begunkov
2020-12-08sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry
2019-12-21sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry
2019-07-01sbitmap: Replace cmpxchg with xchgPavel Begunkov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner
2019-05-23sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei
2019-01-14sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe
2018-12-12sbitmap: flush deferred clears for resize and shallow getsJens Axboe
2018-12-10sbitmap: silence bogus lockdep IRQ warningJens Axboe
2018-12-01sbitmap: optimize wakeup checkJens Axboe
2018-12-01sbitmap: ammortize cost of clearing bitsJens Axboe
2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei
2018-05-14sbitmap: fix race in wait batch accountingJens Axboe
2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval