index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add a helper to validate the block size
Xie Yongji
2021-10-27
1
-0
/
+8
*
block: avoid extra iter advance with async iocb
Pavel Begunkov
2021-10-27
1
-0
/
+1
*
block: Add independent access ranges support
Damien Le Moal
2021-10-27
1
-0
/
+39
*
sched: make task_struct->plug always defined
Jens Axboe
2021-10-23
1
-2
/
+0
*
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
2021-10-21
5
-71
/
+117
*
blk-crypto: rename keyslot-manager files to blk-crypto-profile
Eric Biggers
2021-10-21
2
-1
/
+1
*
block: Add invalidate_disk() helper to invalidate the gendisk
Xie Yongji
2021-10-21
1
-0
/
+2
*
percpu_ref: percpu_ref_tryget_live() version holding RCU
Pavel Begunkov
2021-10-21
1
-10
/
+23
*
block: cleanup the flush plug helpers
Christoph Hellwig
2021-10-20
1
-25
/
+4
*
blk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
Christoph Hellwig
2021-10-20
1
-2
/
+0
*
block: inline a part of bio_release_pages()
Pavel Begunkov
2021-10-20
1
-1
/
+7
*
block: turn macro helpers into inline functions
Pavel Begunkov
2021-10-20
1
-16
/
+16
*
blk-mq: support concurrent queue quiesce/unquiesce
Ming Lei
2021-10-20
1
-0
/
+2
*
block: attempt direct issue of plug list
Jens Axboe
2021-10-19
1
-0
/
+1
*
block: change plugging to use a singly linked list
Jens Axboe
2021-10-19
1
-3
/
+2
*
block: move blk_mq_tag_to_rq() inline
Jens Axboe
2021-10-19
1
-1
/
+35
*
block: don't call blk_status_to_errno in blk_update_request
Christoph Hellwig
2021-10-19
1
-3
/
+3
*
block: move bdev_read_only() into the header
Jens Axboe
2021-10-19
1
-0
/
+5
*
block: add support for blk_mq_end_request_batch()
Jens Axboe
2021-10-18
1
-0
/
+29
*
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
1
-0
/
+11
*
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
3
-4
/
+15
*
block: provide helpers for rq_list manipulation
Jens Axboe
2021-10-18
1
-0
/
+29
*
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
2021-10-18
1
-10
/
+0
*
block: store elevator state in request
Jens Axboe
2021-10-18
1
-0
/
+2
*
block: improve layout of struct request
Jens Axboe
2021-10-18
1
-44
/
+46
*
block: don't bother iter advancing a fully done bio
Jens Axboe
2021-10-18
1
-2
/
+22
*
block: cache request queue in bdev
Pavel Begunkov
2021-10-18
2
-1
/
+2
*
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
6
-32
/
+16
*
block: define 'struct bvec_iter' as packed
Ming Lei
2021-10-18
1
-1
/
+1
*
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
2021-10-18
2
-3
/
+3
*
io_uring: don't sleep when polling for I/O
Christoph Hellwig
2021-10-18
1
-0
/
+2
*
block: replace the spin argument to blk_iopoll with a flags argument
Christoph Hellwig
2021-10-18
3
-3
/
+5
*
blk-mq: remove blk_qc_t_valid
Christoph Hellwig
2021-10-18
1
-5
/
+0
*
blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
Christoph Hellwig
2021-10-18
1
-10
/
+0
*
blk-mq: factor out a blk_qc_to_hctx helper
Christoph Hellwig
2021-10-18
1
-5
/
+0
*
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
2021-10-18
1
-0
/
+13
*
block: mark bio_truncate static
Christoph Hellwig
2021-10-18
1
-1
/
+0
*
block: move bio_get_{first,last}_bvec out of bio.h
Christoph Hellwig
2021-10-18
1
-31
/
+0
*
block: mark __bio_try_merge_page static
Christoph Hellwig
2021-10-18
1
-2
/
+0
*
block: move bio_full out of bio.h
Christoph Hellwig
2021-10-18
1
-19
/
+0
*
block: fold bio_cur_bytes into blk_rq_cur_bytes
Christoph Hellwig
2021-10-18
2
-9
/
+5
*
block: move bio_mergeable out of bio.h
Christoph Hellwig
2021-10-18
1
-8
/
+0
*
block: don't include <linux/ioprio.h> in <linux/bio.h>
Christoph Hellwig
2021-10-18
1
-1
/
+0
*
block: remove BIO_BUG_ON
Christoph Hellwig
2021-10-18
1
-8
/
+0
*
block: move the *blkdev_ioctl declarations out of blkdev.h
Christoph Hellwig
2021-10-18
1
-4
/
+0
*
block: pre-allocate requests if plug is started and is a batch
Jens Axboe
2021-10-18
2
-2
/
+18
*
block: bump max plugged deferred size from 16 to 32
Jens Axboe
2021-10-18
1
-2
/
+0
*
blk-mq: Change shared sbitmap naming to shared tags
John Garry
2021-10-18
2
-6
/
+6
*
blk-mq: Use shared tags for shared sbitmap support
John Garry
2021-10-18
2
-10
/
+8
*
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
2021-10-18
1
-1
/
+1
[next]