Age | Commit message (Expand) | Author | Files | Lines |
2019-05-25 | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+32 |
2019-05-25 | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 10 | -85/+10 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 | Thomas Gleixner | 9 | -79/+9 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45 | Thomas Gleixner | 1 | -6/+1 |
2019-05-22 | Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
2019-05-22 | dm: make sure to obey max_io_len_target_boundary | Michael Lass | 1 | -1/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | dax: Arrange for dax_supported check to span multiple devices | Dan Williams | 3 | -6/+32 |
2019-05-17 | Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 20 | -293/+1583 |
2019-05-16 | dm: fix a couple brace coding style issues | Sheetal Singala | 1 | -2/+4 |
2019-05-16 | dm crypt: print device name in integrity error message | Milan Broz | 1 | -3/+6 |
2019-05-16 | dm crypt: move detailed message into debug level | Milan Broz | 1 | -4/+5 |
2019-05-16 | dm ioctl: fix hang in early create error condition | Helen Koike | 1 | -1/+5 |
2019-05-09 | dm integrity: whitespace, coding style and dead code cleanup | Mike Snitzer | 1 | -43/+61 |
2019-05-08 | dm integrity: implement synchronous mode for reboot handling | Mikulas Patocka | 1 | -5/+38 |
2019-05-08 | dm integrity: handle machine reboot in bitmap mode | Mikulas Patocka | 1 | -0/+24 |
2019-05-08 | dm integrity: add a bitmap mode | Mikulas Patocka | 1 | -33/+503 |
2019-05-08 | dm integrity: introduce a function add_new_range_and_wait() | Mikulas Patocka | 1 | -4/+8 |
2019-05-08 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -232/+275 |
2019-05-07 | dm integrity: allow large ranges to be described | Mikulas Patocka | 1 | -3/+3 |
2019-05-07 | dm ingerity: pass size to dm_integrity_alloc_page_list() | Mikulas Patocka | 1 | -15/+15 |
2019-05-07 | dm integrity: introduce rw_journal_sectors() | Mikulas Patocka | 1 | -6/+14 |
2019-05-07 | dm integrity: update documentation | Mikulas Patocka | 1 | -1/+3 |
2019-05-07 | dm integrity: don't report unused options | Mikulas Patocka | 1 | -3/+7 |
2019-05-07 | dm integrity: don't check null pointer before kvfree and vfree | Mikulas Patocka | 1 | -4/+2 |
2019-05-07 | dm integrity: correctly calculate the size of metadata area | Mikulas Patocka | 1 | -2/+2 |
2019-05-07 | dm dust: Make dm_dust_init and dm_dust_exit static | YueHaibing | 1 | -2/+2 |
2019-05-07 | dm dust: remove redundant unsigned comparison to less than zero | Colin Ian King | 1 | -1/+1 |
2019-05-07 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -5/+0 |
2019-05-01 | bcache: make is_discard_enabled() static | Jens Axboe | 1 | -1/+1 |
2019-04-30 | dm mpath: always free attached_handler_name in parse_path() | Martin Wilck | 1 | -1/+1 |
2019-04-30 | dm init: fix max devices/targets checks | Helen Koike | 1 | -4/+4 |
2019-04-30 | dm: add dust target | Bryan Gurney | 3 | -0/+525 |
2019-04-30 | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig | 3 | -7/+5 |
2019-04-30 | bcache: clean up do_btree_node_write a bit | Christoph Hellwig | 1 | -4/+5 |
2019-04-30 | bcache: remove redundant LIST_HEAD(journal) from run_cache_set() | Coly Li | 1 | -1/+0 |
2019-04-29 | dm persistent data: Simplify stack trace handling | Thomas Gleixner | 1 | -10/+9 |
2019-04-29 | dm bufio: Simplify stack trace retrieval | Thomas Gleixner | 1 | -9/+6 |
2019-04-26 | dm writecache: avoid unnecessary lookups in writecache_find_entry() | Mikulas Patocka | 1 | -6/+5 |
2019-04-26 | dm writecache: remove unused member page_offset in writeback_struct | Huaisheng Ye | 1 | -2/+0 |
2019-04-26 | dm delay: fix a crash when invalid device is specified | Mikulas Patocka | 1 | -1/+2 |
2019-04-26 | dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabled | Peng Wang | 1 | -4/+2 |
2019-04-25 | dm mpath: fix missing call of path selector type->end_io | Yufen Yu | 3 | -6/+22 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 2 | -5/+0 |
2019-04-24 | bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN... | Shenghui Wang | 1 | -0/+8 |
2019-04-24 | bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o... | Shenghui Wang | 1 | -1/+1 |
2019-04-24 | bcache: fix failure in journal relplay | Tang Junhui | 1 | -4/+21 |
2019-04-24 | bcache: improve bcache_reboot() | Coly Li | 1 | -2/+10 |