Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2020-05-27 | nvdimm: use bio_{start,end}_io_acct | Christoph Hellwig | 1 | -2/+4 |
2020-05-13 | nvdimm/btt: stop using ->queuedata | Christoph Hellwig | 1 | -2/+1 |
2020-03-27 | block: simplify queue allocation | Christoph Hellwig | 1 | -2/+1 |
2019-11-17 | libnvdimm/btt: fix variable 'rc' set but not used | Qian Cai | 1 | -4/+4 |
2019-11-14 | libnvdimm/namespace: Differentiate between probe mapping and runtime mapping | Aneesh Kumar K.V | 1 | -2/+8 |
2019-09-24 | libnvdimm: Fix endian conversion issues | Aneesh Kumar K.V | 1 | -4/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -9/+1 |
2019-02-28 | libnvdimm/btt: Fix LBA masking during 'free list' population | Vishal Verma | 1 | -6/+19 |
2019-02-28 | libnvdimm/btt: Remove unnecessary code in btt_freelist_init | Vishal Verma | 1 | -6/+2 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 1 | -1/+1 |
2018-07-18 | block: make bdev_ops->rw_page() take a REQ_OP instead of bool | Tejun Heo | 1 | -6/+6 |
2018-04-05 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2018-03-08 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 1 | -1/+1 |
2018-03-07 | libnvdimm, {btt, blk}: do integrity setup before add_disk() | Vishal Verma | 1 | -2/+1 |
2018-02-03 | Merge branch 'for-4.16/dax' into libnvdimm-for-next | Ross Zwisler | 1 | -34/+167 |
2018-01-19 | libnvdimm, btt: fix uninitialized err_lock | Jeff Moyer | 1 | -1/+1 |
2017-12-21 | libnvdimm, btt: Fix an incompatibility in the log layout | Vishal Verma | 1 | -34/+167 |
2017-11-15 | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 1 | -0/+3 |
2017-09-11 | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -40/+157 |
2017-09-09 | libnvdimm, btt: fix format string warnings | Randy Dunlap | 1 | -2/+2 |
2017-09-07 | libnvdimm, btt: clean up warning and error messages | Vishal Verma | 1 | -22/+36 |
2017-09-06 | block, THP: make block_device_operations.rw_page support THP | Huang Ying | 1 | -1/+3 |
2017-08-31 | libnvdimm, btt: rework error clearing | Vishal Verma | 1 | -11/+106 |
2017-08-31 | libnvdimm, btt: cache sector_size in arena_info | Vishal Verma | 1 | -0/+1 |
2017-08-31 | libnvdimm, btt: ensure that flags were also unchanged during a map_read | Vishal Verma | 1 | -3/+7 |
2017-08-31 | libnvdimm, btt: refactor map entry operations with macros | Vishal Verma | 1 | -4/+4 |
2017-08-31 | libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path | Vishal Verma | 1 | -1/+2 |
2017-08-30 | libnvdimm, btt: check memory allocation failure | Christophe Jaillet | 1 | -0/+2 |
2017-07-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -12/+4 |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -15/+30 |
2017-07-03 | block: guard bvec iteration logic | Dmitry Monakhov | 1 | -1/+2 |
2017-07-03 | bio-integrity: fold bio_integrity_enabled to bio_integrity_prep | Dmitry Monakhov | 1 | -11/+2 |
2017-07-01 | libnvdimm, btt: convert some info messages to warn/err | Vishal Verma | 1 | -4/+4 |
2017-06-29 | libnvdimm, btt: fix btt_rw_page not returning errors | Vishal Verma | 1 | -3/+6 |
2017-06-29 | libnvdimm, btt: BTT updates for UEFI 2.7 format | Vishal Verma | 1 | -8/+20 |
2017-06-27 | block: don't bother with bounce limits for make_request drivers | Christoph Hellwig | 1 | -1/+0 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -2/+2 |
2017-05-10 | libnvdimm, btt: ensure that initializing metadata clears poison | Vishal Verma | 1 | -7/+47 |
2017-05-10 | libnvdimm: add an atomic vs process context flag to rw_bytes | Vishal Verma | 1 | -31/+36 |
2016-08-08 | nvdimm, btt: add a size attribute for BTTs | Vishal Verma | 1 | -0/+1 |
2016-08-07 | block/mm: make bdev_ops->rw_page() take a bool for read/write | Jens Axboe | 1 | -6/+6 |
2016-08-04 | mm/block: convert rw_page users to bio op use | Mike Christie | 1 | -9/+9 |
2016-06-27 | block: convert to device_add_disk() | Dan Williams | 1 | -2/+1 |
2016-05-18 | Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-next | Dan Williams | 1 | -1/+5 |
2016-04-22 | libnvdimm, btt: add btt startup debug | Dan Williams | 1 | -1/+5 |
2016-04-22 | libnvdimm, btt, convert nd_btt_probe() to devm | Dan Williams | 1 | -11/+6 |
2016-04-22 | libnvdimm, pmem: kill pmem->ndns | Dan Williams | 1 | -2/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-09 | nvdimm/btt: don't allocate unused major device number | NeilBrown | 1 | -17/+2 |