Age | Commit message (Expand) | Author | Files | Lines |
2021-11-09 | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -19/+44 |
2021-11-08 | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 9 | -164/+421 |
2021-11-04 | nvdimm/pmem: use add_disk() error handling | Luis Chamberlain | 1 | -1/+7 |
2021-11-04 | nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned | Luis Chamberlain | 1 | -4/+9 |
2021-11-04 | nvdimm/blk: add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+3 |
2021-11-04 | nvdimm/blk: avoid calling del_gendisk() on early failures | Luis Chamberlain | 1 | -5/+12 |
2021-11-04 | nvdimm/btt: add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+3 |
2021-11-04 | nvdimm/btt: use goto error labels on btt_blk_init() | Luis Chamberlain | 1 | -6/+10 |
2021-11-03 | nvdimm/btt: do not call del_gendisk() if not needed | Luis Chamberlain | 1 | -1/+0 |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -8/+6 |
2021-10-25 | nvdimm/pmem: stop using q_usage_count as external pgmap refcount | Christoph Hellwig | 1 | -31/+2 |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 3 | -8/+5 |
2021-10-18 | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 1 | -0/+1 |
2021-09-27 | nvdimm/pmem: fix creating the dax group | Christoph Hellwig | 1 | -4/+1 |
2021-09-21 | libnvdimm/labels: Introduce CXL labels | Dan Williams | 3 | -50/+241 |
2021-09-21 | libnvdimm/label: Define CXL region labels | Dan Williams | 1 | -0/+32 |
2021-09-21 | libnvdimm/labels: Fix kernel-doc for label.h | Dan Williams | 1 | -2/+8 |
2021-09-21 | libnvdimm/labels: Introduce the concept of multi-range namespace labels | Dan Williams | 2 | -0/+14 |
2021-09-21 | libnvdimm/label: Add a helper for nlabel validation | Dan Williams | 2 | -3/+9 |
2021-09-21 | libnvdimm/labels: Add uuid helpers | Dan Williams | 8 | -114/+122 |
2021-09-09 | Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 4 | -164/+356 |
2021-09-09 | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2021-08-24 | libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbind | sumiyawang | 1 | -2/+2 |
2021-08-24 | libnvdimm/labels: Add claim class helpers | Dan Williams | 4 | -19/+28 |
2021-08-24 | libnvdimm/labels: Add type-guid helpers | Dan Williams | 3 | -19/+28 |
2021-08-24 | libnvdimm/labels: Add blk special cases for nlabel and position helpers | Dan Williams | 1 | -17/+29 |
2021-08-24 | libnvdimm/labels: Add blk isetcookie set / validation helpers | Dan Williams | 3 | -9/+34 |
2021-08-24 | libnvdimm/labels: Add a checksum calculation helper | Dan Williams | 1 | -33/+35 |
2021-08-24 | libnvdimm/labels: Introduce label setter helpers | Dan Williams | 3 | -33/+99 |
2021-08-24 | libnvdimm/labels: Add isetcookie validation helper | Dan Williams | 2 | -5/+10 |
2021-08-24 | libnvdimm/labels: Introduce getters for namespace label fields | Dan Williams | 3 | -46/+110 |
2021-08-11 | libnvdimm/region: Fix label activation vs errors | Dan Williams | 1 | -6/+11 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
2021-07-04 | Merge tag 'cxl-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2 | -23/+59 |
2021-06-15 | libnvdimm: Drop unused device power management support | Dan Williams | 1 | -8/+37 |
2021-06-15 | libnvdimm: Export nvdimm shutdown helper, nvdimm_delete() | Dan Williams | 2 | -15/+22 |
2021-06-09 | libnvdimm/pmem: Fix blk_cleanup_disk() usage | Dan Williams | 1 | -3/+3 |
2021-06-01 | nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 1 | -1/+0 |
2021-06-01 | nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 1 | -10/+5 |
2021-06-01 | nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 2 | -19/+7 |
2021-06-01 | nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 1 | -20/+6 |
2021-06-01 | block: automatically enable GENHD_FL_EXT_DEVT | Christoph Hellwig | 3 | -3/+0 |
2021-05-06 | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 2 | -0/+2 |
2021-04-09 | libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC | Vaibhav Jain | 1 | -2/+7 |
2021-04-08 | libnvdimm: Notify disk drivers to revalidate region read-only | Dan Williams | 3 | -12/+46 |
2021-02-24 | Merge tag 'libnvdimm-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -22/+9 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -6/+6 |
2021-02-16 | libnvdimm: Make remove callback return void | Uwe Kleine-König | 5 | -19/+9 |
2021-02-16 | libnvdimm/dimm: Simplify nvdimm_remove() | Uwe Kleine-König | 1 | -3/+0 |