index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
2
-17
/
+14
2021-06-01
block: unexport blk_alloc_queue
Christoph Hellwig
2
-1
/
+2
2021-06-01
block: add blk_alloc_disk and blk_cleanup_disk APIs
Christoph Hellwig
1
-0
/
+35
2021-06-01
block: add a flag to make put_disk on partially initalized disks safer
Christoph Hellwig
1
-2
/
+5
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2
-5
/
+1
2021-06-01
block: move the DISK_MAX_PARTS sanity check into __device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-06-01
block: refactor device number setup in __device_add_disk
Christoph Hellwig
3
-66
/
+49
2021-05-31
scsi: core: Drop message byte helper
Hannes Reinecke
1
-1
/
+1
2021-05-31
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
3
-3
/
+3
2021-05-31
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2
-0
/
+4
2021-05-31
scsi: scsi_ioctl: Return error code when blk_rq_map_kern() fails
Hannes Reinecke
1
-3
/
+4
2021-05-24
blk-mq: Use request queue-wide tags for tagset-wide sbitmap
John Garry
4
-21
/
+72
2021-05-24
blk-mq: Some tag allocation code refactoring
John Garry
3
-25
/
+40
2021-05-24
blk-mq: clearing flush request reference in tags->rqs[]
Ming Lei
1
-1
/
+34
2021-05-24
blk-mq: clear stale request in tags->rq[] before freeing one request pool
Ming Lei
3
-7
/
+54
2021-05-24
blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
Ming Lei
3
-16
/
+43
2021-05-24
block: avoid double io accounting for flush request
Ming Lei
1
-2
/
+1
2021-05-24
block: remove unneeded parenthesis from blk-sysfs
Max Gurtovoy
1
-8
/
+8
2021-05-24
blkcg: drop CLONE_IO check in blkcg_can_attach()
Tejun Heo
1
-27
/
+0
2021-05-24
block_dump: remove block_dump feature
zhangyi (F)
1
-9
/
+0
2021-05-22
Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+1
2021-05-20
block: prevent block device lookups at the beginning of del_gendisk
Christoph Hellwig
1
-10
/
+1
2021-05-17
partitions: msdos: fix one-byte get_unaligned()
Arnd Bergmann
3
-17
/
+12
2021-05-15
Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-18
/
+59
2021-05-14
block/partitions/efi.c: Fix the efi_partition() kernel-doc header
Bart Van Assche
1
-1
/
+1
2021-05-14
blk-mq: Swap two calls in blk_mq_exit_queue()
Bart Van Assche
1
-2
/
+4
2021-05-14
blk-mq: plug request for shared sbitmap
Ming Lei
1
-2
/
+3
2021-05-12
block, bfq: avoid circular stable merges
Paolo Valente
1
-2
/
+29
2021-05-11
blk-iocost: fix weight updates of inner active iocgs
Tejun Heo
1
-2
/
+12
2021-05-11
kyber: fix out of bounds access when preempted
Omar Sandoval
4
-9
/
+10
2021-05-09
Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-16
/
+2
2021-05-08
Revert "bio: limit bio max size"
Jens Axboe
2
-16
/
+2
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+16
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-05-03
bio: limit bio max size
Changheun Lee
2
-2
/
+16
2021-04-30
cgroup: rstat: punt root-level optimization to individual controllers
Johannes Weiner
1
-6
/
+11
2021-04-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-21
/
+62
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
23
-521
/
+584
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+4
2021-04-26
blk-iocost: don't ignore vrate_min on QD contention
Tejun Heo
1
-4
/
+0
2021-04-21
block: return -EBUSY when there are open partitions in blkdev_reread_part
Christoph Hellwig
1
-0
/
+2
2021-04-16
blk-mq: Fix spurious debugfs directory creation during initialization
Saravanan D
1
-0
/
+8
2021-04-16
bfq/mq-deadline: remove redundant check for passthrough request
Lin Feng
2
-7
/
+3
2021-04-16
blk-mq: bypass IO scheduler's limit_depth for passthrough request
Lin Feng
1
-1
/
+2
2021-04-13
block: Remove an obsolete comment from sg_io()
Bart Van Assche
1
-4
/
+0
2021-04-12
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
1
-37
/
+0
2021-04-12
block: remove zero_fill_bio_iter
Christoph Hellwig
1
-3
/
+3
2021-04-12
block: remove an incorrect check from blk_rq_append_bio
Christoph Hellwig
1
-3
/
+0
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2
-2
/
+4
2021-04-08
block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iteration
Peter Zijlstra
1
-2
/
+9
[prev]
[next]