aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm/btt.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-14nvdimm-btt: Use the enum req_op typeGravatar Bart Van Assche 1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentGravatar Bart Van Assche 1-1/+1
2022-06-28block: remove blk_cleanup_diskGravatar Christoph Hellwig 1-2/+2
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityGravatar Christoph Hellwig 1-6/+4
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+13
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-5/+6
2021-11-04nvdimm/btt: add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+3
2021-11-04nvdimm/btt: use goto error labels on btt_blk_init()Gravatar Luis Chamberlain 1-6/+10
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededGravatar Luis Chamberlain 1-1/+0
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-3/+2
2021-09-21libnvdimm/labels: Add uuid helpersGravatar Dan Williams 1-5/+6
2021-06-01nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_diskGravatar Christoph Hellwig 1-17/+7
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-1/+0
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-2/+2
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOGravatar Christoph Hellwig 1-2/+0
2020-09-02nvdimm: simplify revalidate_disk handlingGravatar Christoph Hellwig 1-2/+1
2020-08-14mm: add thp_sizeGravatar Matthew Wilcox (Oracle) 1-3/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 1-2/+3
2020-06-13Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2020-05-27nvdimm: use bio_{start,end}_io_acctGravatar Christoph Hellwig 1-2/+4
2020-05-13nvdimm/btt: stop using ->queuedataGravatar Christoph Hellwig 1-2/+1
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-2/+1
2019-11-17libnvdimm/btt: fix variable 'rc' set but not usedGravatar Qian Cai 1-4/+4
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingGravatar Aneesh Kumar K.V 1-2/+8
2019-09-24libnvdimm: Fix endian conversion issues Gravatar Aneesh Kumar K.V 1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-02-28libnvdimm/btt: Fix LBA masking during 'free list' populationGravatar Vishal Verma 1-6/+19
2019-02-28libnvdimm/btt: Remove unnecessary code in btt_freelist_initGravatar Vishal Verma 1-6/+2
2018-09-28block: genhd: add 'groups' argument to device_add_diskGravatar Hannes Reinecke 1-1/+1
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolGravatar Tejun Heo 1-6/+6
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-1/+1
2018-03-07libnvdimm, {btt, blk}: do integrity setup before add_disk()Gravatar Vishal Verma 1-2/+1
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextGravatar Ross Zwisler 1-34/+167
2018-01-19libnvdimm, btt: fix uninitialized err_lockGravatar Jeff Moyer 1-1/+1
2017-12-21libnvdimm, btt: Fix an incompatibility in the log layoutGravatar Vishal Verma 1-34/+167
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOGravatar Minchan Kim 1-0/+3
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-40/+157
2017-09-09libnvdimm, btt: fix format string warningsGravatar Randy Dunlap 1-2/+2
2017-09-07libnvdimm, btt: clean up warning and error messagesGravatar Vishal Verma 1-22/+36
2017-09-06block, THP: make block_device_operations.rw_page support THPGravatar Huang Ying 1-1/+3
2017-08-31libnvdimm, btt: rework error clearingGravatar Vishal Verma 1-11/+106
2017-08-31libnvdimm, btt: cache sector_size in arena_infoGravatar Vishal Verma 1-0/+1
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readGravatar Vishal Verma 1-3/+7
2017-08-31libnvdimm, btt: refactor map entry operations with macrosGravatar Vishal Verma 1-4/+4
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathGravatar Vishal Verma 1-1/+2
2017-08-30libnvdimm, btt: check memory allocation failureGravatar Christophe Jaillet 1-0/+2
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+4