| Commit message (Expand) | Author | Age | Files | Lines |
* | nvdimm-btt: Use the enum req_op type | Bart Van Assche | 2022-07-14 | 1 | -1/+1 |
* | block: Change the type of the last .rw_page() argument | Bart Van Assche | 2022-07-14 | 1 | -1/+1 |
* | block: remove blk_cleanup_disk | Christoph Hellwig | 2022-06-28 | 1 | -2/+2 |
* | nvdimm-btt: use bvec_kmap_local in btt_rw_integrity | Christoph Hellwig | 2022-03-04 | 1 | -6/+4 |
* | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 1 | -1/+0 |
* | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-09 | 1 | -8/+13 |
|\ |
|
| * | nvdimm/btt: add error handling support for add_disk() | Luis Chamberlain | 2021-11-04 | 1 | -1/+3 |
| * | nvdimm/btt: use goto error labels on btt_blk_init() | Luis Chamberlain | 2021-11-04 | 1 | -6/+10 |
| * | nvdimm/btt: do not call del_gendisk() if not needed | Luis Chamberlain | 2021-11-03 | 1 | -1/+0 |
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2021-11-08 | 1 | -5/+6 |
|\ \
| |/
|/| |
|
| * | libnvdimm/labels: Add uuid helpers | Dan Williams | 2021-09-21 | 1 | -5/+6 |
* | | block: switch polling to be bio based | Christoph Hellwig | 2021-10-18 | 1 | -3/+2 |
|/ |
|
* | nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 2021-06-01 | 1 | -17/+7 |
* | block: automatically enable GENHD_FL_EXT_DEVT | Christoph Hellwig | 2021-06-01 | 1 | -1/+0 |
* | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 2021-05-06 | 1 | -0/+1 |
* | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-24 | 1 | -2/+2 |
* | bdi: remove BDI_CAP_SYNCHRONOUS_IO | Christoph Hellwig | 2020-09-24 | 1 | -2/+0 |
* | nvdimm: simplify revalidate_disk handling | Christoph Hellwig | 2020-09-02 | 1 | -2/+1 |
* | mm: add thp_size | Matthew Wilcox (Oracle) | 2020-08-14 | 1 | -3/+1 |
* | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 1 | -2/+3 |
* | Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-06-13 | 1 | -2/+1 |
|\ |
|
| * | nvdimm/btt: stop using ->queuedata | Christoph Hellwig | 2020-05-13 | 1 | -2/+1 |
* | | nvdimm: use bio_{start,end}_io_acct | Christoph Hellwig | 2020-05-27 | 1 | -2/+4 |
|/ |
|
* | block: simplify queue allocation | Christoph Hellwig | 2020-03-27 | 1 | -2/+1 |
* | libnvdimm/btt: fix variable 'rc' set but not used | Qian Cai | 2019-11-17 | 1 | -4/+4 |
* | libnvdimm/namespace: Differentiate between probe mapping and runtime mapping | Aneesh Kumar K.V | 2019-11-14 | 1 | -2/+8 |
* | libnvdimm: Fix endian conversion issues | Aneesh Kumar K.V | 2019-09-24 | 1 | -4/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | libnvdimm/btt: Fix LBA masking during 'free list' population | Vishal Verma | 2019-02-28 | 1 | -6/+19 |
* | libnvdimm/btt: Remove unnecessary code in btt_freelist_init | Vishal Verma | 2019-02-28 | 1 | -6/+2 |
* | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 1 | -1/+1 |
* | block: make bdev_ops->rw_page() take a REQ_OP instead of bool | Tejun Heo | 2018-07-18 | 1 | -6/+6 |
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-04-05 | 1 | -1/+1 |
|\ |
|
| * | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 2018-03-08 | 1 | -1/+1 |
* | | libnvdimm, {btt, blk}: do integrity setup before add_disk() | Vishal Verma | 2018-03-07 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'for-4.16/dax' into libnvdimm-for-next | Ross Zwisler | 2018-02-03 | 1 | -34/+167 |
|\ |
|
| * | libnvdimm, btt: Fix an incompatibility in the log layout | Vishal Verma | 2017-12-21 | 1 | -34/+167 |
* | | libnvdimm, btt: fix uninitialized err_lock | Jeff Moyer | 2018-01-19 | 1 | -1/+1 |
|/ |
|
* | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 2017-11-15 | 1 | -0/+3 |
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-11 | 1 | -40/+157 |
|\ |
|
| * | libnvdimm, btt: fix format string warnings | Randy Dunlap | 2017-09-09 | 1 | -2/+2 |
| * | libnvdimm, btt: clean up warning and error messages | Vishal Verma | 2017-09-07 | 1 | -22/+36 |
| * | libnvdimm, btt: rework error clearing | Vishal Verma | 2017-08-31 | 1 | -11/+106 |
| * | libnvdimm, btt: cache sector_size in arena_info | Vishal Verma | 2017-08-31 | 1 | -0/+1 |
| * | libnvdimm, btt: ensure that flags were also unchanged during a map_read | Vishal Verma | 2017-08-31 | 1 | -3/+7 |
| * | libnvdimm, btt: refactor map entry operations with macros | Vishal Verma | 2017-08-31 | 1 | -4/+4 |
| * | libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path | Vishal Verma | 2017-08-31 | 1 | -1/+2 |
| * | libnvdimm, btt: check memory allocation failure | Christophe Jaillet | 2017-08-30 | 1 | -0/+2 |
* | | block, THP: make block_device_operations.rw_page support THP | Huang Ying | 2017-09-06 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-07-11 | 1 | -12/+4 |
|\ |
|