| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | nvdimm/region: Delete nd_blk_region infrastructure | Dan Williams | 2022-03-12 | 9 | -507/+59 |
| * | nvdimm/namespace: Delete nd_namespace_blk | Dan Williams | 2022-03-12 | 5 | -561/+13 |
| * | nvdimm/namespace: Delete blk namespace consideration in shared paths | Dan Williams | 2022-03-12 | 1 | -143/+9 |
| * | nvdimm/blk: Delete the block-aperture window driver | Dan Williams | 2022-03-12 | 3 | -359/+4 |
| * | nvdimm/region: Fix default alignment for small regions | Dan Williams | 2022-03-12 | 1 | -0/+3 |
| * | drivers/nvdimm: Add perf interface to expose nvdimm performance stats | Kajol Jain | 2022-03-10 | 2 | -0/+329 |
* | | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2022-03-25 | 1 | -1/+1 |
|\ \ |
|
| * | | cxl: Prove CXL locking | Dan Williams | 2022-02-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -0/+1 |
|\ \ |
|
| * | | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 2022-03-03 | 1 | -0/+1 |
| |/ |
|
* | | nvdimm-btt: use bvec_kmap_local in btt_rw_integrity | Christoph Hellwig | 2022-03-04 | 1 | -6/+4 |
* | | nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity | Christoph Hellwig | 2022-03-04 | 1 | -4/+3 |
* | | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2022-02-02 | 1 | -3/+3 |
* | | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 5 | -5/+0 |
|/ |
|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-01-18 | 1 | -1/+1 |
|\ |
|
| * | virtio: wrap config->reset calls | Michael S. Tsirkin | 2022-01-15 | 1 | -1/+1 |
* | | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig | 2021-12-18 | 1 | -18/+2 |
* | | dax: remove the DAXDEV_F_SYNC flag | Christoph Hellwig | 2021-12-18 | 1 | -4/+3 |
* | | uio: remove copy_from_iter_flushcache() and copy_mc_to_iter() | Christoph Hellwig | 2021-12-18 | 1 | -3/+1 |
* | | dax: remove dax_capable | Christoph Hellwig | 2021-12-04 | 1 | -1/+0 |
* | | dax: simplify the dax_device <-> gendisk association | Christoph Hellwig | 2021-12-04 | 1 | -2/+8 |
* | | dax: remove CONFIG_DAX_DRIVER | Christoph Hellwig | 2021-12-04 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-10 | 1 | -0/+43 |
|\ |
|
| * | nvdimm/pmem: move dax_attribute_group from dax to pmem | Christoph Hellwig | 2021-09-27 | 1 | -0/+43 |
* | | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-09 | 3 | -19/+44 |
|\ \ |
|
| * | | nvdimm/pmem: use add_disk() error handling | Luis Chamberlain | 2021-11-04 | 1 | -1/+7 |
| * | | nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned | Luis Chamberlain | 2021-11-04 | 1 | -4/+9 |
| * | | nvdimm/blk: add error handling support for add_disk() | Luis Chamberlain | 2021-11-04 | 1 | -1/+3 |
| * | | nvdimm/blk: avoid calling del_gendisk() on early failures | Luis Chamberlain | 2021-11-04 | 1 | -5/+12 |
| * | | 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 | 9 | -164/+421 |
|\ \ \ |
|
| * | | | libnvdimm/labels: Introduce CXL labels | Dan Williams | 2021-09-21 | 3 | -50/+241 |
| * | | | libnvdimm/label: Define CXL region labels | Dan Williams | 2021-09-21 | 1 | -0/+32 |
| * | | | libnvdimm/labels: Fix kernel-doc for label.h | Dan Williams | 2021-09-21 | 1 | -2/+8 |
| * | | | libnvdimm/labels: Introduce the concept of multi-range namespace labels | Dan Williams | 2021-09-21 | 2 | -0/+14 |
| * | | | libnvdimm/label: Add a helper for nlabel validation | Dan Williams | 2021-09-21 | 2 | -3/+9 |
| * | | | libnvdimm/labels: Add uuid helpers | Dan Williams | 2021-09-21 | 8 | -114/+122 |
| | |/
| |/| |
|
* | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 4 | -8/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | block: switch polling to be bio based | Christoph Hellwig | 2021-10-18 | 3 | -8/+5 |
| * | | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+1 |
* | | | nvdimm/pmem: stop using q_usage_count as external pgmap refcount | Christoph Hellwig | 2021-10-26 | 1 | -31/+2 |
|/ / |
|
* / | nvdimm/pmem: fix creating the dax group | Christoph Hellwig | 2021-09-27 | 1 | -4/+1 |
|/ |
|
* | Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2021-09-09 | 4 | -164/+356 |
|\ |
|
| * | libnvdimm/labels: Add claim class helpers | Dan Williams | 2021-08-24 | 4 | -19/+28 |
| * | libnvdimm/labels: Add type-guid helpers | Dan Williams | 2021-08-24 | 3 | -19/+28 |
| * | libnvdimm/labels: Add blk special cases for nlabel and position helpers | Dan Williams | 2021-08-24 | 1 | -17/+29 |
| * | libnvdimm/labels: Add blk isetcookie set / validation helpers | Dan Williams | 2021-08-24 | 3 | -9/+34 |
| * | libnvdimm/labels: Add a checksum calculation helper | Dan Williams | 2021-08-24 | 1 | -33/+35 |