index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
hw-vuln
/
cross-thread-rsb.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
block nbd: use req.cookie instead of req.handle
Eric Blake
1
-3
/
+3
2023-04-28
uapi nbd: add cookie alias to handle
Eric Blake
1
-3
/
+9
2023-04-28
uapi nbd: improve doc links to userspace spec
Eric Blake
1
-3
/
+12
2023-04-27
blk-integrity: register sysfs attributes on struct device
Thomas Weißschuh
4
-72
/
+8
2023-04-27
blk-integrity: convert to struct device_attribute
Thomas Weißschuh
1
-65
/
+62
2023-04-27
blk-integrity: use sysfs_emit
Thomas Weißschuh
1
-10
/
+9
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
5
-5
/
+0
2023-04-25
block: sync part's ->bd_has_submit_bio with disk's
Ming Lei
1
-1
/
+4
2023-04-24
block: Cleanup set_capacity()/bdev_set_nr_sectors()
Damien Le Moal
4
-14
/
+11
2023-04-20
nbd: fix incomplete validation of ioctl arg
Zhong Jinghua
1
-0
/
+6
2023-04-20
ublk: don't return 0 in case of any failure
Ming Lei
1
-0
/
+1
2023-04-19
sed-opal: geometry feature reporting command
Ondrej Kozina
3
-1
/
+42
2023-04-19
null_blk: Always check queue mode setting from configfs
Chaitanya Kulkarni
1
-0
/
+5
2023-04-19
block: ublk: switch to ioctl command encoding
Ming Lei
3
-13
/
+94
2023-04-16
blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flush
Christoph Hellwig
1
-1
/
+1
2023-04-16
block, bfq: Fix division by zero error on zero wsum
Colin Ian King
1
-0
/
+2
2023-04-16
fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=m
Akinobu Mita
1
-1
/
+2
2023-04-16
block: store bdev->bd_disk->fops->submit_bio state in bdev
Jens Axboe
4
-4
/
+9
2023-04-16
block: re-arrange the struct block_device fields for better layout
Jens Axboe
1
-8
/
+12
2023-04-14
md/raid5: remove unused working_disks variable
Tom Rix
1
-4
/
+1
2023-04-14
md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...
Yu Kuai
1
-1
/
+3
2023-04-14
md/raid10: fix memleak of md thread
Yu Kuai
1
-3
/
+3
2023-04-14
md/raid10: fix memleak for 'conf->bio_split'
Yu Kuai
1
-20
/
+17
2023-04-14
md/raid10: fix leak of 'r10bio->remaining' for recovery
Yu Kuai
1
-10
/
+13
2023-04-14
md/raid10: don't BUG_ON() in raise_barrier()
Yu Kuai
1
-1
/
+3
2023-04-14
md: fix soft lockup in status_resync
Yu Kuai
1
-9
/
+9
2023-04-14
md: add error_handlers for raid0 and linear
Mariusz Tkaczyk
4
-10
/
+31
2023-04-14
md: Use optimal I/O size for last bitmap page
Jon Derrick
1
-4
/
+29
2023-04-14
md: Fix types in sb writer
Jon Derrick
1
-21
/
+14
2023-04-14
md: Move sb writer loop to its own function
Jon Derrick
1
-60
/
+65
2023-04-14
md/raid10: Fix typo in comment (replacment -> replacement)
Jiangshan Yi
1
-1
/
+1
2023-04-14
md: make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-04-14
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
1
-4
/
+4
2023-04-14
md/raid10: fix task hung in raid10d
Li Nan
1
-5
/
+13
2023-04-13
block: null_blk: make fault-injection dynamically configurable per device
Akinobu Mita
4
-23
/
+87
2023-04-13
fault-inject: allow configuration via configfs
Akinobu Mita
3
-1
/
+225
2023-04-13
blk-mq: remove __blk_mq_run_hw_queue
Christoph Hellwig
1
-20
/
+9
2023-04-13
blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-27
/
+13
2023-04-13
blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-3
/
+2
2023-04-13
blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fn
Christoph Hellwig
1
-9
/
+2
2023-04-13
blk-mq: cleanup __blk_mq_sched_dispatch_requests
Christoph Hellwig
1
-17
/
+14
2023-04-13
blk-mq: pass a flags argument to blk_mq_add_to_requeue_list
Christoph Hellwig
3
-6
/
+6
2023-04-13
blk-mq: pass a flags argument to elevator_type->insert_requests
Christoph Hellwig
5
-18
/
+21
2023-04-13
blk-mq: pass a flags argument to blk_mq_request_bypass_insert
Christoph Hellwig
3
-11
/
+11
2023-04-13
blk-mq: pass a flags argument to blk_mq_insert_request
Christoph Hellwig
2
-13
/
+17
2023-04-13
blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_list
Christoph Hellwig
3
-10
/
+12
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
Christoph Hellwig
3
-16
/
+15
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_insert_request
Christoph Hellwig
1
-24
/
+32
2023-04-13
blk-mq: fold __blk_mq_try_issue_directly into its two callers
Christoph Hellwig
1
-41
/
+31
2023-04-13
blk-mq: factor out a blk_mq_get_budget_and_tag helper
Christoph Hellwig
1
-10
/
+16
[next]