summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * lightnvm: eliminate nvm_block abstraction on mmJavier González2016-11-295-329/+191
| * lightnvm: remove debug lun statistics from gennvmJavier González2016-11-292-24/+0
| * lightnvm: remove get_lun operation on gennvmJavier González2016-11-293-30/+14
| * lightnvm: move block provisioning to targetsJavier González2016-11-297-291/+371
| * lightnvm: manage lun partitions internally in mmJavier González2016-11-293-24/+51
| * lightnvm: remove gen_lun abstractionJavier González2016-11-293-58/+53
| * lightnvm: use constant name instead of valueJavier González2016-11-291-1/+1
| * lightnvm: remove unnecessary variables in rrpcJavier González2016-11-292-9/+0
| * lightnvm: make address conversion functions globalJavier González2016-11-292-30/+30
| * lightnvm: cleanup unused target operationsJavier González2016-11-291-6/+0
| * lightnvm: remove sysfs configuration interfaceJavier González2016-11-291-134/+0
| * lightnvm: rrpc: split bios of size > 256kbJavier González2016-11-291-0/+2
| * lightnvm: add ECC error codesJavier González2016-11-291-0/+2
| * lightnvm: export set bad block tableJavier González2016-11-295-50/+77
| * lightnvm: do not protect block 0Javier González2016-11-291-6/+0
| * lightnvm: enable to send hint to erase commandJavier González2016-11-296-13/+15
| * nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling2016-11-298-298/+197
| * nvme: lightnvm: frees wrong cmd structureMatias Bjørling2016-11-291-1/+1
| * blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi2016-11-291-8/+1
| * blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-283-7/+29
| * blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-283-10/+13
| * blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-284-12/+37
| * nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe2016-11-221-2/+5
| * nbd: move multi-connection bit to unused valueJens Axboe2016-11-221-1/+1
| * nbd: add multi-connection supportJosef Bacik2016-11-222-148/+243
| * block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2016-11-222-5/+7
| * fs: logfs: remove unnecesary checkMing Lei2016-11-221-1/+0
| * fs: logfs: use bio_add_page() in do_erase()Ming Lei2016-11-221-29/+15
| * fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei2016-11-221-31/+20
| * fs: logfs: convert to bio_add_page() in sync_request()Ming Lei2016-11-221-5/+1
| * bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
| * target: avoid accessing .bi_vcnt directlyMing Lei2016-11-221-6/+2
| * block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2
| * block: drbd: remove impossible failure handlingMing Lei2016-11-221-13/+1
| * block: bio: pass bvec table to bio_init()Ming Lei2016-11-2217-50/+28
| * block_dev: get rid of blksize bits calculationJens Axboe2016-11-221-4/+4
| * block_dev: Fixed direct I/O bio sector calculationDamien Le Moal2016-11-221-2/+2
| * block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff2016-11-211-1/+6
| * block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig2016-11-211-2/+5
| * pktcdvd: mark as unmaintained and deprecatedJens Axboe2016-11-212-3/+6
| * block: Change extern inline to static inlineTobias Klauser2016-11-181-1/+1
| * skd_main: drop duplicate header scatterlist.hGeliang Tang2016-11-181-1/+0
| * block: document the 'io_poll_delay' queue sysfs fileJens Axboe2016-11-171-0/+14
| * block: new direct I/O implementationChristoph Hellwig2016-11-171-4/+162
| * block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe2016-11-171-2/+12
| * block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-171-4/+15
| * blk-mq: make the polling code adaptiveJens Axboe2016-11-173-12/+83
| * blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-174-0/+81
| * block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-171-0/+80
| * nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2016-11-171-9/+23