Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | dm rq: remove unused arguments from rq_completed() | Mike Snitzer | 1 | -9/+5 |
2018-12-18 | dm: avoid indirect call in __dm_make_request | Mikulas Patocka | 1 | -23/+6 |
2018-12-18 | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() | Jens Axboe | 1 | -1/+1 |
2018-12-13 | bcache: print number of keys in trace_bcache_journal_write | Guoju Fang | 1 | -1/+1 |
2018-12-13 | bcache: set writeback_percent in a flexible range | Coly Li | 1 | -1/+2 |
2018-12-13 | bcache: make cutoff_writeback and cutoff_writeback_sync tunable | Coly Li | 3 | -2/+55 |
2018-12-13 | bcache: add MODULE_DESCRIPTION information | Coly Li | 1 | -3/+4 |
2018-12-13 | bcache: option to automatically run gc thread after writeback | Coly Li | 4 | -0/+52 |
2018-12-13 | bcache: introduce force_wake_up_gc() | Coly Li | 2 | -15/+20 |
2018-12-13 | bcache: cannot set writeback_running via sysfs if no writeback kthread created | Shenghui Wang | 1 | -2/+19 |
2018-12-13 | bcache: do not mark writeback_running too early | Shenghui Wang | 1 | -1/+2 |
2018-12-13 | bcache: update comment in sysfs.c | Shenghui Wang | 1 | -2/+2 |
2018-12-13 | bcache: update comment for bch_data_insert | Shenghui Wang | 1 | -3/+3 |
2018-12-13 | bcache: do not check if debug dentry is ERR or NULL explicitly on remove | Shenghui Wang | 2 | -4/+2 |
2018-12-13 | bcache: add comment for cache_set->fill_iter | Shenghui Wang | 2 | -1/+10 |
2018-12-11 | dm: fix request-based dm's use of dm_wait_for_completion | Mike Snitzer | 2 | -5/+11 |
2018-12-11 | dm: fix inflight IO check | Jens Axboe | 1 | -8/+6 |
2018-12-10 | dm: remove the pending IO accounting | Mikulas Patocka | 2 | -21/+15 |
2018-12-10 | block: stop passing 'cpu' to all percpu stats methods | Mike Snitzer | 1 | -4/+3 |
2018-12-10 | dm rq: leverage blk_mq_queue_busy() to check for outstanding IO | Mike Snitzer | 1 | -5/+4 |
2018-12-10 | dm: dont rewrite dm_disk(md)->part0.in_flight | Mikulas Patocka | 1 | -3/+1 |
2018-12-08 | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou | 1 | -1/+1 |
2018-12-08 | dm: set the static flush bio device on demand | Dennis Zhou | 1 | -1/+11 |
2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 2 | -3/+3 |
2018-11-15 | block: remove the lock argument to blk_alloc_queue_node | Christoph Hellwig | 1 | -1/+1 |
2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2018-11-02 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -1/+1 |
2018-10-26 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 9 | -127/+356 |
2018-10-26 | Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -461/+131 |
2018-10-26 | Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -110/+137 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -7/+21 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -0/+10 |
2018-10-25 | block: add a report_zones method | Christoph Hellwig | 3 | -108/+126 |
2018-10-25 | block: Introduce blkdev_nr_zones() helper | Damien Le Moal | 1 | -2/+1 |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 11 | -31/+110 |
2018-10-22 | MD: Memory leak when flush bio size is zero | Xiao Ni | 1 | -4/+6 |
2018-10-22 | md: fix memleak for mempool | Jack Wang | 1 | -8/+8 |
2018-10-22 | dm writecache: remove disabled code in memory_entry() | Mike Snitzer | 1 | -4/+1 |
2018-10-18 | dm zoned: fix various dmz_get_mblock() issues | Damien Le Moal | 1 | -24/+42 |
2018-10-18 | dm zoned: fix metadata block ref counting | Damien Le Moal | 1 | -9/+11 |
2018-10-18 | dm raid: avoid bitmap with raid4/5/6 journal device | Heinz Mauelshagen | 1 | -1/+1 |
2018-10-18 | md-cluster: remove suspend_info | Guoqing Jiang | 1 | -71/+32 |
2018-10-18 | md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted | Guoqing Jiang | 2 | -5/+26 |
2018-10-18 | md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage | Guoqing Jiang | 1 | -7/+20 |
2018-10-18 | md-cluster/raid10: don't call remove_and_add_spares during reshaping stage | Guoqing Jiang | 1 | -2/+6 |
2018-10-18 | md-cluster/raid10: call update_size in md_reap_sync_thread | Guoqing Jiang | 1 | -3/+18 |
2018-10-18 | md-cluster: introduce resync_info_get interface for sanity check | Guoqing Jiang | 3 | -1/+22 |
2018-10-18 | md-cluster/raid10: support add disk under grow mode | Guoqing Jiang | 3 | -0/+59 |
2018-10-18 | md-cluster/raid10: resize all the bitmaps before start reshape | Guoqing Jiang | 3 | -3/+120 |
2018-10-18 | dm crypt: make workqueue names device-specific | Michał Mirosław | 1 | -5/+10 |