| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation/block: drop the request.rst file | Randy Dunlap | 2023-05-12 | 2 | -100/+0 |
* | blk-crypto: remove blk_crypto_insert_cloned_request() | Eric Biggers | 2023-03-16 | 1 | -2/+1 |
* | block: stub out and deprecated the capability attribute on the gendisk | Christoph Hellwig | 2023-02-06 | 2 | -11/+0 |
* | block: ublk: fix doc build warning | Ming Lei | 2023-01-29 | 1 | -0/+6 |
* | ublk_drv: add mechanism for supporting unprivileged ublk device | Ming Lei | 2023-01-29 | 1 | -9/+40 |
* | blk-crypto: don't use struct request_queue for public interfaces | Christoph Hellwig | 2022-11-21 | 1 | -6/+6 |
* | Documentation: document ublk user recovery feature | ZiyangZhang | 2022-10-18 | 1 | -0/+36 |
* | Documentation: document ublk | Ming Lei | 2022-09-02 | 2 | -0/+254 |
* | null_blk: add module parameters for 4 options | Vincent Fu | 2022-08-02 | 1 | -0/+22 |
* | block: remove biodoc.rst | Christoph Hellwig | 2022-02-15 | 2 | -1156/+0 |
* | docs: block: biodoc.rst: Drop the obsolete and incorrect content | Barry Song | 2022-02-11 | 1 | -5/+1 |
* | block: pass a block_device to bio_clone_fast | Christoph Hellwig | 2022-02-04 | 1 | -5/+0 |
* | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 1 | -1/+1 |
* | docs: block: remove queue-sysfs.rst | Eric Biggers | 2022-01-09 | 2 | -322/+0 |
* | Merge tag 'docs-5.16' of git://git.lwn.net/linux | Linus Torvalds | 2021-11-02 | 1 | -4/+5 |
|\ |
|
| * | docs: block: fix discard_max_bytes references | Stephen Kitt | 2021-09-14 | 1 | -4/+5 |
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2021-11-01 | 1 | -0/+2 |
|\ \ |
|
| * | | fscrypt: improve documentation for inline encryption | Eric Biggers | 2021-09-20 | 1 | -0/+2 |
| |/ |
|
* | | doc: Fix typo in request queue sysfs documentation | Damien Le Moal | 2021-10-26 | 1 | -1/+1 |
* | | doc: document sysfs queue/independent_access_ranges attributes | Damien Le Moal | 2021-10-26 | 1 | -0/+31 |
* | | blk-crypto: update inline encryption documentation | Eric Biggers | 2021-10-21 | 1 | -206/+245 |
|/ |
|
* | Documentation: block: blk-mq: Fix small typo in multi-queue docs | Jinay Jain | 2021-08-24 | 1 | -1/+1 |
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-06-30 | 1 | -11/+27 |
|\ |
|
| * | docs: block/bfq: describe per-device weight | Kir Kolyshkin | 2021-06-16 | 1 | -11/+27 |
* | | docs: block: biodoc.rst: avoid using ReST :doc:`foo` markup | Mauro Carvalho Chehab | 2021-06-17 | 1 | -1/+1 |
* | | docs: block: fix stat.rst document error | Gao Mingfei | 2021-06-04 | 1 | -1/+1 |
* | | docs: block: blk-mq.rst: correct drive -> driver | Yue Hu | 2021-05-20 | 1 | -2/+2 |
|/ |
|
* | Documentation: drop optional BOMs | Randy Dunlap | 2021-05-10 | 1 | -1/+1 |
* | block/bfq: update comments and default value in docs for fifo_expire | Joseph Qi | 2021-03-02 | 1 | -2/+2 |
* | Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2021-02-22 | 1 | -6/+6 |
|\ |
|
| * | block/keyslot-manager: introduce devm_blk_ksm_init() | Eric Biggers | 2021-02-01 | 1 | -6/+6 |
* | | block: introduce zone_write_granularity limit | Damien Le Moal | 2021-02-10 | 1 | -0/+7 |
* | | block: document zone_append_max_bytes attribute | Damien Le Moal | 2021-02-10 | 1 | -0/+6 |
* | | bvec/iter: disallow zero-length segment bvecs | Pavel Begunkov | 2021-01-25 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-24 | 1 | -0/+8 |
|\ |
|
| * | block: add zone specific block statuses | Keith Busch | 2020-10-13 | 1 | -0/+8 |
* | | docs: block: blk-mq.rst: get rid of :c:type | Mauro Carvalho Chehab | 2020-10-15 | 1 | -2/+2 |
* | | docs: get rid of :c:type explicit declarations for structs | Mauro Carvalho Chehab | 2020-10-15 | 2 | -8/+8 |
|/ |
|
* | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-08-05 | 1 | -0/+14 |
|\ |
|
| * | block: add max_active_zones to blk-sysfs | Niklas Cassel | 2020-07-15 | 1 | -0/+7 |
| * | block: add max_open_zones to blk-sysfs | Niklas Cassel | 2020-07-15 | 1 | -0/+7 |
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 2020-08-04 | 4 | -2/+156 |
|\ \ |
|
| * | | Documentation: block: eliminate duplicated word | Randy Dunlap | 2020-07-13 | 1 | -1/+1 |
| * | | docs: fix references for DMA*.txt files | Mauro Carvalho Chehab | 2020-06-26 | 1 | -1/+1 |
| * | | docs: block: Create blk-mq documentation | André Almeida | 2020-06-22 | 2 | -0/+154 |
* | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-08-03 | 2 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig | 2020-07-01 | 1 | -1/+1 |
| * | | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 2 | -2/+2 |
| |/ |
|
* | | docs: block: update and fix tiny error for bfq | Yufen Yu | 2020-07-06 | 1 | -8/+1 |
|/ |
|
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2020-06-02 | 1 | -0/+2 |
|\ |
|