Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 3 | -5/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 2015-06-02 | 2 | -0/+2 | |
| * | | | | | | writeback: move backing_dev_info->state into bdi_writeback | Tejun Heo | 2015-06-02 | 1 | -5/+5 | |
* | | | | | | | Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 9 | -1451/+964 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mtip32xx: Fix accessing freed memory | Selvan Mani | 2015-06-24 | 2 | -21/+0 | |
| * | | | | | | | block: nvme-scsi: Catch kcalloc failure | Axel Lin | 2015-06-20 | 1 | -2/+4 | |
| * | | | | | | | NVMe: Fix IO for extended metadata formats | Keith Busch | 2015-06-19 | 1 | -6/+6 | |
| * | | | | | | | nvme: don't overwrite req->cmd_flags on sync cmd | Matias Bjørling | 2015-06-17 | 1 | -1/+1 | |
| * | | | | | | | mtip32xx: increase wait time for hba reset | Asai Thambi SP | 2015-06-16 | 1 | -2/+5 | |
| * | | | | | | | mtip32xx: fix minor number | Asai Thambi SP | 2015-06-16 | 1 | -1/+2 | |
| * | | | | | | | mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() | Asai Thambi SP | 2015-06-16 | 1 | -1/+0 | |
| * | | | | | | | mtip32xx: fix crash on surprise removal of the drive | Asai Thambi SP | 2015-06-16 | 1 | -98/+45 | |
| * | | | | | | | mtip32xx: Abort I/O during secure erase operation | Asai Thambi SP | 2015-06-16 | 1 | -4/+28 | |
| * | | | | | | | mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT | Asai Thambi SP | 2015-06-16 | 1 | -4/+1 | |
| * | | | | | | | mtip32xx: remove unused variable 'port->allocated' | Asai Thambi SP | 2015-06-16 | 2 | -21/+2 | |
| * | | | | | | | mtip32xx: fix rmmod issue | Asai Thambi SP | 2015-06-16 | 1 | -6/+7 | |
| * | | | | | | | block/ps3vram: Remove obsolete reference to MTD | Geert Uytterhoeven | 2015-06-10 | 1 | -1/+1 | |
| * | | | | | | | block/ps3vram: Fix sparse warnings | Geoff Levand | 2015-06-10 | 1 | -16/+16 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | NVMe: Automatic namespace rescan | Keith Busch | 2015-06-05 | 1 | -32/+127 | |
| * | | | | | | NVMe: Memory barrier before queue_count is incremented | Jon Derrick | 2015-06-05 | 1 | -1/+4 | |
| * | | | | | | NVMe: add sysfs and ioctl controller reset | Keith Busch | 2015-06-05 | 1 | -0/+53 | |
| * | | | | | | null_blk: restart request processing on completion handler | Akinobu Mita | 2015-06-01 | 1 | -0/+12 | |
| * | | | | | | null_blk: prevent timer handler running on a different CPU where started | Akinobu Mita | 2015-06-01 | 1 | -1/+1 | |
| * | | | | | | NVMe: Remove hctx reliance for multi-namespace | Keith Busch | 2015-06-01 | 1 | -33/+19 | |
| * | | | | | | NVMe: End sync requests immediately on failure | Keith Busch | 2015-05-29 | 1 | -0/+1 | |
| * | | | | | | NVMe: Use requested sync command timeout | Keith Busch | 2015-05-29 | 1 | -1/+1 | |
| * | | | | | | NVMe: Fix obtaining command result | Keith Busch | 2015-05-22 | 1 | -4/+6 | |
| * | | | | | | nvme: submit internal commands through the block layer | Christoph Hellwig | 2015-05-22 | 2 | -530/+291 | |
| * | | | | | | nvme: fail SCSI read/write command with unsupported protection bit | Christoph Hellwig | 2015-05-22 | 1 | -0/+7 | |
| * | | | | | | nvme: report the DPOFUA in MODE_SENSE | Christoph Hellwig | 2015-05-22 | 1 | -2/+2 | |
| * | | | | | | nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code | Christoph Hellwig | 2015-05-22 | 1 | -54/+24 | |
| * | | | | | | nvme: first round at deobsfucating the SCSI translation code | Christoph Hellwig | 2015-05-22 | 1 | -244/+82 | |
| * | | | | | | nvme: fix scsi translation error handling | Christoph Hellwig | 2015-05-22 | 1 | -251/+127 | |
| * | | | | | | nvme: split nvme_trans_send_fw_cmd | Christoph Hellwig | 2015-05-22 | 1 | -46/+47 | |
| * | | | | | | nvme: store a struct device pointer in struct nvme_dev | Christoph Hellwig | 2015-05-22 | 2 | -95/+78 | |
| * | | | | | | nvme: consolidate synchronous command submission helpers | Christoph Hellwig | 2015-05-22 | 2 | -72/+41 | |
| * | | | | | | loop: remove (now) unused 'out' label | Jens Axboe | 2015-05-20 | 1 | -1/+0 | |
| * | | | | | | block: nbd: convert to blkdev_reread_part() | Ming Lei | 2015-05-20 | 1 | -1/+1 | |
| * | | | | | | block: loop: fix another reread part failure | Ming Lei | 2015-05-20 | 1 | -4/+26 | |
| * | | | | | | block: loop: don't hold lo_ctl_mutex in lo_open | Ming Lei | 2015-05-20 | 2 | -10/+13 | |
| * | | | | | | nvme: disable irqs in nvme_freeze_queues | Christoph Hellwig | 2015-05-19 | 1 | -2/+2 | |
| * | | | | | | cciss: correct the non-resettable board list | Tomas Henzl | 2015-05-18 | 1 | -2/+21 | |
| * | | | | | | cciss: remove duplicate entries from board_type struct | Tomas Henzl | 2015-05-18 | 1 | -4/+0 | |
| * | | | | | | block: loop: avoiding too many pending per work I/O | Ming Lei | 2015-05-05 | 1 | -1/+1 | |
| * | | | | | | block: loop: convert to per-device workqueue | Ming Lei | 2015-05-05 | 2 | -16/+15 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 4 | -33/+31 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | nbd: stop using req->cmd | Christoph Hellwig | 2015-05-05 | 1 | -25/+23 | |
| * | | | | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 2015-05-05 | 4 | -8/+8 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-13 | 2 | -0/+3 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | |