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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-12-11
2
-2
/
+4
|
\
|
*
block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
Davidlohr Bueso
2021-12-10
1
-0
/
+3
|
*
block: fix single bio async DIO error handling
Pavel Begunkov
2021-12-07
1
-2
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-12-08
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-03
1
-0
/
+1
*
|
block: call rq_qos_done() before ref check in batch completions
Jens Axboe
2021-11-26
1
-1
/
+2
*
|
block: fix parameter not described warning
Yang Guang
2021-11-25
1
-0
/
+1
*
|
block: avoid to touch unloaded module instance when opening bdev
Ming Lei
2021-11-22
1
-5
/
+7
*
|
blk-mq: don't insert FUA request with data into scheduler queue
Ming Lei
2021-11-19
3
-8
/
+10
*
|
blk-cgroup: fix missing put device in error path from blkg_conf_pref()
Yu Kuai
2021-11-19
1
-4
/
+5
*
|
block: avoid to quiesce queue in elevator_init_mq
Ming Lei
2021-11-17
1
-2
/
+8
*
|
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
2021-11-15
5
-11
/
+20
*
|
block: fix missing queue put in error path
Jens Axboe
2021-11-15
1
-8
/
+8
*
|
block: Check ADMIN before NICE for IOPRIO_CLASS_RT
Alistair Delva
2021-11-15
1
-1
/
+8
*
|
blk-mq: fix filesystem I/O request allocation
Ming Lei
2021-11-12
2
-20
/
+45
*
|
blkcg: Remove extra blkcg_bio_issue_init
Laibin Qiu
2021-11-12
1
-3
/
+1
*
|
block: Hold invalidate_lock in BLKRESETZONE ioctl
Shin'ichiro Kawasaki
2021-11-11
1
-10
/
+5
*
|
blk-mq: rename blk_attempt_bio_merge
Ming Lei
2021-11-11
1
-4
/
+6
*
|
blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_merge
Ming Lei
2021-11-11
1
-4
/
+0
*
|
block: fix kerneldoc for disk_register_independent_access__ranges()
Jens Axboe
2021-11-11
1
-2
/
+2
*
|
block: add __must_check for *add_disk*() callers
Luis Chamberlain
2021-11-09
1
-3
/
+3
*
|
block: use enum type for blk_mq_alloc_data->rq_flags
Jens Axboe
2021-11-09
1
-1
/
+1
*
|
block: Hold invalidate_lock in BLKZEROOUT ioctl
Shin'ichiro Kawasaki
2021-11-09
1
-3
/
+9
*
|
block: Hold invalidate_lock in BLKDISCARD ioctl
Shin'ichiro Kawasaki
2021-11-09
1
-3
/
+9
|
/
*
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-1
/
+4
|
\
|
*
block: update __register_blkdev() probe documentation
Luis Chamberlain
2021-11-04
1
-1
/
+4
*
|
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
8
-108
/
+217
|
\
\
|
*
|
blk-mq: add one API for waiting until quiesce is done
Ming Lei
2021-11-09
1
-8
/
+20
|
*
|
blk-mq: don't free tags if the tag_set is used by other device in queue initi...
Ye Bin
2021-11-08
1
-1
/
+5
|
*
|
block: fix device_add_disk() kobject_create_and_add() error handling
Luis Chamberlain
2021-11-04
1
-2
/
+6
|
*
|
block: ensure cached plug request matches the current queue
Jens Axboe
2021-11-04
1
-1
/
+1
|
*
|
block: move queue enter logic into blk_mq_submit_bio()
Jens Axboe
2021-11-04
4
-34
/
+65
|
*
|
block: make bio_queue_enter() fast-path available inline
Jens Axboe
2021-11-04
2
-27
/
+35
|
*
|
block: split request allocation components into helpers
Jens Axboe
2021-11-04
1
-23
/
+48
|
*
|
block: have plug stored requests hold references to the queue
Jens Axboe
2021-11-04
2
-4
/
+11
|
*
|
blk-mq: update hctx->nr_active in blk_mq_end_request_batch()
Ming Lei
2021-11-03
2
-3
/
+16
|
*
|
blk-mq: add RQF_ELV debug entry
Ming Lei
2021-11-03
1
-0
/
+1
|
*
|
blk-mq: only try to run plug merge if request has same queue with incoming bio
Ming Lei
2021-11-03
1
-2
/
+4
|
*
|
block: move RQF_ELV setting into allocators
Jens Axboe
2021-11-03
1
-6
/
+8
|
*
|
block: replace always false argument with 'false'
Jens Axboe
2021-11-02
1
-1
/
+1
|
*
|
block: assign correct tag before doing prefetch of request
Jens Axboe
2021-11-02
1
-1
/
+1
|
*
|
blk-mq: fix redundant check of !e expression
Jean Sacren
2021-10-30
1
-1
/
+1
*
|
|
Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-2
/
+2
|
\
\
\
|
*
|
|
block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()
Jens Axboe
2021-11-05
1
-2
/
+2
*
|
|
|
Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-8
/
+20
|
\
\
\
\
|
*
|
|
|
block: simplify the block device syncing code
Christoph Hellwig
2021-10-22
1
-3
/
+14
|
*
|
|
|
block: remove __sync_blockdev
Christoph Hellwig
2021-10-22
1
-5
/
+6
*
|
|
|
|
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
3
-48
/
+13
|
\
\
\
\
\
\
[next]