summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2020-06-11libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2-7/+8
2020-05-27libnvdimm/btt: Fix LBA masking during 'free list' populationVishal Verma3-6/+29
2020-05-27libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma1-6/+2
2020-04-24libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter1-2/+4
2020-01-04libnvdimm/btt: fix variable 'rc' set but not usedQian Cai1-4/+4
2019-07-31libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams3-4/+17
2019-06-19libnvdimm: Fix compilation warnings with W=1Qian Cai3-4/+4
2019-05-31libnvdimm/namespace: Fix label tracking errorDan Williams3-13/+35
2019-05-31libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams1-1/+7
2019-05-16libnvdimm/btt: Fix a kmemdup failure checkAditya Pakki1-5/+13
2019-05-16libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu1-1/+4
2019-03-23libnvdimm: Fix altmap reservation size calculationOliver O'Halloran1-1/+1
2019-03-23libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams1-0/+4
2019-03-23libnvdimm, pfn: Fix over-trim in trim_pfn_device()Wei Yang1-1/+1
2019-03-23libnvdimm/label: Clear 'updating' flag after label-set updateDan Williams1-5/+18
2018-12-13libnvdimm, pfn: Pad pfn namespaces relative to other regionsDan Williams3-27/+80
2018-11-13libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams1-2/+9
2018-11-13libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck1-0/+4
2018-09-09libnvdimm: fix ars_status output length calculationVishal Verma1-2/+2
2018-07-03linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott1-5/+9
2018-04-24libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams1-2/+2
2018-04-24libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams1-3/+5
2018-03-28libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma2-4/+2
2017-12-29libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams1-2/+3
2017-12-29libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2-35/+211
2017-12-29libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams1-3/+12
2017-11-30libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams1-1/+1
2017-11-30libnvdimm, region : make 'resource' attribute only readable by rootDan Williams1-2/+6
2017-11-30libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams1-1/+1
2017-11-30libnvdimm, pfn: make 'resource' attribute only readable by rootDan Williams1-0/+8
2017-11-30libnvdimm, dimm: clear 'locked' status on successful DIMM enableDan Williams3-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-19libnvdimm, namespace: fix btt claim class crashDan Williams1-0/+9
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-124/+259
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+0
2017-09-09libnvdimm, btt: fix format string warningsRandy Dunlap1-2/+2
2017-09-07libnvdimm, btt: clean up warning and error messagesVishal Verma1-22/+36
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2017-09-07block, THP: make block_device_operations.rw_page support THPHuang Ying2-12/+33
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu1-4/+0
2017-09-01libnvdimm: fix integer overflow static analysis warningDan Williams1-8/+9
2017-09-01libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy1-14/+0
2017-09-01libnvdimm, btt: rework error clearingVishal Verma3-19/+111
2017-09-01libnvdimm: fix potential deadlock while clearing errorsVishal Verma1-0/+6
2017-09-01libnvdimm, btt: cache sector_size in arena_infoVishal Verma2-0/+3
2017-09-01libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma1-3/+7
2017-09-01libnvdimm, btt: refactor map entry operations with macrosVishal Verma2-4/+8
2017-09-01libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma2-1/+3
2017-08-30libnvdimm, btt: check memory allocation failureChristophe Jaillet1-0/+2