index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
fops.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
5
-12
/
+12
2022-09-22
block/drbd: remove useless comments in receive_DataReply()
Gaosheng Cui
1
-3
/
+0
2022-09-22
drbd: remove orphan _req_may_be_done() declaration
Gaosheng Cui
1
-2
/
+0
2022-09-21
blk-wbt: call rq_qos_add() after wb_normal is initialized
Yu Kuai
1
-5
/
+4
2022-09-21
rnbd-srv: remove struct rnbd_dev
Christoph Hellwig
3
-50
/
+18
2022-09-21
rnbd-srv: remove rnbd_dev_{open,close}
Christoph Hellwig
4
-62
/
+18
2022-09-21
rnbd-srv: remove rnbd_endio
Christoph Hellwig
2
-15
/
+7
2022-09-21
rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
Christoph Hellwig
2
-52
/
+13
2022-09-21
block: Fix the enum blk_eh_timer_return documentation
Bart Van Assche
1
-2
/
+9
2022-09-21
s390/dasd: add device ping attribute
Stefan Haberland
4
-0
/
+81
2022-09-21
s390/dasd: suppress generic error messages for PPRC secondary devices
Stefan Haberland
2
-0
/
+10
2022-09-21
s390/dasd: add ioctl to perform a swap of the drivers copy pair
Stefan Haberland
2
-0
/
+67
2022-09-21
s390/dasd: add copy pair swap capability
Stefan Haberland
4
-1
/
+117
2022-09-21
s390/dasd: add copy pair setup
Stefan Haberland
4
-17
/
+623
2022-09-21
s390/dasd: add query PPRC function
Stefan Haberland
3
-0
/
+104
2022-09-21
s390/dasd: put block allocation in separate function
Stefan Haberland
1
-15
/
+23
2022-09-20
blk-iocost: Remove unnecessary (void*) conversions
Li zeming
1
-1
/
+1
2022-09-20
block: remove PSI accounting from the bio layer
Christoph Hellwig
4
-28
/
+0
2022-09-20
erofs: add manual PSI accounting for the compressed address space
Christoph Hellwig
1
-1
/
+12
2022-09-20
btrfs: add manual PSI accounting for compressed reads
Christoph Hellwig
1
-2
/
+12
2022-09-20
sched/psi: export psi_memstall_{enter,leave}
Christoph Hellwig
1
-0
/
+2
2022-09-20
mm: add PSI accounting around ->read_folio and ->readahead calls
Christoph Hellwig
3
-4
/
+27
2022-09-20
block: fix comment typo in submit_bio of block-core.c.
Ping-Xiang Chen
1
-1
/
+1
2022-09-19
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
1
-21
/
+52
2022-09-19
bcache:: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-09-19
bcache: bset: Fix comment typos
Jules Maselbas
1
-1
/
+1
2022-09-19
bcache: remove unused bch_mark_cache_readahead function def in stats.h
Lin Feng
1
-1
/
+0
2022-09-19
bcache: remove unnecessary flush_workqueue
Li Lei
1
-3
/
+2
2022-09-19
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
1
-1
/
+20
2022-09-19
nvmet-tcp: don't map pages which can't come from HIGHMEM
Fabio M. De Francesco
1
-31
/
+13
2022-09-19
nvme-pci: move iod dma_len fill gaps
Keith Busch
1
-1
/
+1
2022-09-19
nvme-pci: iod npages fits in s8
Keith Busch
1
-13
/
+16
2022-09-19
nvme-pci: iod's 'aborted' is a bool
Keith Busch
1
-3
/
+3
2022-09-19
nvme-pci: remove nvme_queue from nvme_iod
Keith Busch
1
-15
/
+13
2022-09-19
nvme: consider also host_iface when checking ip options
Daniel Wagner
1
-5
/
+18
2022-09-19
nvme-rdma: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvme-tcp: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvmet: expose max queues to configfs
Daniel Wagner
1
-0
/
+29
2022-09-19
nvmet: avoid unnecessary flush bio
Guixin Liu
1
-0
/
+8
2022-09-19
nvmet-auth: remove redundant parameters req
Genjian Zhang
1
-2
/
+2
2022-09-19
nvmet-auth: clean up with done_kfree
Jackie Liu
1
-4
/
+2
2022-09-19
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
Jackie Liu
1
-1
/
+0
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
4
-4
/
+4
2022-09-19
nvme: add comment for unaligned "fake" nqn
Linjun Bao
1
-1
/
+5
2022-09-12
block/drbd: remove unused w_start_resync declaration
Gaosheng Cui
1
-1
/
+0
2022-09-12
blk-throttle: cleanup tg_update_disptime()
Yu Kuai
1
-4
/
+7
2022-09-12
blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
Yu Kuai
1
-2
/
+2
2022-09-12
blk-throttle: use 'READ/WRITE' instead of '0/1'
Yu Kuai
1
-3
/
+3
2022-09-12
blk-throttle: fix io hung due to configuration updates
Yu Kuai
2
-6
/
+61
2022-09-12
blk-throttle: factor out code to calculate ios/bytes_allowed
Yu Kuai
1
-24
/
+35
[next]