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-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-11
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
1
-12
/
+18
2017-03-08
blk: improve order of bio handling in generic_make_request()
NeilBrown
1
-4
/
+21
2017-03-08
Revert "scsi, block: fix duplicate bdi name registration crashes"
Jan Kara
1
-2
/
+0
2017-03-02
block: Move bdi_unregister() to del_gendisk()
Jan Kara
1
-1
/
+0
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-160
/
+165
2017-02-08
block: optionally merge discontiguous discard bios into a single request
Christoph Hellwig
1
-0
/
+27
2017-02-08
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
1
-36
/
+40
2017-02-03
block: free merged request in the caller
Jens Axboe
1
-3
/
+9
2017-02-02
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
1
-0
/
+9
2017-02-02
scsi, block: fix duplicate bdi name registration crashes
Dan Williams
1
-0
/
+1
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
1
-14
/
+0
2017-02-02
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara
1
-5
/
+3
2017-02-02
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
1
-7
/
+5
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-13
/
+14
2017-02-01
block: queue lock must be acquired when iterating over rls
Tahsin Erdogan
1
-0
/
+2
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-4
/
+2
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-4
/
+4
2017-01-27
block: don't assign cmd_flags in __blk_rq_prep_clone
Christoph Hellwig
1
-1
/
+0
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
1
-31
/
+0
2017-01-27
block: allow specifying size for extra command data
Christoph Hellwig
1
-12
/
+47
2017-01-27
block: simplify blk_init_allocated_queue
Christoph Hellwig
1
-23
/
+15
2017-01-27
block: fix elevator init check
Christoph Hellwig
1
-22
/
+4
2017-01-27
block: cleanup remaining manual checks for PREFLUSH|FUA
Jens Axboe
1
-1
/
+1
2017-01-27
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
1
-1
/
+1
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
1
-4
/
+4
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
1
-1
/
+3
2017-01-17
block: move rq_ioc() to blk.h
Jens Axboe
1
-16
/
+0
2016-12-13
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-1
/
+3
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
1
-32
/
+2
2016-12-05
block: fix unintended fallthrough in generic_make_request_checks()
Nicolai Stange
1
-0
/
+1
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
1
-0
/
+4
2016-11-21
block: apply blk_partition_remap to REQ_OP_ZONE_RESET
Shaun Tancheff
1
-1
/
+6
2016-11-16
block: deal with stale req count of plug list
Ming Lei
1
-1
/
+4
2016-11-11
block: move poll code to blk-mq
Jens Axboe
1
-46
/
+0
2016-11-10
block: hook up writeback throttling
Jens Axboe
1
-2
/
+15
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
1
-2
/
+12
2016-11-03
block: immediately dispatch big size request
Shaohua Li
1
-1
/
+3
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-40
/
+20
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-34
/
+37
2016-10-19
block: Add iocontext priority to request
Adam Manzanares
1
-1
/
+3
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
1
-0
/
+4
2016-09-14
block: add poll_considered statistic
Stephen Bates
1
-2
/
+6
2016-08-29
blk-mq: turn hctx->run_work into a regular work struct
Jens Axboe
1
-1
/
+1
2016-08-29
block: add kblockd_schedule_work_on()
Jens Axboe
1
-0
/
+6
2016-08-16
block: Fix race triggered by blk_set_queue_dying()
Bart Van Assche
1
-1
/
+3
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-13
/
+13
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-72
/
+25
2016-07-20
scsi/osd: open code blk_make_request
Christoph Hellwig
1
-57
/
+0
2016-07-20
block: simplify and export blk_rq_append_bio
Christoph Hellwig
1
-1
/
+1
2016-07-20
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
1
-5
/
+7
[next]