index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
mempool: introduce mempool_is_saturated
Pavel Begunkov
1
-0
/
+5
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
2022-11-02
nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
Christoph Hellwig
1
-4
/
+0
2022-11-02
nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces
Christoph Hellwig
1
-1
/
+1
2022-11-02
nvme: don't remove namespaces in nvme_passthru_end
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme-pci: refactor the tagset handling in nvme_reset_work
Christoph Hellwig
1
-16
/
+28
2022-11-02
block: set the disk capacity to 0 in blk_mark_disk_dead
Christoph Hellwig
3
-7
/
+6
2022-11-02
block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
Yu Kuai
3
-6
/
+4
2022-11-02
block, bfq: remove dead code for updating 'rq_in_driver'
Yu Kuai
1
-16
/
+0
2022-11-02
block, bfq: cleanup bfq_activate_requeue_entity()
Yu Kuai
1
-9
/
+5
2022-11-02
block, bfq: factor out code to update 'active_entities'
Yu Kuai
1
-29
/
+32
2022-11-02
block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio
Yu Kuai
1
-15
/
+0
[next]