cascardo/linux.git
2012-08-07 Matthew WilcoxNVMe: Cancel outstanding IOs on queue deletion
2012-08-03 Matthew WilcoxNVMe: Free admin queue memory on initialisation failure
2012-07-31 Quoc-Son AnhNVMe: Use ida for nvme device instance
2012-07-31 Matthew WilcoxNVMe: Fix whitespace damage in nvme_init
2012-07-31 Dan CarpenterNVMe: handle allocation failure in nvme_map_user_pages()
2012-07-27 Keith BuschNVMe: Fix uninitialized iod compiler warning
2012-07-27 Keith BuschNVMe: Do not set IO queue depth beyond device max
2012-07-26 Keith BuschNVMe: Set block queue max sectors
2012-07-26 Keith BuschNVMe: use namespace id for nvme_get_features
2012-07-26 Keith BuschNVMe: replace nvme_ns with nvme_dev for user admin
2012-07-26 Keith BuschNVMe: Fix nvme module init when nvme_major is set
2012-07-25 Keith BuschNVMe: Set request queue logical block size
2012-01-11 Matthew WilcoxNVMe: Set number of queues correctly
2012-01-10 Matthew WilcoxNVMe: Version 0.8
2012-01-10 Matthew WilcoxNVMe: Set queue flags correctly
2012-01-10 Matthew WilcoxNVMe: Simplify nvme_unmap_user_pages
2012-01-10 Matthew WilcoxNVMe: Mark the end of the sg list
2012-01-10 Matthew WilcoxNVMe: Fix DMA mapping for admin commands
2012-01-10 Matthew WilcoxNVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT
2012-01-10 Matthew WilcoxNVMe: Merge the nvme_bio and nvme_prp data structures
2012-01-10 Matthew WilcoxNVMe: Change nvme_completion_fn to take a dev
2012-01-10 Matthew WilcoxNVMe: Change get_nvmeq to take a dev instead of a namespace
2012-01-10 Matthew WilcoxNVMe: Simplify completion handling
2011-11-04 Matthew WilcoxNVMe: Update Identify Controller data structure
2011-11-04 Matthew WilcoxNVMe: Implement doorbell stride capability
2011-11-04 Matthew WilcoxNVMe: Version 0.7
2011-11-04 Matthew WilcoxNVMe: Don't probe namespace 0
2011-11-04 Nisheeth BhatFix calculation of number of pages in a PRP List
2011-11-04 Matthew WilcoxNVMe: Create nvme_identify and nvme_get_features functions
2011-11-04 Matthew WilcoxNVMe: Fix memory leak in nvme_dev_add()
2011-11-04 Nisheeth BhatNVMe: Fix calls to dma_unmap_sg
2011-11-04 Matthew WilcoxNVMe: Correct sg list setup in nvme_map_user_pages
2011-11-04 Matthew WilcoxFix bug in NVME_IOCTL_SUBMIT_IO
2011-11-04 Matthew WilcoxNVMe: Rework ioctls
2011-11-04 Matthew WilcoxNVMe: Add the nvme thread to the wait queue before...
2011-11-04 Matthew WilcoxNVMe: Return real error from nvme_create_queue
2011-11-04 Matthew WilcoxNVMe: Version 0.6
2011-11-04 Matthew WilcoxNVMe: Add a few calling convention notes
2011-11-04 Matthew WilcoxNVMe: Handle failures from memory allocations in nvme_s...
2011-11-04 Matthew WilcoxNVMe: Use an IDA to allocate minor numbers
2011-11-04 Matthew WilcoxNVMe: Add include of delay.h for msleep
2011-11-04 Matthew WilcoxNVMe: Add support for timing out I/Os
2011-11-04 Matthew WilcoxNVMe: Rename cancel_cmdid_data to cancel_cmdid
2011-11-04 Matthew WilcoxNVMe: Fix bug in error handling
2011-11-04 Matthew WilcoxNVMe: Time out initialisation after a few seconds
2011-11-04 Matthew WilcoxNVMe: Fix warning in free_irq
2011-11-04 Matthew WilcoxNVMe: Correct the Controller Configuration settings
2011-11-04 Matthew WilcoxNVMe: Version 0.5
2011-11-04 Matthew WilcoxNVMe: Change the definition of nvme_user_io
2011-11-04 Matthew WilcoxNVMe: Correct the definitions of two ioctls
2011-11-04 Matthew WilcoxNVMe: Add compat_ioctl
2011-11-04 Matthew WilcoxNVMe: Simplify queue lookup
2011-11-04 Matthew WilcoxNVMe: Remove the kthread from the wait queue
2011-11-04 Matthew WilcoxNVMe: Fix off-by-one when filling in PRP lists
2011-11-04 Matthew WilcoxNVMe: Fix interpretation of 'Number of Namespaces'...
2011-11-04 Matthew WilcoxNVMe: Remove outdated comments
2011-11-04 Matthew WilcoxNVMe: Fix comment formatting
2011-11-04 Matthew WilcoxNVMe: Convert comments to kernel-doc notation
2011-11-04 Krzysztof WierzbickiNVMe: Update admin opcodes to match the 1.0RC spec
2011-11-04 Matthew WilcoxNVMe: Version 0.4
2011-11-04 Matthew WilcoxNVMe: Reduce maximum queue depth by 1
2011-11-04 Matthew WilcoxNVMe: Fix discontiguous accesses
2011-11-04 Matthew WilcoxNVMe: Handle bios that contain non-virtually contiguous...
2011-11-04 Matthew WilcoxNVMe: Implement Flush
2011-11-04 Matthew WilcoxNVMe: Mark CMD_CTX_CANCELLED as being unlikely
2011-11-04 Matthew WilcoxNVMe: Correct SQ doorbell semantics
2011-11-04 Matthew WilcoxNVMe: Let the kthread take care of devices earlier
2011-11-04 Matthew WilcoxNVMe: Rename nr_queues to nr_io_queues
2011-11-04 Matthew WilcoxNVMe: Remove setting of 'flags' in rw command
2011-11-04 Matthew WilcoxNVMe: Release 0.3
2011-11-04 Matthew WilcoxNVMe: Add a kthread to handle the congestion list
2011-11-04 Matthew WilcoxNVMe: Handle failures differently in nvme_submit_bio_qu...
2011-11-04 Matthew WilcoxNVMe: Update BAR structure to match the current spec
2011-11-04 Matthew WilcoxNVMe: Handle physical merging of bvec entries
2011-11-04 Matthew WilcoxNVMe: Check for DMA mapping failure
2011-11-04 Matthew WilcoxNVMe: Pass the nvme_dev to nvme_free_prps and nvme_setu...
2011-11-04 Matthew WilcoxNVMe: Optimise memory usage for I/Os between 4k and...
2011-11-04 Matthew WilcoxNVMe: Switch to use DMA Pool API
2011-11-04 Matthew WilcoxNVMe: Rename nvme_req_info to nvme_bio
2011-11-04 Shane Michael... NVMe: Initial PRP List support
2011-11-04 Matthew WilcoxNVMe: Advance the sg pointer when filling in an sg...
2011-11-04 Matthew WilcoxNVMe: Renumber the special context values
2011-11-04 Matthew WilcoxNVMe: Handle the congestion list a little better
2011-11-04 Matthew WilcoxNVMe: Record the timeout for each command
2011-11-04 Matthew WilcoxNVMe: Need to lock queue during interrupt handling
2011-11-04 Matthew WilcoxNVMe: Detect command IDs completing that are out of...
2011-11-04 Matthew WilcoxNVMe: Detect commands that are completed twice
2011-11-04 Matthew WilcoxNVMe: Use a symbolic name to represent cancelled comman...
2011-11-04 Matthew WilcoxNVMe: Add a module parameter to use a threaded interrupt
2011-11-04 Matthew WilcoxNVMe: Call put_nvmeq() before calling nvme_submit_sync_...
2011-11-04 Matthew WilcoxNVMe: Allow fatal signals to interrupt I/O
2011-11-04 Matthew WilcoxNVMe: Release 0.2
2011-11-04 Matthew WilcoxNVMe: Add download / activate firmware ioctls
2011-11-04 Matthew WilcoxNVMe: Add remaining status codes
2011-11-04 Matthew WilcoxNVMe: Move sysfs entries to the right place
2011-11-04 Shane Michael... NVMe: Disable the device before we write the admin...
2011-11-04 Matthew WilcoxNVMe: Request I/O regions
2011-11-04 Matthew WilcoxNVMe: Allow queues to be allocated above 4GB
2011-11-04 Matthew WilcoxNVMe: Enable device DMA
2011-11-04 Shane Michael... NVMe: Enable and disable the PCI device
next