index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
nbd: Aovid double completion of a request
Xie Yongji
1
-3
/
+11
2021-08-04
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.14
Jens Axboe
2
-4
/
+2
2021-08-04
n64cart: fix the dma address in n64cart_do_bvec
Christoph Hellwig
1
-1
/
+1
2021-08-04
s390/dasd: fix use after free in dasd path handling
Stefan Haberland
1
-2
/
+11
2021-07-23
md/raid10: properly indicate failure when ending a failed write request
Wei Shuyu
2
-4
/
+2
2021-07-23
loop: reintroduce global lock for safe loop_validate_file() traversal
Tetsuo Handa
1
-31
/
+97
2021-07-21
nvme: set the PRACT bit when using Write Zeroes with T10 PI
Christoph Hellwig
1
-1
/
+4
2021-07-21
nvme: fix nvme_setup_command metadata trace event
Keith Busch
1
-3
/
+3
2021-07-21
nvme: fix refcounting imbalance when all paths are down
Hannes Reinecke
3
-13
/
+21
2021-07-21
nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING
Zhihao Cheng
1
-1
/
+3
2021-07-15
xen-blkfront: sanitize the removal state machine
Christoph Hellwig
1
-198
/
+26
2021-07-15
Merge tag 'nvme-5.14-2021-07-15' of git://git.infradead.org/nvme into block-5.14
Jens Axboe
2
-12
/
+59
2021-07-15
nbd: fix order of cleaning up the queue and freeing the tagset
Wang Qing
1
-1
/
+1
2021-07-15
pd: fix order of cleaning up the queue and freeing the tagset
Guoqing Jiang
1
-1
/
+1
2021-07-13
nvme-pci: do not call nvme_dev_remove_admin from nvme_remove
Casey Chen
1
-1
/
+0
2021-07-13
nvme-pci: fix multiple races in nvme_setup_io_queues
Casey Chen
1
-8
/
+58
2021-07-13
nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE
Prabhakar Kushwaha
1
-3
/
+1
2021-07-05
nvme-tcp: can't set sk_user_data without write_lock
Maurizio Lombardi
1
-1
/
+0
2021-07-02
loop: remove unused variable in loop_set_status()
Tetsuo Handa
1
-2
/
+0
2021-07-01
s390/dasd: Avoid field over-reading memcpy()
Kees Cook
2
-3
/
+5
2021-07-01
dasd: unexport dasd_set_target_state
Christoph Hellwig
1
-1
/
+0
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
4
-18
/
+33
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
8
-47
/
+19
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
7
-10
/
+10
2021-06-30
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
1
-9
/
+5
2021-06-30
loop: split loop_lookup
Christoph Hellwig
1
-45
/
+12
2021-06-30
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
1
-0
/
+5
2021-06-30
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
1
-24
/
+13
2021-06-30
loop: split loop_control_ioctl
Christoph Hellwig
1
-33
/
+60
2021-06-30
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
1
-8
/
+1
2021-06-30
loop: remove the l argument to loop_add
Christoph Hellwig
1
-7
/
+5
2021-06-30
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
1
-2
/
+3
2021-06-30
loop: reorder loop_exit
Christoph Hellwig
1
-5
/
+2
2021-06-30
mmc: initialized disk->minors
Christoph Hellwig
1
-0
/
+1
2021-06-30
mmc: switch to blk_mq_alloc_disk
Christoph Hellwig
3
-25
/
+14
2021-06-30
mmc: remove an extra blk_{get,put}_queue pair
Christoph Hellwig
1
-13
/
+1
2021-06-30
nbd: provide a way for userspace processes to identify device backends
Prasanna Kumar Kalever
1
-1
/
+59
2021-06-30
null_blk: remove an unused variable assignment in null_add_dev
Christoph Hellwig
1
-1
/
+0
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-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
49
-517
/
+1448
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
53
-938
/
+526
2021-06-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
37
-216
/
+675
2021-06-30
Merge tag 'edac_updates_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
Linus Torvalds
11
-60
/
+625
2021-06-30
Merge tag 'tpmdd-next-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
8
-23
/
+37
2021-06-30
Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
79
-675
/
+3900
2021-06-30
Merge tag 'mailbox-v5.14' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Linus Torvalds
13
-96
/
+422
2021-06-30
Merge tag 'for-linus-5.14-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
11
-673
/
+1492
2021-06-30
Merge branch 'for-5.14/multitouch' into for-linus
Jiri Kosina
3
-1
/
+18
2021-06-30
Merge branch 'for-5.14/logitech' into for-linus
Jiri Kosina
5
-45
/
+118
[next]