2015-07-04 | Matthew Wilcox | dax: bdev_direct_access() may sleep Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-07-04 | Matthew Wilcox | block: Add support for DAX reads/writes to block devices Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-07-04 | Matthew Wilcox | dax: Use copy_from_iter_nocache Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-07-04 | Matthew Wilcox | dax: Add block size note to documentation Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-04-21 | Matthew Wilcox | parisc: Eliminate sg_virt_addr() and private scatterlist.h Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax: does not work correctly with virtual aliasing... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | brd: rename XIP to DAX Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax: add dax_zero_page_range Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | ext2: get rid of most mentions of XIP in ext2 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | ext2: remove ext2_aops_xip Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | ext2: remove xip.c and xip.h Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | ext2: remove ext2_use_xip Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | ext2: remove ext2_xip_verify_sb() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | vfs: remove get_xip_mem Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax: replace XIP documentation with DAX documentation Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax,ext2: replace xip_truncate_page with dax_truncate_page Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax,ext2: replace the XIP page fault handler with the... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | dax,ext2: replace XIP read and write with DAX I/O Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | vfs,ext2: introduce IS_DAX(inode) Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | mm: allow page fault handlers to perform the COW Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-02-17 | Matthew Wilcox | mm: fix XIP fault vs truncate race Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-01-14 | Matthew Wilcox | block: Change direct_access calling convention Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2015-01-14 | Matthew Wilcox | axonram: Fix bug in direct_access Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-11-04 | Matthew Wilcox | NVMe: Update list of status codes Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-10-09 | Matthew Wilcox | Add copy_to_iter(), copy_from_iter() and iov_iter_zero() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2014-09-01 | Matthew Wilcox | x86: Remove set_pmd_pfn Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-08-29 | Matthew Wilcox | mm: actually clear pmd_numa before invalidating Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-13 | Matthew Wilcox | NVMe: Use Log Page constants in SCSI emulation Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-13 | Matthew Wilcox | NVMe: Define Log Page constants Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | mm/msync.c: sync only the requested range in msync() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | brd: return -ENOSPC rather than -ENOMEM on page allocation... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | brd: add support for rw_page() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | swap: use bdev_read_page() / bdev_write_page() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | fs/block_dev.c: add bdev_read_page() and bdev_write_page() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | fs/mpage.c: factor page_endio() out of mpage_end_io() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | fs/mpage.c: factor clean_buffers() out of __mpage_writepage() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | fs/buffer.c: remove block_write_full_page_endio() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | NVMe: Rename io_timeout to nvme_io_timeout Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-04 | Matthew Wilcox | NVMe: Delete NVME_GET_FEAT_TEMP_THRESH Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-06-03 | Matthew Wilcox | NVMe: Update data structures for NVMe 1.2 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | fusion: Remove use of DEF_SCSI_QCMD Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | fusion: Add free msg frames to the head, not tail of... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | mpt2sas: Add free smids to the head, not tail of list Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | mpt2sas: Remove use of DEF_SCSI_QCMD Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | mpt2sas: Remove uses of serial_number Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | mpt3sas: Remove use of DEF_SCSI_QCMD Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-28 | Matthew Wilcox | mpt3sas: Remove uses of serial_number Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-10 | Matthew Wilcox | NVMe: Enable BUILD_BUG_ON checks Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-05 | Matthew Wilcox | NVMe: Improve error messages Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-05-05 | Matthew Wilcox | NVMe: Update copyright headers Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-04-07 | Matthew Wilcox | ext4: note the error in ext4_end_bio() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-03-24 | Matthew Wilcox | ext4: fix comment typo Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-03-24 | Matthew Wilcox | ext4: make ext4_block_zero_page_range static Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-03-24 | Matthew Wilcox | NVMe: Replace DEFINE_PCI_DEVICE_TABLE Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-01-29 | Matthew Wilcox | NVMe: Correct uses of INIT_WORK Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-01-28 | Matthew Wilcox | NVMe: Include device and queue numbers in interrupt... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2014-01-28 | Matthew Wilcox | NVMe: Dynamically allocate partition numbers Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-12-16 | Matthew Wilcox | NVMe: Cache dev->pci_dev in a local pointer Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-12-16 | Matthew Wilcox | NVMe: Fix lockdep warnings Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-09-03 | Matthew Wilcox | NVMe: Namespace IDs are unsigned Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-09-03 | Matthew Wilcox | NVMe: Split header file into user-visible and kernel... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-07-10 | Matthew Wilcox | Use ecryptfs_dentry_to_lower_path in a couple of places Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2013-06-24 | Matthew Wilcox | NVMe: Call nvme_process_cq from submission path Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-06-24 | Matthew Wilcox | NVMe: Remove "process_cq did something" message Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-06-24 | Matthew Wilcox | NVMe: Return correct value from interrupt handler Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-06-20 | Matthew Wilcox | NVMe: Restructure MSI / MSI-X setup Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-05-28 | Matthew Wilcox | NVMe: Use dma_set_mask() correctly Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-05-08 | Matthew Wilcox | NVMe: Simplify Firmware Activate code slightly Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-05-08 | Matthew Wilcox | NVMe: Only clear the enable bit when disabling controller Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-05-08 | Matthew Wilcox | NVMe: Wait for device to acknowledge shutdown Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-04-16 | Matthew Wilcox | NVMe: Fix endian-related problems in user I/O submission... Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-04-16 | Matthew Wilcox | NVMe: Fix I/O cancellation status on big-endian machines Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-04-16 | Matthew Wilcox | NVMe: Don't fail initialisation unnecessarily Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2013-04-16 | Matthew Wilcox | NVMe: Abstract out sector to block number conversion Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-11-13 | Matthew Wilcox | MAINTAINERS: Add entry for the NVMe driver Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-08-07 | Matthew Wilcox | NVMe: Cancel outstanding IOs on queue deletion Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-08-03 | Matthew Wilcox | NVMe: Free admin queue memory on initialisation failure Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-07-31 | Matthew Wilcox | NVMe: Fix whitespace damage in nvme_init Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-11 | Matthew Wilcox | NVMe: Set number of queues correctly Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Version 0.8 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Set queue flags correctly Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Simplify nvme_unmap_user_pages Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Mark the end of the sg list Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Fix DMA mapping for admin commands Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Merge the nvme_bio and nvme_prp data structures Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Change nvme_completion_fn to take a dev Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Change get_nvmeq to take a dev instead of a namespace Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2012-01-10 | Matthew Wilcox | NVMe: Simplify completion handling Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Update Identify Controller data structure Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Implement doorbell stride capability Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Version 0.7 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Don't probe namespace 0 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Create nvme_identify and nvme_get_features functions Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Fix memory leak in nvme_dev_add() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Correct sg list setup in nvme_map_user_pages Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | Fix bug in NVME_IOCTL_SUBMIT_IO |
commit | commitdiff | tree |
2011-11-04 | Matthew Wilcox | NVMe: Rework ioctls Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
next |