index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
block: make blk_set_default_limits() private
Keith Busch
2
-1
/
+1
2022-12-02
blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
Christoph Hellwig
1
-1
/
+6
2022-12-02
block, bfq: fix null pointer dereference in bfq_bio_bfqg()
Yu Kuai
1
-0
/
+4
2022-11-26
blk-cgroup: properly pin the parent in blkcg_css_online
Chris Mason
1
-1
/
+1
2022-11-26
block: make dma_alignment a stacking queue_limit
Keith Busch
2
-4
/
+5
2022-11-26
block: sed-opal: kmalloc the cmd/resp buffers
Serge Semin
1
-4
/
+28
2022-11-26
block: blk_add_rq_to_plug(): clear stale 'last' after flush
Al Viro
1
-0
/
+1
2022-11-10
blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
Chen Jun
1
-3
/
+1
2022-11-10
block: Fix possible memory leak for rq_wb on add_disk failure
Chen Zhongjin
1
-0
/
+1
2022-11-10
bio: safeguard REQ_ALLOC_CACHE bio put
Pavel Begunkov
1
-1
/
+1
2022-10-29
blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
Yu Kuai
1
-2
/
+5
2022-10-21
blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
Yu Kuai
1
-2
/
+1
2022-10-21
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
3
-7
/
+6
2022-10-21
blk-throttle: prevent overflow while calculating wait time
Yu Kuai
1
-5
/
+3
2022-10-21
blk-wbt: call rq_qos_add() after wb_normal is initialized
Yu Kuai
1
-5
/
+4
2022-10-21
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
3
-17
/
+7
2022-09-24
Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2022-09-20
Revert "block: freeze the queue earlier in del_gendisk"
Christoph Hellwig
1
-1
/
+2
2022-09-16
Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+10
2022-09-15
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
1
-3
/
+8
2022-09-13
block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
Stefan Roesch
1
-2
/
+2
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-0
/
+5
2022-09-09
block: add missing request flags to debugfs code
Jens Axboe
1
-0
/
+2
2022-09-03
block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
Ming Lei
1
-0
/
+3
2022-08-26
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2022-08-20
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-21
/
+1
2022-08-19
blk-mq: fix io hung due to missing commit_rqs
Yu Kuai
1
-2
/
+3
2022-08-18
blk-mq: run queue no matter whether the request is the last request
Yufen Yu
1
-1
/
+1
2022-08-18
blk-mq: remove unused function blk_mq_queue_stopped()
Yu Kuai
1
-20
/
+0
2022-08-13
Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2022-08-12
block: Do not call blk_put_queue() if gendisk allocation fails
Rafael Mendonca
1
-3
/
+1
2022-08-08
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-14
/
+18
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-3
/
+3
2022-08-04
Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-171
/
+165
2022-08-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-16
/
+10
2022-08-02
block: fix leaking page ref on truncated direct io
Keith Busch
1
-15
/
+15
2022-08-02
block: ensure bio_iov_add_page can't fail
Keith Busch
1
-10
/
+9
2022-08-02
block: ensure iov_iter advances for added pages
Keith Busch
1
-4
/
+4
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
5
-72
/
+68
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2
-10
/
+10
2022-08-02
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
1
-4
/
+5
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
4
-14
/
+12
2022-08-02
block: change the blk_queue_bounce calling convention
Christoph Hellwig
3
-18
/
+20
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
3
-55
/
+53
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
45
-688
/
+678
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-08-02
block: Convert read_part_sector() to use a folio
Matthew Wilcox (Oracle)
2
-7
/
+7
2022-08-02
block: Use PAGE_SECTORS_SHIFT
Matthew Wilcox (Oracle)
1
-2
/
+1
[next]