index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
1
-27
/
+25
2024-01-17
blk-mq: Remove the hctx 'run' debugfs attribute
Bart Van Assche
3
-23
/
+0
2024-01-17
nbd: always initialize struct msghdr completely
Eric Dumazet
1
-5
/
+1
2024-01-16
block: Fix iterating over an empty bio with bio_for_each_folio_all
Matthew Wilcox (Oracle)
1
-3
/
+6
2024-01-16
block: bio-integrity: fix kcalloc() arguments order
Dmitry Antipov
1
-1
/
+1
2024-01-15
virtio_blk: remove duplicate check if queue is broken in virtblk_done
Li RongQing
1
-2
/
+0
2024-01-15
sbitmap: remove stale comment in sbq_calc_wake_batch
Kemeng Shi
1
-5
/
+0
2024-01-15
block: Correct a documentation comment in blk-cgroup.c
Nicky Chorley
1
-1
/
+1
2024-01-14
null_blk: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2024-01-12
block: ensure we hold a queue reference when using queue limits
Jens Axboe
1
-6
/
+10
2024-01-12
blk-mq: rename blk_mq_can_use_cached_rq
Christoph Hellwig
1
-3
/
+6
2024-01-12
block: print symbolic error name instead of error code
Christian Heusel
1
-2
/
+2
2024-01-12
blk-mq: fix IO hang from sbitmap wakeup race
Ming Lei
1
-0
/
+16
2024-01-10
nvmet-rdma: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+16
2024-01-10
nvmet-tcp: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+15
2024-01-10
nvme-pci: set doorbell config before unquiescing
William Butler
1
-1
/
+1
2024-01-10
block: fix partial zone append completion handling in req_bio_endio()
Damien Le Moal
1
-2
/
+7
2024-01-10
block/iocost: silence warning on 'last_period' potentially being unused
Jens Axboe
1
-1
/
+1
2024-01-09
md/raid1: Use blk_opf_t for read and write operations
Bart Van Assche
1
-6
/
+6
2024-01-09
md: Fix md_seq_ops() regressions
Yu Kuai
1
-13
/
+27
2024-01-08
block: make __get_task_ioprio() easier to read
Jens Axboe
1
-4
/
+4
2024-01-08
block: move __get_task_ioprio() into header file
Jens Axboe
2
-27
/
+24
2024-01-08
nvmet-tcp: Fix the H2C expected PDU len calculation
Maurizio Lombardi
1
-3
/
+7
2024-01-08
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+3
2024-01-08
nvme-rdma: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+8
2024-01-08
nvme-pci: enhance timeout kernel log
Keith Busch
1
-10
/
+13
2024-01-08
block: Treat sequential write preferred zone type as invalid
Damien Le Moal
1
-1
/
+1
2024-01-08
block: remove disk_clear_zoned
Christoph Hellwig
2
-22
/
+0
2024-01-08
sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristics
Christoph Hellwig
1
-4
/
+3
2024-01-05
nvme: trace: avoid memcpy overflow warning
Arnd Bergmann
1
-1
/
+1
2024-01-05
nvmet: re-fix tracing strncpy() warning
Arnd Bergmann
1
-2
/
+1
2024-01-05
nvme: introduce nvme_disk_is_ns_head helper
Guixin Liu
3
-6
/
+17
2024-01-05
nvme-pci: disable write zeroes for SK Hynix BC901
Jim.Lin
1
-0
/
+2
2024-01-05
nvmet-fcloop: Remove remote port from list when unlinking
Daniel Wagner
1
-5
/
+2
2024-01-04
drivers/block/xen-blkback/common.h: Fix spelling typo in comment
liyouhong
1
-1
/
+1
2024-01-04
blk-cgroup: fix rcu lockdep warning in blkg_lookup()
Ming Lei
1
-1
/
+2
2024-01-04
blk-cgroup: don't use removal safe list iterators
Daniel Vacek
1
-2
/
+2
2024-01-04
block: floor the discard granularity to the physical block size
Christoph Hellwig
1
-0
/
+3
2024-01-03
nvmet-trace: avoid dereferencing pointer too early
Daniel Wagner
2
-14
/
+20
2024-01-03
nvmet-fc: remove unnecessary bracket
Daniel Wagner
1
-1
/
+1
2024-01-03
nvme: simplify the max_discard_segments calculation
Christoph Hellwig
2
-9
/
+6
2024-01-03
nvme: fix max_discard_sectors calculation
Christoph Hellwig
2
-12
/
+9
2024-01-03
nvme: also skip discard granularity updates in nvme_config_discard
Christoph Hellwig
1
-3
/
+1
2024-01-03
nvme: update the explanation for not updating the limits in nvme_config_discard
Christoph Hellwig
1
-1
/
+7
2024-01-03
nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu
Christoph Hellwig
1
-1
/
+1
2024-01-03
nvme-common: mark nvme_tls_psk_prio static
Christoph Hellwig
1
-1
/
+1
2024-01-03
nvme: remove unused definition
Max Gurtovoy
1
-1
/
+0
2024-01-03
nvme: tcp: remove unnecessary goto statement
Guixin Liu
1
-3
/
+2
2024-01-02
nvmet-tcp: remove boilerplate code
Maurizio Lombardi
1
-8
/
+8
2024-01-02
nvmet-tcp: fix a crash in nvmet_req_complete()
Maurizio Lombardi
1
-2
/
+1
[next]