index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
scsi: block: Add a queue_max_bytes() helper
Christoph Hellwig
2021-07-28
1
-11
/
+2
|
*
|
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
2021-07-28
1
-12
/
+0
|
*
|
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
2021-07-28
1
-13
/
+0
|
*
|
scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND
Christoph Hellwig
2021-07-28
1
-1
/
+4
*
|
|
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-08-31
1
-5
/
+7
|
\
\
\
|
*
|
|
block: fix argument type of bio_trim()
Chaitanya Kulkarni
2021-08-23
1
-5
/
+7
*
|
|
|
Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
4
-18
/
+162
|
\
\
\
\
|
*
|
|
|
bio: improve kerneldoc documentation for bio_alloc_kiocb()
Jens Axboe
2021-08-23
1
-1
/
+4
|
*
|
|
|
block: provide bio_clear_hipri() helper
Jens Axboe
2021-08-23
3
-6
/
+10
|
*
|
|
|
block: clear BIO_PERCPU_CACHE flag if polling isn't supported
Jens Axboe
2021-08-23
1
-1
/
+4
|
*
|
|
|
bio: add allocation cache abstraction
Jens Axboe
2021-08-23
1
-14
/
+120
|
*
|
|
|
bio: optimize initialization of a bio
Jens Axboe
2021-08-23
1
-2
/
+30
|
|
/
/
/
*
|
|
|
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
48
-963
/
+1049
|
\
\
\
\
|
*
|
|
|
block, bfq: cleanup the repeated declaration
Shaokun Zhang
2021-08-25
1
-2
/
+0
|
*
|
|
|
blk-crypto: fix check for too-large dun_bytes
Eric Biggers
2021-08-25
1
-1
/
+1
|
*
|
|
|
blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN
Niklas Cassel
2021-08-24
1
-3
/
+0
|
*
|
|
|
blk-zoned: allow zone management send operations without CAP_SYS_ADMIN
Niklas Cassel
2021-08-24
1
-3
/
+0
|
*
|
|
|
block: refine the disk_live check in del_gendisk
Christoph Hellwig
2021-08-24
1
-1
/
+1
|
*
|
|
|
partitions/efi: Support non-standard GPT location
Dmitry Osipenko
2021-08-24
1
-0
/
+12
|
*
|
|
|
bio: fix page leak bio_add_hw_page failure
Pavel Begunkov
2021-08-24
1
-2
/
+13
|
*
|
|
|
block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
Christoph Hellwig
2021-08-24
1
-39
/
+4
|
*
|
|
|
block: remove a pointless call to MINOR() in device_add_disk
Christoph Hellwig
2021-08-24
1
-1
/
+1
|
*
|
|
|
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
2021-08-23
1
-34
/
+58
|
*
|
|
|
block: return errors from disk_alloc_events
Luis Chamberlain
2021-08-23
2
-4
/
+5
|
*
|
|
|
block: return errors from blk_integrity_add
Luis Chamberlain
2021-08-23
2
-7
/
+10
|
*
|
|
|
block: call blk_register_queue earlier in device_add_disk
Christoph Hellwig
2021-08-23
2
-11
/
+3
|
*
|
|
|
block: call blk_integrity_add earlier in device_add_disk
Christoph Hellwig
2021-08-23
1
-1
/
+2
|
*
|
|
|
block: create the bdi link earlier in device_add_disk
Christoph Hellwig
2021-08-23
1
-7
/
+6
|
*
|
|
|
block: call bdev_add later in device_add_disk
Christoph Hellwig
2021-08-23
1
-19
/
+17
|
*
|
|
|
block: fold register_disk into device_add_disk
Christoph Hellwig
2021-08-23
1
-71
/
+60
|
*
|
|
|
block: add a sanity check for a live disk in del_gendisk
Christoph Hellwig
2021-08-23
1
-1
/
+1
|
*
|
|
|
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
7
-20
/
+21
|
*
|
|
|
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
2021-08-23
1
-12
/
+7
|
*
|
|
|
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
2
-5
/
+5
|
*
|
|
|
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
2
-5
/
+3
|
*
|
|
|
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2021-08-23
2
-5
/
+8
|
*
|
|
|
block: add back the bd_holder_dir reference in bd_link_disk_holder
Christoph Hellwig
2021-08-20
1
-0
/
+7
|
*
|
|
|
block: fix default IO priority handling
Damien Le Moal
2021-08-18
2
-4
/
+4
|
*
|
|
|
block: Introduce IOPRIO_NR_LEVELS
Damien Le Moal
2021-08-18
4
-11
/
+10
|
*
|
|
|
block: bfq: fix bfq_set_next_ioprio_data()
Damien Le Moal
2021-08-18
1
-1
/
+1
|
*
|
|
|
block: unexport blk_register_queue
Christoph Hellwig
2021-08-16
1
-1
/
+0
|
*
|
|
|
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
2021-08-16
4
-62
/
+37
|
*
|
|
|
blk-cgroup: refactor blkcg_print_stat
Christoph Hellwig
2021-08-16
1
-74
/
+74
|
*
|
|
|
block: use bvec_virt in bio_integrity_{process,free}
Christoph Hellwig
2021-08-16
1
-5
/
+2
|
*
|
|
|
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
2021-08-16
1
-1
/
+0
|
*
|
|
|
block: free the extended dev_t minor later
Christoph Hellwig
2021-08-16
2
-4
/
+0
|
*
|
|
|
blk-throtl: optimize IOPS throttle for large IO scenarios
Chunguang Xu
2021-08-14
3
-0
/
+36
|
*
|
|
|
block: pass a gendisk to bdev_resize_partition
Christoph Hellwig
2021-08-12
3
-9
/
+9
|
*
|
|
|
block: pass a gendisk to bdev_del_partition
Christoph Hellwig
2021-08-12
3
-6
/
+6
|
*
|
|
|
block: pass a gendisk to bdev_add_partition
Christoph Hellwig
2021-08-12
3
-6
/
+6
[prev]
[next]