summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/btt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-121-10/+5
|\
| * nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap2024-01-031-1/+1
| * nvdimm-btt: simplify code with the scope based resource managementDinghao Liu2024-01-031-9/+4
* | nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt2023-12-011-1/+1
|/
* block: remove ->rw_pageChristoph Hellwig2023-02-021-15/+1
* nvdimm-btt: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig2022-03-041-6/+4
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-8/+13
|\
| * nvdimm/btt: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+3
| * nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain2021-11-041-6/+10
| * nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain2021-11-031-1/+0
* | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-5/+6
|\ \ | |/ |/|
| * libnvdimm/labels: Add uuid helpersDan Williams2021-09-211-5/+6
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-3/+2
|/
* nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-17/+7
* block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-011-1/+0
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+2
* bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-2/+0
* nvdimm: simplify revalidate_disk handlingChristoph Hellwig2020-09-021-2/+1
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-3/+1
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-131-2/+1
|\
| * nvdimm/btt: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
* | nvdimm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-2/+4
|/
* block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* libnvdimm/btt: fix variable 'rc' set but not usedQian Cai2019-11-171-4/+4
* libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V2019-11-141-2/+8
* libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2019-09-241-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* libnvdimm/btt: Fix LBA masking during 'free list' populationVishal Verma2019-02-281-6/+19
* libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma2019-02-281-6/+2
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-181-6/+6
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
* | libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma2018-03-071-2/+1
|/
* Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler2018-02-031-34/+167
|\
| * libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2017-12-211-34/+167
* | libnvdimm, btt: fix uninitialized err_lockJeff Moyer2018-01-191-1/+1
|/
* bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-151-0/+3
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-40/+157
|\
| * libnvdimm, btt: fix format string warningsRandy Dunlap2017-09-091-2/+2
| * libnvdimm, btt: clean up warning and error messagesVishal Verma2017-09-071-22/+36
| * libnvdimm, btt: rework error clearingVishal Verma2017-08-311-11/+106
| * libnvdimm, btt: cache sector_size in arena_infoVishal Verma2017-08-311-0/+1
| * libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma2017-08-311-3/+7