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
/
blk-settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: pass a gendisk to blk_queue_clear_zone_settings
Christoph Hellwig
2022-07-06
1
-1
/
+1
*
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
2022-07-06
1
-4
/
+5
*
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+15
*
block: move {bdev,queue_limit}_discard_alignment out of line
Christoph Hellwig
2022-04-17
1
-0
/
+35
*
block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
Christoph Hellwig
2022-04-17
1
-0
/
+23
*
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
2022-02-22
1
-16
/
+0
*
block: Fix partition check for host-aware zoned block devices
Shin'ichiro Kawasaki
2021-10-27
1
-1
/
+19
*
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
1
-4
/
+4
*
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-08-09
1
-5
/
+9
*
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
2021-08-09
1
-3
/
+5
*
block: simplify printing the device names disk_stack_limits
Christoph Hellwig
2021-08-02
1
-9
/
+3
*
Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-09
1
-5
/
+0
|
\
|
*
Revert "bio: limit bio max size"
Jens Axboe
2021-05-08
1
-5
/
+0
*
|
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-07
1
-0
/
+5
|
\
|
|
*
bio: limit bio max size
Changheun Lee
2021-05-03
1
-0
/
+5
*
|
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2021-05-06
1
-0
/
+1
|
/
*
block: refactor the bounce buffering code
Christoph Hellwig
2021-04-06
1
-34
/
+8
*
block: remove BLK_BOUNCE_ISA support
Christoph Hellwig
2021-04-06
1
-11
/
+0
*
blk-settings: align max_sectors on "logical_block_size" boundary
Mikulas Patocka
2021-02-23
1
-0
/
+12
*
block: introduce blk_queue_clear_zone_settings()
Damien Le Moal
2021-02-10
1
-0
/
+2
*
block: introduce zone_write_granularity limit
Damien Le Moal
2021-02-10
1
-1
/
+36
*
block: use an xarray for disk->part_tbl
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-5
/
+18
|
\
|
*
block: Align max_hw_sectors to logical blocksize
Damien Le Moal
2020-12-07
1
-5
/
+18
*
|
block: use gcd() to fix chunk_sectors limit stacking
Mike Snitzer
2020-12-01
1
-1
/
+4
|
/
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-12
/
+28
|
\
|
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
1
-2
/
+16
|
*
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
2020-09-23
1
-6
/
+4
|
*
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
2020-09-23
1
-4
/
+8
*
|
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
Damien Le Moal
2020-09-15
1
-0
/
+46
|
/
*
block: remove blk_queue_stack_limits
Christoph Hellwig
2020-07-20
1
-11
/
+0
*
block: remove bdev_stack_limits
Christoph Hellwig
2020-07-20
1
-23
/
+2
*
block: inherit the zoned characteristics in blk_stack_limits
Christoph Hellwig
2020-07-20
1
-0
/
+1
*
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
2020-05-12
1
-0
/
+31
*
block: move dma drain handling to scsi
Christoph Hellwig
2020-04-22
1
-37
/
+0
*
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-0
/
+3
|
\
|
*
block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
Konstantin Khlebnikov
2020-03-17
1
-0
/
+3
*
|
block: simplify queue allocation
Christoph Hellwig
2020-03-27
1
-36
/
+0
|
/
*
block: fix an integer overflow in logical block size
Mikulas Patocka
2020-01-15
1
-1
/
+1
*
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-09-19
1
-0
/
+23
|
\
|
*
block: add a helper function to merge the segments
Yoshihiro Shimoda
2019-09-03
1
-0
/
+23
*
|
block: Introduce elevator features
Damien Le Moal
2019-09-05
1
-0
/
+16
*
|
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
2019-08-28
1
-1
/
+1
|
/
*
block: fix max segment size handling in blk_queue_virt_boundary
Christoph Hellwig
2019-07-26
1
-1
/
+2
*
block: force an unlimited segment size on queues with a virt boundary
Christoph Hellwig
2019-05-23
1
-0
/
+11
*
block: remove the unused blk_queue_dma_pad function
Christoph Hellwig
2019-04-30
1
-16
/
+0
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
block: kill QUEUE_FLAG_FLUSH_NQ
Jens Axboe
2019-02-09
1
-9
/
+0
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-28
1
-3
/
+0
|
\
|
*
scsi: block: remove the cluster flag
Christoph Hellwig
2018-12-18
1
-3
/
+0
[next]