index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-lib.c
Age
Commit message (
Expand
)
Author
2022-09-15
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
2022-07-14
block: stop using bdevname in __blkdev_issue_discard
Christoph Hellwig
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: refactor discard bio size limiting
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
2022-02-15
blk-lib: don't check bdev_get_queue() NULL check
Chaitanya Kulkarni
2022-02-02
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
2022-02-02
block: move blk_next_bio to bio.c
Christoph Hellwig
2021-06-17
block: export blk_next_bio()
Chaitanya Kulkarni
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
2020-08-05
block: check queue's limits.discard_granularity in __blkdev_issue_discard()
Coly Li
2020-07-17
block: improve discard bio alignment in __blkdev_issue_discard()
Coly Li
2018-11-14
block: fix 32 bit overflow in __blkdev_issue_discard()
Dave Chinner
2018-11-09
block: make sure writesame bio is aligned with logical block size
Ming Lei
2018-11-09
block: cleanup __blkdev_issue_discard()
Ming Lei
2018-11-09
block: make sure discard bio is aligned with logical block size
Ming Lei
2018-10-25
block: Improve zone reset execution
Damien Le Moal
2018-10-18
block: don't deal with discard limit in blkdev_issue_discard()
Ming Lei
2018-07-09
block: fix infinite loop if the device loses discard capability
Mikulas Patocka
2018-05-08
block: break discard submissions into the user defined size
Jens Axboe
2018-01-18
block: add bdev_read_only() checks to common helpers
Ilya Dryomov
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
Ilya Dryomov
2017-10-25
block: factor out __blkdev_issue_zero_pages()
Ilya Dryomov
2017-09-11
block: fix integer overflow in __blkdev_sectors_to_bio_pages()
Mikulas Patocka
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-07-06
block: Fix __blkdev_issue_zeroout loop
Damien Le Moal
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
block: stop using discards for zeroing
Christoph Hellwig
2017-04-08
block: add a new BLKDEV_ZERO_NOFALLBACK flag
Christoph Hellwig
2017-04-08
block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
2017-04-08
block: stop using blkdev_issue_write_same for zeroing
Christoph Hellwig
2017-03-24
block: correct documentation for blkdev_issue_discard() flags
Eric Biggers
2017-02-06
block: don't try Write Same from __blkdev_issue_zeroout
Christoph Hellwig
2017-01-13
block: don't try to discard from __blkdev_issue_zeroout
Christoph Hellwig
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
2016-12-01
block: add async variant of blkdev_issue_zeroout
Chaitanya Kulkarni
2016-10-28
block: better op and flags encoding
Christoph Hellwig
2016-10-11
block: require write_same and discard requests align to logical block size
Darrick J. Wong
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-20
block: don't ignore -EOPNOTSUPP blkdev_issue_write_same
Christoph Hellwig
[next]