summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/btt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * libnvdimm, btt: refactor map entry operations with macrosVishal Verma2017-08-311-4/+4
| * libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma2017-08-311-1/+2
| * libnvdimm, btt: check memory allocation failureChristophe Jaillet2017-08-301-0/+2
* | block, THP: make block_device_operations.rw_page support THPHuang Ying2017-09-061-1/+3
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-111-12/+4
|\
| * block: guard bvec iteration logicDmitry Monakhov2017-07-031-1/+2
| * bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-11/+2
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-15/+30
|\ \ | |/ |/|
| * libnvdimm, btt: convert some info messages to warn/errVishal Verma2017-07-011-4/+4
| * libnvdimm, btt: fix btt_rw_page not returning errorsVishal Verma2017-06-291-3/+6
| * libnvdimm, btt: BTT updates for UEFI 2.7 formatVishal Verma2017-06-291-8/+20
* | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-1/+0
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma2017-05-101-7/+47
* libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-101-31/+36
* nvdimm, btt: add a size attribute for BTTsVishal Verma2016-08-081-0/+1
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-6/+6
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-9/+9
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-nextDan Williams2016-05-181-1/+5
|\
| * libnvdimm, btt: add btt startup debugDan Williams2016-04-221-1/+5