index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
Darrick J. Wong
1
-1
/
+1
2024-08-19
block: Read max write zeroes once for __blkdev_issue_write_zeroes()
John Garry
1
-7
/
+18
2024-07-05
blk-lib: check for kill signal in ioctl BLKZEROOUT
Christoph Hellwig
1
-23
/
+43
2024-07-05
block: limit the Write Zeroes to manually writing zeroes fallback
Christoph Hellwig
1
-1
/
+1
2024-07-05
block: refacto blkdev_issue_zeroout
Christoph Hellwig
1
-39
/
+55
2024-07-05
block: move read-only and supported checks into (__)blkdev_issue_zeroout
Christoph Hellwig
1
-28
/
+23
2024-07-05
block: remove the LBA alignment check in __blkdev_issue_zeroout
Christoph Hellwig
1
-5
/
+0
2024-07-05
block: factor out a blk_write_zeroes_limit helper
Christoph Hellwig
1
-7
/
+11
2024-05-07
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
1
-21
/
+29
2024-05-07
block: move discard checks into the ioctl handler
Christoph Hellwig
1
-13
/
+0
2024-05-07
block: remove the discard_granularity check in __blkdev_issue_discard
Christoph Hellwig
1
-7
/
+0
2024-03-13
Revert "blk-lib: check for kill signal"
Christoph Hellwig
1
-39
/
+1
2024-02-24
blk-lib: check for kill signal
Keith Busch
1
-1
/
+39
2024-02-24
block: cleanup __blkdev_issue_write_zeroes
Keith Busch
1
-12
/
+9
2024-02-24
block: blkdev_issue_secure_erase loop style
Keith Busch
1
-6
/
+5
2022-09-15
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
1
-3
/
+8
2022-07-14
block: stop using bdevname in __blkdev_issue_discard
Christoph Hellwig
1
-4
/
+2
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-19
/
+45
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
1
-3
/
+2
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: refactor discard bio size limiting
Christoph Hellwig
1
-30
/
+29
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-88
/
+0
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-93
/
+0
2022-02-15
blk-lib: don't check bdev_get_queue() NULL check
Chaitanya Kulkarni
1
-14
/
+0
2022-02-02
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
1
-14
/
+5
2022-02-02
block: move blk_next_bio to bio.c
Christoph Hellwig
1
-13
/
+0
2021-06-17
block: export blk_next_bio()
Chaitanya Kulkarni
1
-0
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
1
-1
/
+1
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-08-05
block: check queue's limits.discard_granularity in __blkdev_issue_discard()
Coly Li
1
-0
/
+9
2020-07-17
block: improve discard bio alignment in __blkdev_issue_discard()
Coly Li
1
-3
/
+28
2018-11-14
block: fix 32 bit overflow in __blkdev_issue_discard()
Dave Chinner
1
-1
/
+3
2018-11-09
block: make sure writesame bio is aligned with logical block size
Ming Lei
1
-1
/
+1
2018-11-09
block: cleanup __blkdev_issue_discard()
Ming Lei
1
-17
/
+6
2018-11-09
block: make sure discard bio is aligned with logical block size
Ming Lei
1
-2
/
+1
2018-10-25
block: Improve zone reset execution
Damien Le Moal
1
-7
/
+6
2018-10-18
block: don't deal with discard limit in blkdev_issue_discard()
Ming Lei
1
-26
/
+2
2018-07-09
block: fix infinite loop if the device loses discard capability
Mikulas Patocka
1
-0
/
+10
2018-05-08
block: break discard submissions into the user defined size
Jens Axboe
1
-3
/
+9
2018-01-18
block: add bdev_read_only() checks to common helpers
Ilya Dryomov
1
-0
/
+12
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-36
/
+72
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
Ilya Dryomov
1
-10
/
+35
2017-10-25
block: factor out __blkdev_issue_zero_pages()
Ilya Dryomov
1
-26
/
+37
2017-09-11
block: fix integer overflow in __blkdev_sectors_to_bio_pages()
Mikulas Patocka
1
-2
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-4
/
+4
2017-07-06
block: Fix __blkdev_issue_zeroout loop
Damien Le Moal
1
-5
/
+18
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-6
/
+1
2017-04-08
block: stop using discards for zeroing
Christoph Hellwig
1
-6
/
+6
[next]