index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-29
nbd: complete requests from ->timeout
Christoph Hellwig
1
-3
/
+4
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
3
-11
/
+7
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
12
-19
/
+19
2018-05-29
libata: remove ata_scsi_timed_out
Christoph Hellwig
1
-51
/
+0
2018-05-28
bcache: Replace bch_read_string_list() by __sysfs_match_string()
Andy Shevchenko
1
-35
/
+9
2018-05-28
bcache: Move couple of functions to sysfs.c
Andy Shevchenko
3
-40
/
+35
2018-05-28
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
3
-20
/
+18
2018-05-28
bcache: stop bcache device when backing device is offline
Coly Li
2
-0
/
+55
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
17
-83
/
+81
2018-05-23
nbd: set discard granularity properly
Josef Bacik
1
-2
/
+8
2018-05-22
block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
Dan Melnic
1
-1
/
+2
2018-05-21
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
1
-4
/
+11
2018-05-21
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
5
-94
/
+133
2018-05-18
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
1
-4
/
+4
2018-05-18
nvme-pci: split the nvme queue lock into submission and completion locks
Jens Axboe
1
-21
/
+23
2018-05-18
nvme-pci: handle completions outside of the queue lock
Jens Axboe
1
-42
/
+45
2018-05-18
nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
Jens Axboe
1
-5
/
+13
2018-05-18
nvme-pci: remove cq check after submission
Jens Axboe
1
-2
/
+0
2018-05-18
nvme-pci: simplify nvme_cqe_valid
Christoph Hellwig
1
-6
/
+6
2018-05-18
nvme: mark the result argument to nvme_complete_async_event volatile
Christoph Hellwig
2
-2
/
+2
2018-05-16
nbd: call nbd_bdev_reset instead of bd_set_size on disconnect
Josef Bacik
1
-1
/
+1
2018-05-16
nbd: fix how we set bd_invalidated
Josef Bacik
1
-4
/
+3
2018-05-16
nbd: clear_sock on netlink disconnect
Josef Bacik
1
-0
/
+1
2018-05-16
nbd: use bd_set_size when updating disk size
Josef Bacik
1
-1
/
+9
2018-05-16
nbd: update size when connected
Josef Bacik
1
-0
/
+2
2018-05-16
nbd: fix nbd device deletion
Josef Bacik
1
-1
/
+4
2018-05-15
Remove jsflash driver
Jens Axboe
3
-668
/
+0
2018-05-14
block: Split out bio_list_copy_data()
Kent Overstreet
1
-1
/
+1
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
1
-1
/
+1
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
5
-5
/
+6
2018-05-14
block: pass an explicit gfp_t to get_request
Christoph Hellwig
1
-4
/
+0
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
24
-35
/
+32
2018-05-14
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
1
-13
/
+11
2018-05-14
memstick: remove unused variables
Christoph Hellwig
2
-2
/
+0
2018-05-11
ps3disk: handle highmem pages
Christoph Hellwig
1
-2
/
+0
2018-05-11
jsflash: handle highmem pages
Christoph Hellwig
1
-2
/
+4
2018-05-11
aoe: handle highmem pages
Christoph Hellwig
2
-2
/
+2
2018-05-11
mtd_blkdevs: handle highmem pages
Christoph Hellwig
1
-6
/
+14
2018-05-11
memstick: don't call blk_queue_bounce_limit
Christoph Hellwig
2
-10
/
+0
2018-05-11
DAC960: don't use block layer bounce buffers
Christoph Hellwig
2
-8
/
+2
2018-05-11
mtip32xx: don't use block layer bounce buffers
Christoph Hellwig
1
-1
/
+0
2018-05-11
nvme/pci: Sync controller reset for AER slot_reset
Keith Busch
1
-2
/
+9
2018-05-10
mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
Christophe JAILLET
1
-1
/
+1
2018-05-09
brd: Mark as non-rotational
SeongJae Park
1
-0
/
+4
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-1
/
+1
2018-05-07
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2
-5
/
+7
2018-05-07
Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-9
/
+21
2018-05-07
nvme/pci: Hold controller reference during async probe
Keith Busch
1
-0
/
+3
2018-05-06
Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-34
/
+37
2018-05-06
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
[next]