index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
1
-2
/
+7
*
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
2022-06-27
1
-10
/
+8
*
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
2022-06-27
1
-4
/
+5
*
block: Make blk_mq_get_sq_hctx() select the proper hardware queue type
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Rename a blk_mq_map_queue() argument
Bart Van Assche
2022-06-27
1
-6
/
+6
*
blk-iocost: Simplify ioc_rqos_done()
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Directly use ida_alloc()/free()
Bo Liu
2022-06-27
2
-3
/
+3
*
block: relax direct io memory alignment
Keith Busch
2022-06-27
2
-2
/
+11
*
block/bounce: count bytes instead of sectors
Keith Busch
2022-06-27
1
-3
/
+10
*
block/merge: count bytes instead of sectors
Keith Busch
2022-06-27
1
-17
/
+24
*
block: add a helper function for dio alignment
Keith Busch
2022-06-27
1
-6
/
+10
*
block: export dma_alignment attribute
Keith Busch
2022-06-27
1
-0
/
+7
*
block/bio: remove duplicate append pages code
Keith Busch
2022-06-27
1
-60
/
+42
*
block: fix infinite loop for invalid zone append
Keith Busch
2022-06-27
1
-3
/
+0
*
block: remove WARN_ON() from bd_link_disk_holder
Li Nan
2022-06-23
1
-4
/
+0
*
block: pop cached rq before potentially blocking rq_qos_throttle()
Jens Axboe
2022-06-21
1
-3
/
+8
*
block: remove queue from struct blk_independent_access_range
Damien Le Moal
2022-06-20
1
-1
/
+0
*
block: freeze the queue earlier in del_gendisk
Christoph Hellwig
2022-06-17
1
-2
/
+1
*
block: remove per-disk debugfs files in blk_unregister_queue
Christoph Hellwig
2022-06-17
4
-25
/
+8
*
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
2022-06-17
6
-22
/
+48
*
block: disable the elevator int del_gendisk
Christoph Hellwig
2022-06-17
2
-41
/
+11
*
block/bfq: Enable I/O statistics
Bart Van Assche
2022-06-17
1
-0
/
+3
*
blk-mq: don't clear flush_rq from tags->rqs[]
Ming Lei
2022-06-16
1
-2
/
+3
*
blk-mq: avoid to touch q->elevator without any protection
Ming Lei
2022-06-16
5
-17
/
+11
*
blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
Ming Lei
2022-06-16
1
-1
/
+3
*
block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
Bart Van Assche
2022-06-16
1
-0
/
+2
*
block: remove bioset_init_from_src
Christoph Hellwig
2022-06-08
1
-20
/
+0
*
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
1
-0
/
+2
|
\
|
*
block, loop: support partitions without scanning
Christoph Hellwig
2022-05-27
1
-0
/
+2
*
|
Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
1
-64
/
+49
|
\
\
|
*
|
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
2022-05-28
1
-4
/
+1
|
*
|
blk-mq: avoid a mess of casts for blk_end_sync_rq
Christoph Hellwig
2022-05-28
1
-23
/
+20
|
*
|
blk-mq: remove __blk_execute_rq_nowait
Christoph Hellwig
2022-05-28
1
-39
/
+30
*
|
|
Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
7
-80
/
+79
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: Fix potential deadlock in blk_ia_range_sysfs_show()
Damien Le Moal
2022-06-03
1
-6
/
+1
|
*
|
block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
Jan Kara
2022-06-02
1
-6
/
+2
|
*
|
block: remove useless BUG_ON() in blk_mq_put_tag()
Damien Le Moal
2022-06-02
1
-1
/
+0
|
*
|
blk-mq: do not update io_ticks with passthrough requests
Haisu Wang
2022-05-30
1
-1
/
+2
|
*
|
block: make bioset_exit() fully resilient against being called twice
Jens Axboe
2022-05-29
1
-0
/
+1
|
*
|
block: use bio_queue_enter instead of blk_queue_enter in bio_poll
Christoph Hellwig
2022-05-28
1
-1
/
+1
|
*
|
block: take destination bvec offsets into account in bio_copy_data_iter
Christoph Hellwig
2022-05-28
1
-3
/
+5
|
*
|
blk-iolatency: Fix inflight count imbalances and IO hangs on offline
Tejun Heo
2022-05-26
1
-58
/
+64
|
*
|
blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx
Ming Lei
2022-05-23
1
-4
/
+3
*
|
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
1
-7
/
+5
|
\
\
\
|
*
|
|
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+3
|
*
|
|
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+1
|
*
|
|
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+1
*
|
|
|
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-25
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
block: add sync_blockdev_range()
Yuezhang Mo
2022-05-23
1
-0
/
+7
*
|
|
|
|
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
2
-9
/
+9
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]