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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
blk-mq: mark flush request as IDLE in flush_end_io()
Ming Lei
1
-0
/
+1
2020-10-28
block: advance iov_iter on bio_add_hw_page failure
Naohiro Aota
1
-4
/
+7
2020-10-26
blk-cgroup: Pre-allocate tree node on blkg_conf_prep
Gabriel Krisman Bertazi
1
-2
/
+12
2020-10-26
blk-cgroup: Fix memleak on error path
Gabriel Krisman Bertazi
1
-0
/
+1
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+7
2020-10-23
block: blk-mq: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-20
blk-mq: remove the calling of local_memory_node()
Xianting Tian
2
-2
/
+2
2020-10-15
docs: bio: fix a kerneldoc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-15
block: bio: fix a warning at the kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-14
Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2020-10-13
block: add zone specific block statuses
Keith Busch
1
-0
/
+4
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
35
-1405
/
+2360
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+2
2020-10-09
blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue
Yang Yang
2
-3
/
+8
2020-10-09
blk-mq: get rid of the dead flush handle code path
Yufen Yu
1
-6
/
+0
2020-10-09
block: get rid of unnecessary local variable
Yufen Yu
1
-3
/
+1
2020-10-09
block: fix comment and add lockdep assert
Yufen Yu
1
-10
/
+4
2020-10-09
blk-mq: use helper function to test hw stopped
Yufen Yu
1
-1
/
+1
2020-10-09
block: use helper function to test queue register
Yufen Yu
2
-2
/
+2
2020-10-09
block: remove redundant mq check
Yufen Yu
1
-2
/
+2
2020-10-09
block: invoke blk_mq_exit_sched no matter whether have .exit_sched
Yufen Yu
2
-3
/
+1
2020-10-08
Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+4
2020-10-08
block: ratelimit handle_bad_sector() message
Tetsuo Handa
1
-5
/
+4
2020-10-08
blk-throttle: Re-use the throtl_set_slice_end()
Baolin Wang
1
-1
/
+1
2020-10-08
blk-throttle: Open code __throtl_de/enqueue_tg()
Baolin Wang
1
-17
/
+9
2020-10-08
blk-throttle: Move service tree validation out of the throtl_rb_first()
Baolin Wang
1
-4
/
+5
2020-10-08
blk-throttle: Move the list operation after list validation
Baolin Wang
1
-2
/
+4
2020-10-08
blk-throttle: Fix IO hang for a corner case
Baolin Wang
1
-4
/
+4
2020-10-08
blk-throttle: Avoid tracking latency if low limit is invalid
Baolin Wang
1
-1
/
+3
2020-10-08
blk-throttle: Avoid getting the current time if tg->last_finish_time is 0
Baolin Wang
1
-2
/
+6
2020-10-08
blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()
Baolin Wang
1
-3
/
+3
2020-10-08
block: Remove redundant 'return' statement
Baolin Wang
2
-2
/
+2
2020-10-07
dm: fix request-based DM to not bounce through indirect dm_submit_bio
Mike Snitzer
1
-1
/
+0
2020-10-07
partitions/ibm: fix non-DASD devices
Christoph Hellwig
1
-4
/
+3
2020-10-06
block: Consider only dispatched requests for inflight statistic
Gabriel Krisman Bertazi
1
-1
/
+1
2020-10-06
block: move blk_mq_sched_try_merge to blk-merge.c
Christoph Hellwig
3
-63
/
+50
2020-10-06
block: remove the unused blk_integrity_merge_bio export
Christoph Hellwig
2
-1
/
+7
2020-10-06
block: remove the unused blk_integrity_merge_rq export
Christoph Hellwig
2
-1
/
+8
2020-10-05
block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()
Eric Biggers
1
-1
/
+9
2020-10-05
block: make blk_crypto_rq_bio_prep() able to fail
Eric Biggers
4
-20
/
+34
2020-10-05
block: make bio_crypt_clone() able to fail
Eric Biggers
3
-22
/
+22
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
2
-2
/
+2
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
1
-10
/
+2
2020-10-02
block: scsi_ioctl: Avoid the use of one-element arrays
Gustavo A. R. Silva
1
-3
/
+3
2020-10-02
Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+9
2020-10-02
block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
Peilin Ye
1
-0
/
+1
2020-09-29
Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10
Mike Snitzer
28
-1250
/
+2194
2020-09-29
block-mq: fix comments in blk_mq_queue_tag_busy_iter
yangerkun
1
-3
/
+1
2020-09-29
blk-mq: call commit_rqs while list empty but error happen
yangerkun
1
-9
/
+9
[next]