aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/btt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25nvdimm/btt: always set max_integrity_segmentsChristoph Hellwig1-1/+1
2024-04-25nvdimm: remove nd_integrity_initChristoph Hellwig1-4/+8
2024-02-19btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-4/+4
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+5
2024-01-03nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap1-1/+1
2024-01-03nvdimm-btt: simplify code with the scope based resource managementDinghao Liu1-9/+4
2023-12-01nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-02-02block: remove ->rw_pageChristoph Hellwig1-15/+1
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig1-6/+4
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+13
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-5/+6
2021-11-04nvdimm/btt: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-11-04nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain1-6/+10
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-3/+2
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams1-5/+6
2021-06-01nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-17/+7
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+2
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-2/+0
2020-09-02nvdimm: simplify revalidate_disk handlingChristoph Hellwig1-2/+1
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)1-3/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-06-13Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2020-05-27nvdimm: use bio_{start,end}_io_acctChristoph Hellwig1-2/+4
2020-05-13nvdimm/btt: stop using ->queuedataChristoph Hellwig1-2/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2019-11-17libnvdimm/btt: fix variable 'rc' set but not usedQian Cai1-4/+4
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V1-2/+8
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-02-28libnvdimm/btt: Fix LBA masking during 'free list' populationVishal Verma1-6/+19
2019-02-28libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma1-6/+2
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-6/+6
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-03-07libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma1-2/+1
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler1-34/+167
2018-01-19libnvdimm, btt: fix uninitialized err_lockJeff Moyer1-1/+1
2017-12-21libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma1-34/+167
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-0/+3
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-40/+157
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-06block, THP: make block_device_operations.rw_page support THPHuang Ying1-1/+3
2017-08-31libnvdimm, btt: rework error clearingVishal Verma1-11/+106
2017-08-31libnvdimm, btt: cache sector_size in arena_infoVishal Verma1-0/+1
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma1-3/+7
2017-08-31libnvdimm, btt: refactor map entry operations with macrosVishal Verma1-4/+4
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma1-1/+2
2017-08-30libnvdimm, btt: check memory allocation failureChristophe Jaillet1-0/+2
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+4
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+30
2017-07-03block: guard bvec iteration logicDmitry Monakhov1-1/+2
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-11/+2
2017-07-01libnvdimm, btt: convert some info messages to warn/errVishal Verma1-4/+4
2017-06-29libnvdimm, btt: fix btt_rw_page not returning errorsVishal Verma1-3/+6
2017-06-29libnvdimm, btt: BTT updates for UEFI 2.7 formatVishal Verma1-8/+20
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-05-10libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma1-7/+47
2017-05-10libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma1-31/+36
2016-08-08nvdimm, btt: add a size attribute for BTTsVishal Verma1-0/+1
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-6/+6
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-9/+9
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-05-18Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-nextDan Williams1-1/+5
2016-04-22libnvdimm, btt: add btt startup debugDan Williams1-1/+5
2016-04-22libnvdimm, btt, convert nd_btt_probe() to devmDan Williams1-11/+6
2016-04-22libnvdimm, pmem: kill pmem->ndnsDan Williams1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-09nvdimm/btt: don't allocate unused major device numberNeilBrown1-17/+2
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+2
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-1/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+13
2015-08-28libnvdimm, pfn: 'struct page' provider infrastructureDan Williams1-3/+3
2015-08-14libnvdimm, btt: write and validate parent_uuidVishal Verma1-0/+2
2015-08-14libnvdimm, btt: consolidate arena validationVishal Verma1-27/+1
2015-08-14libnvdimm, btt: clean up internal interfacesVishal Verma1-10/+9
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+3
2015-07-27libnvdimm, btt: sparse fixDan Williams1-2/+3
2015-06-26libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams1-2/+8
2015-06-26libnvdimm: enable iostatDan Williams1-1/+6
2015-06-26libnvdimm, btt: add support for blk integrityVishal Verma1-16/+113
2015-06-26nd_btt: atomic sector updatesVishal Verma1-0/+1371