index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2020-04-17
blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
Tommi Rantala
-2
/
+2
2020-04-16
blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
John Garry
-1
/
+3
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
-7
/
+26
2020-04-10
block: fix busy device checking in blk_drop_partitions again
Christoph Hellwig
-1
/
+1
2020-04-07
block: fix busy device checking in blk_drop_partitions
Christoph Hellwig
-1
/
+1
2020-04-06
blk-mq: don't commit_rqs() if none were queued
Keith Busch
-3
/
+6
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-0
/
+4
2020-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2020-04-01
blkcg: don't offline parent blkcg first
Tejun Heo
-0
/
+16
2020-04-01
blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
Tejun Heo
-3
/
+3
2020-03-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-10
/
+27
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+35
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-1192
/
+1438
2020-03-29
block: return NULL in blk_alloc_queue() on error
Chaitanya Kulkarni
-1
/
+1
2020-03-27
block: add a zone condition debug helper
Chaitanya Kulkarni
-0
/
+32
2020-03-27
block: move bio_map_* to blk-map.c
Christoph Hellwig
-509
/
+513
2020-03-27
Revert "blkdev: check for valid request queue before issuing flush"
Christoph Hellwig
-9
/
+0
2020-03-27
block: simplify queue allocation
Christoph Hellwig
-59
/
+28
2020-03-27
block: add a blk_mq_init_queue_data helper
Christoph Hellwig
-1
/
+9
2020-03-27
block: move the ->devnode callback to struct block_device_operations
Christoph Hellwig
-2
/
+2
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
-0
/
+1
2020-03-25
block: move block layer internals out of include/linux/genhd.h
Christoph Hellwig
-1
/
+118
2020-03-25
block: move guard_bio_eod to bio.c
Christoph Hellwig
-0
/
+43
2020-03-25
block: unexport get_gendisk
Christoph Hellwig
-1
/
+0
2020-03-25
block: unexport disk_map_sector_rcu
Christoph Hellwig
-1
/
+0
2020-03-25
block: unexport disk_get_part
Christoph Hellwig
-1
/
+0
2020-03-25
block: mark part_in_flight and part_in_flight_rw static
Christoph Hellwig
-3
/
+4
2020-03-25
block: mark block_depr static
Christoph Hellwig
-1
/
+1
2020-03-25
block: factor out requeue handling from dispatch code
Johannes Thumshirn
-11
/
+18
2020-03-25
block/diskstats: replace time_in_queue with sum of request times
Konstantin Khlebnikov
-5
/
+10
2020-03-25
block/diskstats: accumulate all per-cpu counters in one pass
Konstantin Khlebnikov
-32
/
+70
2020-03-25
block/diskstats: more accurate approximation of io_ticks for slow disks
Konstantin Khlebnikov
-6
/
+6
2020-03-24
block: merge partition-generic.c and check.c
Christoph Hellwig
-202
/
+166
2020-03-24
block: move the various x86 Unix label formats out of genhd.h
Christoph Hellwig
-0
/
+125
2020-03-24
partitions/msdos: remove LINUX_SWAP_PARTITION
Christoph Hellwig
-6
/
+12
2020-03-24
block: move the *_PARTITION enum out of genhd.h
Christoph Hellwig
-0
/
+9
2020-03-24
block: move struct partition out of genhd.h
Christoph Hellwig
-25
/
+17
2020-03-24
block: remove block/partitions/sun.h
Christoph Hellwig
-9
/
+3
2020-03-24
block: remove block/partitions/sgi.h
Christoph Hellwig
-9
/
+2
2020-03-24
block: remove block/partitions/osf.h
Christoph Hellwig
-8
/
+1
2020-03-24
block: remove block/partitions/karma.h
Christoph Hellwig
-7
/
+2
2020-03-24
block: declare all partition detection routines in check.h
Christoph Hellwig
-75
/
+22
2020-03-24
block: remove warn_no_part
Christoph Hellwig
-14
/
+6
2020-03-24
block: cleanup how md_autodetect_dev is called
Christoph Hellwig
-7
/
+4
2020-03-24
block: unexport read_dev_sector and put_dev_sector
Christoph Hellwig
-19
/
+26
2020-03-24
block: remove alloc_part_info and free_part_info
Christoph Hellwig
-2
/
+4
2020-03-24
block: move sysfs methods shared by disks and partitions to genhd.c
Christoph Hellwig
-76
/
+91
2020-03-24
block: move disk_name and related helpers out of partition-generic.c
Christoph Hellwig
-32
/
+27
2020-03-24
block: remove __bdevname
Christoph Hellwig
-14
/
+0
2020-03-24
block: remove the blk_lookup_devt export
Christoph Hellwig
-1
/
+0
[next]