Age | Commit message (Expand) | Author |
2019-08-09 | bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str... | Coly Li |
2019-07-26 | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-07-22 | bcache: fix possible memory leak in bch_cached_dev_run() | Wei Yongjun |
2019-07-18 | Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-07-17 | dm kcopyd: Increase default sub-job size to 512KB | Nikos Tsironis |
2019-07-17 | dm snapshot: fix oversights in optional discard support | Mike Snitzer |
2019-07-17 | dm zoned: fix zone state management race | Damien Le Moal |
2019-07-16 | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds |
2019-07-15 | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-07-15 | docs: device-mapper: move it to the admin-guide | Mauro Carvalho Chehab |
2019-07-14 | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni... | Linus Torvalds |
2019-07-13 | Merge tag 'for-5.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-07-12 | dm bufio: fix deadlock with loop device | Junxiao Bi |
2019-07-12 | dm snapshot: add optional discard support features | Mike Snitzer |
2019-07-11 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal |
2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds |
2019-07-09 | dm crypt: implement eboiv - encrypted byte-offset initialization vector | Milan Broz |
2019-07-09 | dm crypt: remove obsolete comment about plumb IV | Milan Broz |
2019-07-09 | dm crypt: wipe private IV struct after key invalid flag is set | Milan Broz |
2019-07-09 | dm integrity: use kzalloc() instead of kmalloc() + memset() | Fuqian Huang |
2019-07-09 | dm: update stale comment in end_clone_bio() | Pavel Begunkov |
2019-07-09 | dm log writes: fix incorrect comment about the logged sequence example | Qu Wenruo |
2019-07-09 | dm log writes: use struct_size() to calculate size of pending_block | Zhengyuan Liu |
2019-07-09 | dm crypt: use struct_size() when allocating encryption context | Zhengyuan Liu |
2019-07-09 | dm integrity: always set version on superblock update | Milan Broz |
2019-07-09 | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-07-05 | dm: enable synchronous dax | Pankaj Gupta |
2019-07-05 | libnvdimm: add dax_dev sync flag | Pankaj Gupta |
2019-07-02 | dm thin metadata: check if in fail_io mode when setting needs_check | Mike Snitzer |
2019-07-01 | Merge tag 'v5.2-rc6' into for-5.3/block | Jens Axboe |
2019-06-28 | bcache: add reclaimed_journal_buckets to struct cache_set | Coly Li |
2019-06-28 | bcache: performance improvement for btree_flush_write() | Coly Li |
2019-06-28 | bcache: fix race in btree_flush_write() | Coly Li |
2019-06-28 | bcache: remove retry_flush_write from struct cache_set | Coly Li |
2019-06-28 | bcache: add comments for mutex_lock(&b->write_lock) | Coly Li |
2019-06-28 | bcache: only clear BTREE_NODE_dirty bit when it is set | Coly Li |
2019-06-28 | bcache: Revert "bcache: fix high CPU occupancy during journal" | Coly Li |
2019-06-28 | bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free" | Coly Li |
2019-06-28 | bcache: shrink btree node cache after bch_btree_check() | Coly Li |
2019-06-28 | bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket() | Coly Li |
2019-06-28 | bcache: add code comments for journal_read_bucket() | Coly Li |
2019-06-28 | bcache: fix potential deadlock in cached_def_free() | Coly Li |
2019-06-28 | bcache: acquire bch_register_lock later in cached_dev_free() | Coly Li |
2019-06-28 | bcache: acquire bch_register_lock later in cached_dev_detach_finish() | Coly Li |
2019-06-28 | bcache: avoid a deadlock in bcache_reboot() | Coly Li |
2019-06-28 | bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed | Coly Li |
2019-06-28 | bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread | Coly Li |