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-07-03
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
Dmitry Monakhov
1
-4
/
+1
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
1
-5
/
+0
2017-06-27
block: don't set bounce limit in blk_init_allocated_queue
Christoph Hellwig
1
-5
/
+5
2017-06-27
block: don't bother with bounce limits for make_request drivers
Christoph Hellwig
1
-0
/
+5
2017-06-27
block: add support for write hints in a bio
Jens Axboe
1
-0
/
+1
2017-06-21
block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
Bart Van Assche
1
-2
/
+2
2017-06-20
block: Document what queue type each function is intended for
Bart Van Assche
1
-0
/
+33
2017-06-20
block: Check locking assumptions at runtime
Bart Van Assche
1
-24
/
+47
2017-06-20
block: Introduce request_queue.initialize_rq_fn()
Bart Van Assche
1
-4
/
+13
2017-06-20
block: Make request operation type argument declarations consistent
Bart Van Assche
1
-6
/
+7
2017-06-20
block: return on congested block device
Goldwyn Rodrigues
1
-2
/
+20
2017-06-18
blk: use non-rescuing bioset for q->bio_split.
NeilBrown
1
-2
/
+1
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-1
/
+2
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-1
/
+1
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
1
-1
/
+1
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-2
/
+8
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-7
/
+13
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-65
/
+91
2017-06-01
block: Avoid that blk_exit_rl() triggers a use-after-free
Bart Van Assche
1
-2
/
+8
2017-05-11
block: handle partial completions for special payload requests
Christoph Hellwig
1
-12
/
+12
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
1
-7
/
+2
2017-05-04
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
1
-0
/
+1
2017-04-28
blk-mq: unify hctx delay_work and run_work
Jens Axboe
1
-3
/
+1
2017-04-28
block: add kblock_mod_delayed_work_on()
Jens Axboe
1
-0
/
+7
2017-04-28
blk-mq: unify hctx delayed_run_work and run_work
Jens Axboe
1
-1
/
+1
2017-04-26
blk-mq: Unregister debugfs attributes earlier
Bart Van Assche
1
-2
/
+6
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
1
-13
/
+1
2017-04-19
block: Inline blk_rq_set_prio()
Bart Van Assche
1
-1
/
+6
2017-04-19
block: Export blk_init_request_from_bio()
Bart Van Assche
1
-2
/
+3
2017-04-19
block: make __blk_end_bidi_request private
Christoph Hellwig
1
-1
/
+1
2017-04-19
block: remove blk_end_request_cur
Christoph Hellwig
1
-18
/
+0
2017-04-19
block: remove blk_end_request_err and __blk_end_request_err
Christoph Hellwig
1
-39
/
+0
2017-04-07
block: trace completion of all bios.
NeilBrown
1
-1
/
+9
2017-04-04
block: fix inheriting request priority from bio
Adam Manzanares
1
-1
/
+1
2017-03-29
block: block new I/O just after queue is set as dying
Ming Lei
1
-3
/
+10
2017-03-29
block: rename blk_mq_freeze_queue_start()
Ming Lei
1
-1
/
+1
2017-03-29
block: add a read barrier in blk_queue_enter()
Ming Lei
1
-0
/
+9
2017-03-28
block: track request size in blk_issue_stat
Shaohua Li
1
-1
/
+1
2017-03-21
block: fix stacked driver stats init and free
Jens Axboe
1
-4
/
+6
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-1
/
+5
2017-03-21
block: remove extra calls to wbt_exit()
Omar Sandoval
1
-1
/
+0
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
[next]