| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 2014-06-15 | 2 | -90/+149 |
|\ |
|
| * | NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. | Dan McLeran | 2014-06-13 | 1 | -7/+6 |
| * | NVMe: Use Log Page constants in SCSI emulation | Matthew Wilcox | 2014-06-13 | 1 | -3/+2 |
| * | NVMe: Fix hot cpu notification dead lock | Keith Busch | 2014-06-13 | 1 | -10/+25 |
| * | NVMe: Rename io_timeout to nvme_io_timeout | Matthew Wilcox | 2014-06-03 | 1 | -2/+2 |
| * | NVMe: Use last bytes of f/w rev SCSI Inquiry | Keith Busch | 2014-06-03 | 1 | -1/+6 |
| * | NVMe: Adhere to request queue block accounting enable/disable | Sam Bradshaw | 2014-06-03 | 1 | -14/+19 |
| * | NVMe: Fix nvme get/put queue semantics | Keith Busch | 2014-06-03 | 1 | -8/+21 |
| * | NVMe: Delete NVME_GET_FEAT_TEMP_THRESH | Matthew Wilcox | 2014-06-03 | 1 | -1/+0 |
| * | NVMe: Make admin timeout a module parameter | Keith Busch | 2014-06-03 | 1 | -3/+7 |
| * | NVMe: Make iod bio timeout a parameter | Keith Busch | 2014-06-03 | 1 | -1/+5 |
| * | NVMe: Prevent possible NULL pointer dereference | Santosh Y | 2014-06-03 | 1 | -1/+4 |
| * | NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD) | Indraneel Mukherjee | 2014-06-03 | 1 | -4/+4 |
| * | NVMe: Enable BUILD_BUG_ON checks | Matthew Wilcox | 2014-05-09 | 1 | -0/+1 |
| * | NVMe: Flush with data support | Keith Busch | 2014-05-05 | 1 | -20/+24 |
| * | NVMe: Configure support for block flush | Keith Busch | 2014-05-05 | 1 | -0/+3 |
| * | NVMe: Add tracepoints | Keith Busch | 2014-05-05 | 1 | -4/+9 |
| * | NVMe: Protect against badly formatted CQEs | Keith Busch | 2014-05-05 | 1 | -2/+3 |
| * | NVMe: Improve error messages | Matthew Wilcox | 2014-05-05 | 1 | -3/+10 |
| * | NVMe: Update copyright headers | Matthew Wilcox | 2014-05-05 | 2 | -9/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-06-12 | 1 | -45/+197 |
|\ \ |
|
| * | | rbd: only set disk to read-only once | Josh Durgin | 2014-06-10 | 1 | -1/+1 |
| * | | rbd: move calls that may sleep out of spin lock range | Josh Durgin | 2014-06-10 | 1 | -11/+18 |
| * | | rbd: add ioctl for rbd | Guangliang Zhao | 2014-06-10 | 1 | -2/+60 |
| * | | rbd: fix ida/idr memory leak | Ilya Dryomov | 2014-06-06 | 1 | -0/+1 |
| * | | rbd: use reference counts for image requests | Alex Elder | 2014-06-06 | 1 | -0/+9 |
| * | | rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync() | Ilya Dryomov | 2014-06-06 | 1 | -38/+85 |
| * | | rbd: make sure we have latest osdmap on 'rbd map' | Ilya Dryomov | 2014-06-06 | 1 | -3/+33 |
| * | | rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 2014-06-06 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-06-11 | 3 | -11/+14 |
|\ \ \ |
|
| * | | | mtip32xx: minor performance enhancements | Sam Bradshaw | 2014-06-06 | 2 | -10/+13 |
| * | | | block: add blk_rq_set_block_pc() | Jens Axboe | 2014-06-06 | 1 | -1/+1 |
* | | | | nbd: zero from and len fields in NBD_CMD_DISCONNECT. | Hani Benhabiles | 2014-06-06 | 1 | -5/+2 |
|/ / / |
|
* | | | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-04 | 2 | -5/+15 |
|\ \ \ |
|
| * | | | zram: correct offset usage in zram_bio_discard | Weijie Yang | 2014-06-04 | 1 | -2/+2 |
| * | | | brd: return -ENOSPC rather than -ENOMEM on page allocation failure | Matthew Wilcox | 2014-06-04 | 1 | -3/+3 |
| * | | | brd: add support for rw_page() | Matthew Wilcox | 2014-06-04 | 1 | -0/+10 |
* | | | | blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter | Jens Axboe | 2014-06-04 | 1 | -1/+3 |
|/ / / |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-03 | 3 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes | Ingo Molnar | 2014-05-22 | 1 | -4/+7 |
| |\ \ \
| | |/ / |
|
| * | | | Merge branch 'sched/urgent' into sched/core, to avoid conflicts | Ingo Molnar | 2014-05-07 | 17 | -481/+1388 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE | Dongsheng Yang | 2014-04-18 | 3 | -3/+3 |
* | | | | Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next | Linus Torvalds | 2014-06-02 | 23 | -1148/+1212 |
|\ \ \ \ |
|
| * | | | | block: virtio_blk: don't hold spin lock during world switch | Ming Lei | 2014-05-30 | 1 | -3/+6 |
| * | | | | Merge branch 'for-3.16/core' into for-3.16/drivers | Jens Axboe | 2014-05-30 | 1 | -3/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe | 2014-05-28 | 3 | -41/+56 |
| |\ \ \ \ \ |
|
| | * | | | | | xen-blkback: defer freeing blkif to avoid blocking xenwatch | Valentin Priescu | 2014-05-28 | 2 | -14/+36 |
| | * | | | | | xen/blkback: disable discard feature if requested by toolstack | Olaf Hering | 2014-05-28 | 1 | -1/+6 |
| | * | | | | | xen-blkfront: remove type check from blkfront_setup_discard | Olaf Hering | 2014-05-28 | 1 | -26/+14 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge branch 'for-3.16/core' into for-3.16/drivers | Jens Axboe | 2014-05-28 | 3 | -31/+1 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|