Matias Bjørling ([email protected])

Number of posts: 354 (0.09 per day)
First post: 2013-10-08 09:35:17
Last post: 2024-02-22 14:43:48

Date List Subject
2017-12-20 17:25:17 linux-kernel [PATCH 18/25] lightnvm: set target over-provision on create ioctl
2017-12-20 17:23:34 linux-kernel [PATCH 19/25] lightnvm: pblk: ignore high ecc errors on recovery
2017-12-20 17:23:29 linux-kernel [PATCH 20/25] lightnvm: pblk: do not log recovery read errors
2017-12-20 17:23:24 linux-kernel [PATCH 21/25] lightnvm: pblk: ensure kthread alloc. before kicking it
2017-12-20 17:23:21 linux-kernel [PATCH 22/25] lightnvm: pblk: free write buffer on init failure
2017-12-20 17:23:16 linux-kernel [PATCH 23/25] lightnvm: pblk: print instance name on instance info
2017-12-20 17:23:12 linux-kernel [PATCH 24/25] lightnvm: pblk: add iostat support
2017-12-20 17:23:04 linux-kernel [PATCH 25/25] lightnvm: pblk: refactor pblk_ppa_comp function
2017-12-20 17:22:44 linux-kernel [PATCH 14/25] lightnvm: pblk: clear flush point on completed writes
2017-12-20 17:22:31 linux-kernel [PATCH 02/25] lightnvm: remove rrpc
2017-12-20 17:22:23 linux-kernel [PATCH 03/25] lightnvm: use internal pblk methods
2017-12-20 17:22:17 linux-kernel [PATCH 00/25] Updates to lightnvm and pblk
2017-09-21 13:41:53 linux-kernel Re: [PATCH V2] lightnvm: include NVM Express driver if OCSSD is selected for build
2017-06-27 08:40:40 linux-kernel [PATCH] ligtnvm: if LUNs are already allocated fix return
2017-06-27 08:40:31 linux-kernel [PATCH] Small patch for 4.13 window
2016-11-28 21:44:58 linux-kernel [PATCH 02/23] nvme: lightnvm: attach lightnvm sysfs to nvme block device
2016-11-28 21:44:47 linux-kernel [PATCH 19/23] lightnvm: eliminate nvm_lun abstraction in mm
2016-11-28 21:44:38 linux-kernel [PATCH 20/23] lightnvm: introduce helpers for generic ops in rrpc
2016-11-28 21:44:28 linux-kernel [PATCH 21/23] lightnvm: introduce max_phys_sects helper function
2016-11-28 21:44:13 linux-kernel [PATCH 16/23] lightnvm: remove get_lun operation on gennvm
2016-11-28 21:44:04 linux-kernel [PATCH 22/23] lightnvm: use target nvm on target-specific ops.
2016-11-28 21:43:53 linux-kernel [PATCH 23/23] lightnvm: transform target get/set bad block
2016-11-28 21:42:45 linux-kernel [PATCH 03/23] lightnvm: enable to send hint to erase command
2016-11-28 21:42:34 linux-kernel [PATCH 04/23] lightnvm: do not protect block 0
2016-11-28 21:42:26 linux-kernel [PATCH 07/23] lightnvm: rrpc: split bios of size > 256kb
2016-11-28 21:42:18 linux-kernel [PATCH 08/23] lightnvm: remove sysfs configuration interface
2016-11-28 21:42:09 linux-kernel [PATCH 09/23] lightnvm: cleanup unused target operations
2016-11-28 21:41:58 linux-kernel [PATCH 10/23] lightnvm: make address conversion functions global
2016-11-28 21:41:49 linux-kernel [PATCH 11/23] lightnvm: remove unnecessary variables in rrpc
2016-11-28 21:41:38 linux-kernel [PATCH 12/23] lightnvm: use constant name instead of value
2016-11-28 21:41:24 linux-kernel [PATCH 13/23] lightnvm: remove gen_lun abstraction
2016-11-28 21:41:16 linux-kernel [PATCH 14/23] lightnvm: manage lun partitions internally in mm
2016-11-28 21:40:51 linux-kernel [PATCH 15/23] lightnvm: move block provisioning to targets
2016-11-28 21:40:45 linux-kernel [PATCH 17/23] lightnvm: remove debug lun statistics from gennvm
2016-11-28 21:40:35 linux-kernel [PATCH 18/23] lightnvm: eliminate nvm_block abstraction on mm
2016-11-28 21:40:16 linux-kernel [PATCH 05/23] lightnvm: export set bad block table
2016-11-28 21:40:08 linux-kernel [PATCH 06/23] lightnvm: add ECC error codes
2016-11-28 21:39:55 linux-kernel [PATCH 01/23] nvme: lightnvm: frees wrong cmd structure
2016-11-28 21:39:46 linux-kernel [PATCH 00/23] LightNVM patches for 4.10
2016-11-22 07:59:17 linux-kernel Re: linux-next: manual merge of the char-misc tree with the lightnvm tree
2016-11-18 11:39:34 linux-kernel [PATCH 1/2] nvme: lightnvm: frees wrong cmd structure
2016-11-18 11:39:14 linux-kernel [PATCH 2/2] nvme: lightnvm: attach lightnvm sysfs to nvme block device
2016-11-18 11:39:09 linux-kernel [PATCH 0/2] nvme: lightnvm: fix and wire up
2016-11-11 09:16:28 linux-kernel Re: [PATCH] LightNVM fix for 4.9-rc5
2016-11-10 11:27:47 linux-kernel [PATCH] lightnvm: invalid offset calculation for lba_shift
2016-11-10 11:26:43 linux-kernel [PATCH] LightNVM fix for 4.9-rc5
2016-04-27 18:56:43 linux-kernel Re: [PATCH 1/3] lightnvm: do not free unused metadata on rrpc
2016-04-27 18:54:40 linux-kernel Re: [PATCH 3/3] lightnvm: rename dma helper functions
2016-04-27 11:51:18 linux-kernel [PATCH 2/2] lightnvm: refactor set_bb_tbl for accepting ppa list
2016-04-27 11:51:01 linux-kernel [PATCH 1/2] lightnvm: move responsibility for bad blk mgmt to target
2016-04-26 14:57:39 linux-kernel Re: [PATCH 0/5] LightNVM fixes