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