summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2021-03-04libnvdimm/dimm: Avoid race between probe and available_slots_show()Dan Williams
2020-12-30libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labelsDan Williams
2020-12-30libnvdimm/label: Return -ENXIO for no slot in __blk_label_updateZhang Qilong
2020-06-07libnvdimm: Fix endian conversion issues Aneesh Kumar K.V
2020-05-27libnvdimm/btt: Fix LBA masking during 'free list' populationVishal Verma
2020-05-27libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma
2020-04-23libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter
2020-01-04libnvdimm/btt: fix variable 'rc' set but not usedQian Cai
2019-10-11libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V
2019-08-09libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlockDan Williams
2019-08-09libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrantDan Williams
2019-08-09libnvdimm/region: Register badblocks before namespacesDan Williams
2019-08-09libnvdimm/bus: Prevent duplicate device_unregister() callsDan Williams
2019-07-31libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()Dan Williams
2019-07-26libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams
2019-06-19libnvdimm: Fix compilation warnings with W=1Qian Cai
2019-05-31libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams
2019-05-22libnvdimm/namespace: Fix label tracking errorDan Williams
2019-05-16libnvdimm/pmem: fix a possible OOB access when read and write pmemLi RongQing
2019-05-16libnvdimm/btt: Fix a kmemdup failure checkAditya Pakki
2019-05-16libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu
2019-03-23libnvdimm: Fix altmap reservation size calculationOliver O'Halloran
2019-03-23libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams
2019-03-23libnvdimm, pfn: Fix over-trim in trim_pfn_device()Wei Yang
2019-03-23libnvdimm/label: Clear 'updating' flag after label-set updateDan Williams
2019-01-13mm, devm_memremap_pages: fix shutdown handlingDan Williams
2018-12-13libnvdimm, pfn: Pad pfn namespaces relative to other regionsDan Williams
2018-11-13libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams
2018-11-13libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams
2018-11-13libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-08-20libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams
2018-08-20libnvdimm: fix ars_status output length calculationVishal Verma
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-30libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye
2018-07-25libnvdimm: Export max available extentKeith Busch
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-28libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-06libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler
2018-06-06libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler
2018-06-06libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler