index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
1
-2
/
+1
2022-09-26
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
1
-2
/
+2
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
1
-11
/
+14
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
1
-10
/
+0
2022-08-02
block: change the blk_queue_bounce calling convention
Christoph Hellwig
1
-4
/
+6
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-3
/
+3
2022-07-21
block: remove __blk_get_queue
Christoph Hellwig
1
-5
/
+0
2022-07-14
block: Use enum req_op where appropriate
Bart Van Assche
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_free_zone_bitmaps
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_clear_zone_settings
Christoph Hellwig
1
-2
/
+2
2022-06-29
block: simplify disk_set_independent_access_ranges
Christoph Hellwig
1
-2
/
+1
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
1
-0
/
+2
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-0
/
+3
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
1
-0
/
+13
2022-04-17
block: refactor discard bio size limiting
Christoph Hellwig
1
-14
/
+0
2022-04-17
block: allow use of per-cpu bio alloc cache by block drivers
Mike Snitzer
1
-6
/
+0
2022-04-17
block: allow using the per-cpu bio cache from bio_alloc_bioset
Mike Snitzer
1
-2
/
+1
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2022-03-08
blk-mq: do not include passthrough requests in I/O accounting
Christoph Hellwig
1
-1
/
+1
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2022-02-16
block: don't check bio in blk_throtl_dispatch_work_fn
Ming Lei
1
-0
/
+1
2022-02-16
block: don't declare submit_bio_checks in local header
Ming Lei
1
-1
/
+0
2022-02-02
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
1
-2
/
+0
2022-02-02
block: move blk_drop_partitions to blk.h
Christoph Hellwig
1
-0
/
+1
2022-02-02
block: move disk_{block,unblock,flush}_events to blk.h
Christoph Hellwig
1
-0
/
+3
2021-12-16
block: only build the icq tracking code when needed
Christoph Hellwig
1
-0
/
+6
2021-12-03
blk-mq: move srcu from blk_mq_hw_ctx to request_queue
Ming Lei
1
-1
/
+9
2021-12-03
block: switch to atomic_t for request references
Jens Axboe
1
-0
/
+31
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: simplify ioc_lookup_icq
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: move blk_mq_sched_assign_ioc to blk-ioc.c
Christoph Hellwig
1
-5
/
+1
2021-11-29
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: don't include <linux/idr.h> in blk.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: don't include <linux/blk-mq.h> in blk.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: don't include blk-mq.h in blk.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: remove the e argument to elevator_exit
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: remove elevator_exit
Christoph Hellwig
1
-10
/
+1
2021-11-29
block: move blk_get_flush_queue to blk-flush.c
Christoph Hellwig
1
-6
/
+0
2021-11-29
blk-mq: simplify the plug handling in blk_mq_submit_bio
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: merge disk_scan_partitions and blkdev_reread_part
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: move blk_print_req_error to blk-mq.c
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: move blk_account_io_{start,done} to blk-mq.c
Christoph Hellwig
1
-20
/
+1
2021-11-29
block: move request based cloning helpers to blk-mq.c
Christoph Hellwig
1
-0
/
+10
2021-11-19
blk-mq: don't insert FUA request with data into scheduler queue
Ming Lei
1
-1
/
+1
2021-11-04
block: move queue enter logic into blk_mq_submit_bio()
Jens Axboe
1
-0
/
+1
2021-11-04
block: make bio_queue_enter() fast-path available inline
Jens Axboe
1
-0
/
+34
2021-10-26
block: Add independent access ranges support
Damien Le Moal
1
-0
/
+4
2021-10-19
blk-mq: don't handle non-flush requests in blk_insert_flush
Christoph Hellwig
1
-1
/
+1
2021-10-19
block: return whether or not to unplug through boolean
Jens Axboe
1
-1
/
+1
[next]