index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
mtip32xx
/
mtip32xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-21
mtip32xx: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2022-03-08
block: mtip32xx: don't touch q->queue_hw_ctx
Ming Lei
1
-3
/
+1
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+1
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-12-14
mtip32xx: convert to generic power management
Vaibhav Gupta
1
-38
/
+10
2021-12-14
mtip32xx: remove pointless drvdata lookups
Bjorn Helgaas
1
-13
/
+12
2021-12-14
mtip32xx: remove pointless drvdata checking
Bjorn Helgaas
1
-14
/
+1
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-1
/
+1
2021-10-18
mtip32xx: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-2
/
+0
2021-10-18
mtip32xx: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-06-30
mtip32xx: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-44
/
+27
2021-06-30
mtip32xx: simplify sysfs setup
Christoph Hellwig
1
-64
/
+15
2021-06-09
mtip32xx: remove unnecessary oom message
Zhen Lei
1
-21
/
+5
2021-04-06
block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused
Lee Jones
1
-1
/
+1
2021-03-29
mtip32xx: use LIST_HEAD() for list_head
Shixin Liu
1
-5
/
+2
2021-03-29
mtip32xx: use DEFINE_SPINLOCK() for spinlock
Shixin Liu
1
-3
/
+1
2021-01-26
mtip32xx: prefer pcie_capability_read_word()
Bjorn Helgaas
1
-8
/
+3
2021-01-26
mtip32xx: use PCI #defines instead of numbers
Bjorn Helgaas
1
-2
/
+2
2021-01-24
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
1
-1
/
+1
2020-12-01
mtip32xx: remove the call to fsync_bdev on removal
Christoph Hellwig
1
-15
/
+0
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+2
2019-10-25
block: mtip32xx: Spelling s/configration/configuration/
Geert Uytterhoeven
1
-1
/
+1
2019-06-29
block: mtip32xx: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-5
/
+0
2019-06-05
mtip32xx: also set max_segment_size in the device
Christoph Hellwig
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-11
/
+1
2019-04-25
mtip32xx: remove trim support
Christoph Hellwig
1
-89
/
+0
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-21
/
+16
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-2
/
+3
2019-01-31
mtip32xx: Ń•top abusing the managed resource APIs
Christoph Hellwig
1
-21
/
+16
2018-12-10
mtip32xx: use BLK_STS_DEV_RESOURCE for device resources
Jens Axboe
1
-2
/
+2
2018-12-10
mtip32xx: avoid using semaphores
Arnd Bergmann
1
-3
/
+3
2018-11-15
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
1
-4
/
+1
2018-11-09
mtip32xxx: use for_each_sg
Christoph Hellwig
1
-3
/
+2
2018-11-09
mtip32xx: don't use req->special
Christoph Hellwig
1
-3
/
+2
2018-11-09
mtip32xx: remove mtip_get_int_command
Christoph Hellwig
1
-17
/
+7
2018-11-09
mtip32xx: remove mtip_init_cmd_header
Christoph Hellwig
1
-29
/
+15
2018-11-09
mtip32xx: remove __force_bit2int
Christoph Hellwig
1
-20
/
+13
2018-11-09
mtip32xx: return a blk_status_t from mtip_send_trim
Christoph Hellwig
1
-19
/
+11
2018-11-09
mtip32xx: merge mtip_submit_request into mtip_queue_rq
Christoph Hellwig
1
-50
/
+28
2018-11-09
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
Christoph Hellwig
1
-7
/
+4
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-3
/
+6
2018-10-30
mtip32xx: clean an indentation issue, remove extraneous tabs
Colin Ian King
1
-2
/
+2
2018-10-18
mtip32xx: fully switch to the generic DMA API
Christoph Hellwig
1
-29
/
+18
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-23
/
+6
2018-08-21
mtip32xx: Convert to new IDA API
Matthew Wilcox
1
-23
/
+6
2018-08-08
drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive
zhong jiang
1
-2
/
+1
2018-05-30
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
1
-10
/
+2
2018-05-29
mtip32xx: complete requests from ->timeout
Christoph Hellwig
1
-1
/
+2
[next]