index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
1
-16
/
+12
2022-11-16
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
2
-8
/
+12
2022-11-16
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
1
-2
/
+8
2022-11-16
block: remove blkdev_writepages
Christoph Hellwig
1
-7
/
+0
2022-11-16
io_uring/rw: enable bio caches for IRQ rw
Pavel Begunkov
1
-1
/
+2
2022-11-16
bio: shrink max number of pcpu cached bios
Pavel Begunkov
1
-1
/
+1
2022-11-16
bio: add pcpu caching for non-polling bio_put
Pavel Begunkov
1
-16
/
+54
2022-11-16
bio: split pcpu cache part of bio_put into a helper
Pavel Begunkov
1
-13
/
+25
2022-11-16
bio: don't rob starving biosets of bios
Pavel Begunkov
1
-0
/
+2
2022-11-16
mempool: introduce mempool_is_saturated
Pavel Begunkov
1
-0
/
+5
2022-11-14
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
9
-146
/
+156
2022-11-14
md/raid1: stop mdx_raid1 thread when raid1 array run failed
Jiang Li
1
-0
/
+1
2022-11-14
md/raid5: use bdev_write_cache instead of open coding it
Christoph Hellwig
2
-8
/
+2
2022-11-14
md: fix a crash in mempool_free
Mikulas Patocka
1
-3
/
+6
2022-11-14
md/raid0, raid10: Don't set discard sectors for request queue
Xiao Ni
2
-3
/
+0
2022-11-14
md/bitmap: Fix bitmap chunk size overflow issues
Florian-Ewald Mueller
1
-8
/
+12
2022-11-14
md: introduce md_ro_state
Ye Bin
1
-70
/
+82
2022-11-14
md: factor out __md_set_array_info()
Ye Bin
1
-30
/
+35
2022-11-14
lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGE
Giulio Benetti
2
-10
/
+0
2022-11-14
raid5-cache: use try_cmpxchg in r5l_wake_reclaim
Uros Bizjak
1
-2
/
+3
2022-11-14
drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
Li Zhong
1
-12
/
+15
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
2
-101
/
+37
2022-11-10
blk-mq: simplify blk_mq_realloc_tag_set_tags
Christoph Hellwig
1
-6
/
+4
2022-11-10
blk-mq: remove blk_mq_alloc_tag_set_tags
Christoph Hellwig
1
-9
/
+5
2022-11-09
bfq: ignore oom_bfqq in bfq_check_waker
Khazhismel Kumykov
1
-1
/
+3
2022-11-09
bfq: fix waker_bfqq inconsistency crash
Khazhismel Kumykov
1
-2
/
+7
2022-11-09
drbd: Store op in drbd_peer_request
Christoph Böhmwalder
3
-40
/
+53
2022-11-09
drbd: disable discard support if granularity > max
Philipp Reisner
1
-0
/
+13
2022-11-09
drbd: use blk_queue_max_discard_sectors helper
Christoph Böhmwalder
1
-5
/
+5
2022-11-09
ABI: sysfs-bus-pci: add documentation for p2pmem allocate
Logan Gunthorpe
1
-0
/
+10
2022-11-09
PCI/P2PDMA: Allow userspace VMA allocations through sysfs
Logan Gunthorpe
1
-0
/
+124
2022-11-09
block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
Logan Gunthorpe
1
-4
/
+8
2022-11-09
block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
Logan Gunthorpe
1
-2
/
+7
2022-11-09
lib/scatterlist: add check when merging zone device pages
Logan Gunthorpe
1
-10
/
+15
2022-11-09
block: add check when merging zone device pages
Logan Gunthorpe
2
-0
/
+26
2022-11-09
iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
Logan Gunthorpe
2
-8
/
+30
2022-11-09
mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
Logan Gunthorpe
3
-3
/
+23
2022-11-09
mm: allow multiple error returns in try_grab_page()
Logan Gunthorpe
4
-27
/
+37
2022-11-07
block: Fix some kernel-doc comments
Yang Li
1
-1
/
+0
2022-11-02
blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()
Jinlong Chen
1
-13
/
+14
2022-11-02
blk-mq: improve error handling in blk_mq_alloc_rq_map()
Jinlong Chen
1
-9
/
+10
2022-11-02
nvme: use blk_mq_[un]quiesce_tagset
Chao Leng
2
-27
/
+9
2022-11-02
blk-mq: add tagset quiesce interface
Chao Leng
3
-0
/
+32
2022-11-02
blk-mq: pass a tagset to blk_mq_wait_quiesce_done
Christoph Hellwig
4
-11
/
+13
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
8
-62
/
+45
2022-11-02
blk-mq: skip non-mq queues in blk_mq_quiesce_queue
Christoph Hellwig
1
-1
/
+3
2022-11-02
nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme: split nvme_kill_queues
Christoph Hellwig
4
-33
/
+15
2022-11-02
nvme: don't unquiesce the admin queue in nvme_kill_queues
Christoph Hellwig
1
-4
/
+0
[next]