Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | zram: add dynamic device add/remove functionality | Sergey Senozhatsky | 2015-06-25 | 1 | -3/+97 | |
| * | | | | | zram: close race by open overriding | Sergey Senozhatsky | 2015-06-25 | 2 | -19/+38 | |
| * | | | | | zram: return zram device_id from zram_add() | Sergey Senozhatsky | 2015-06-25 | 1 | -9/+14 | |
| * | | | | | zram: trivial: correct flag operations comment | Sergey Senozhatsky | 2015-06-25 | 1 | -1/+1 | |
| * | | | | | zram: report every added and removed device | Sergey Senozhatsky | 2015-06-25 | 1 | -2/+3 | |
| * | | | | | zram: remove max_num_devices limitation | Sergey Senozhatsky | 2015-06-25 | 2 | -13/+1 | |
| * | | | | | zram: reorganize code layout | Sergey Senozhatsky | 2015-06-25 | 1 | -363/+362 | |
| * | | | | | zram: use idr instead of `zram_devices' array | Sergey Senozhatsky | 2015-06-25 | 1 | -37/+49 | |
| * | | | | | zram: cosmetic ZRAM_ATTR_RO code formatting tweak | Sergey Senozhatsky | 2015-06-25 | 1 | -1/+1 | |
| * | | | | | zram: remove obsolete ZRAM_DEBUG option | Marcin Jabrzyk | 2015-06-25 | 2 | -13/+1 | |
* | | | | | | 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 |