Commit Graph

102 Commits (59c19cb2f6a7928a2fd3afd22bfe988e025b41d8)

Author SHA1 Message Date
Hitoshi Mitake 797a796a13 asm-generic: architecture independent readq/writeq for 32bit environment 13 years ago
Jesper Juhl d0156f4d62 NVM Express: Remove unneeded include of linux/version.h from nvme.c 13 years ago
Linus Torvalds 93c3d65b28 nvme: fix merge error due to change of 'make_request_fn' fn type 13 years ago
Matthew Wilcox df34813990 NVMe: Set number of queues correctly 13 years ago
Matthew Wilcox 366e8217e5 NVMe: Version 0.8 13 years ago
Matthew Wilcox 4eeb9215a0 NVMe: Set queue flags correctly 13 years ago
Matthew Wilcox 1c2ad9faaf NVMe: Simplify nvme_unmap_user_pages 13 years ago
Matthew Wilcox fe304c43c6 NVMe: Mark the end of the sg list 13 years ago
Matthew Wilcox 497421880a NVMe: Fix DMA mapping for admin commands 13 years ago
Matthew Wilcox ff976d724a NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT 13 years ago
Matthew Wilcox eca18b2394 NVMe: Merge the nvme_bio and nvme_prp data structures 13 years ago
Matthew Wilcox 5c1281a3bf NVMe: Change nvme_completion_fn to take a dev 13 years ago
Matthew Wilcox 040a93b52a NVMe: Change get_nvmeq to take a dev instead of a namespace 13 years ago
Matthew Wilcox c2f5b65020 NVMe: Simplify completion handling 13 years ago
Matthew Wilcox f1938f6e1e NVMe: Implement doorbell stride capability 13 years ago
Matthew Wilcox ce38c14957 NVMe: Version 0.7 13 years ago
Matthew Wilcox 2b2c189687 NVMe: Don't probe namespace 0 13 years ago
Nisheeth Bhat 0d1bc91258 Fix calculation of number of pages in a PRP List 13 years ago
Matthew Wilcox bc5fc7e4b2 NVMe: Create nvme_identify and nvme_get_features functions 13 years ago
Matthew Wilcox 684f5c2025 NVMe: Fix memory leak in nvme_dev_add() 13 years ago
Nisheeth Bhat d1a490e026 NVMe: Fix calls to dma_unmap_sg 13 years ago
Matthew Wilcox d0ba1e497b NVMe: Correct sg list setup in nvme_map_user_pages 13 years ago
Matthew Wilcox 6413214c5d Fix bug in NVME_IOCTL_SUBMIT_IO 13 years ago
Matthew Wilcox 6bbf1acdde NVMe: Rework ioctls 13 years ago
Matthew Wilcox eac623ba7a NVMe: Add the nvme thread to the wait queue before waking it up 13 years ago
Matthew Wilcox 6f0f54499f NVMe: Return real error from nvme_create_queue 13 years ago
Matthew Wilcox be5e094840 NVMe: Version 0.6 13 years ago
Matthew Wilcox 184d2944cb NVMe: Add a few calling convention notes 13 years ago
Matthew Wilcox b77954cbdd NVMe: Handle failures from memory allocations in nvme_setup_prps 13 years ago
Matthew Wilcox 5aff9382dd NVMe: Use an IDA to allocate minor numbers 13 years ago
Matthew Wilcox fd63e9ceee NVMe: Add include of delay.h for msleep 13 years ago
Matthew Wilcox 8de055350f NVMe: Add support for timing out I/Os 13 years ago
Matthew Wilcox 21075bdee0 NVMe: Rename cancel_cmdid_data to cancel_cmdid 13 years ago
Matthew Wilcox 09a58f5364 NVMe: Fix bug in error handling 13 years ago
Matthew Wilcox 22605f9681 NVMe: Time out initialisation after a few seconds 13 years ago
Matthew Wilcox aba2080f3f NVMe: Fix warning in free_irq 13 years ago
Matthew Wilcox 7f53f9d242 NVMe: Correct the Controller Configuration settings 13 years ago
Matthew Wilcox 8ef700678f NVMe: Version 0.5 13 years ago
Matthew Wilcox 6c7d49455c NVMe: Change the definition of nvme_user_io 13 years ago
Matthew Wilcox 4948168280 NVMe: Add compat_ioctl 13 years ago
Matthew Wilcox 9ecdc94621 NVMe: Simplify queue lookup 13 years ago
Matthew Wilcox 3cb967c039 NVMe: Remove the kthread from the wait queue 13 years ago
Matthew Wilcox 7523d834dd NVMe: Fix off-by-one when filling in PRP lists 13 years ago
Matthew Wilcox ac88c36a38 NVMe: Fix interpretation of 'Number of Namespaces' field 13 years ago
Matthew Wilcox 19e899b2f9 NVMe: Remove outdated comments 13 years ago
Matthew Wilcox fa92282149 NVMe: Fix comment formatting 13 years ago
Matthew Wilcox 714a7a2288 NVMe: Convert comments to kernel-doc notation 13 years ago
Matthew Wilcox b57ab0fada NVMe: Version 0.4 13 years ago
Matthew Wilcox e6d15f79f9 NVMe: Reduce maximum queue depth by 1 13 years ago
Matthew Wilcox d8ee9d69f2 NVMe: Fix discontiguous accesses 13 years ago