Age | Commit message (Expand) | Author | Files | Lines |
2019-12-03 | block: don't handle bio based drivers in blk_revalidate_disk_zones | Christoph Hellwig | 1 | -5/+7 |
2019-12-03 | block: simplify blkdev_nr_zones | Christoph Hellwig | 1 | -1/+1 |
2019-11-25 | Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 19 | -409/+426 |
2019-11-25 | Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -184/+115 |
2019-11-25 | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 23 | -97/+153 |
2019-11-20 | Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" | Mike Snitzer | 1 | -6/+3 |
2019-11-20 | dm: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -27/+27 |
2019-11-18 | Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" | Jens Axboe | 2 | -26/+4 |
2019-11-18 | dm thin: wakeup worker only when deferred bios exist | Jeffle Xu | 1 | -1/+4 |
2019-11-15 | dm integrity: fix excessive alignment of metadata runs | Mikulas Patocka | 1 | -5/+23 |
2019-11-14 | drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET | Eugene Syromiatnikov | 1 | -1/+1 |
2019-11-14 | drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET | Eugene Syromiatnikov | 1 | -2/+2 |
2019-11-13 | bcache: don't export symbols | Christoph Hellwig | 2 | -22/+0 |
2019-11-13 | bcache: remove the extra cflags for request.o | Christoph Hellwig | 1 | -2/+0 |
2019-11-13 | bcache: at least try to shrink 1 node in bch_mca_scan() | Coly Li | 1 | -0/+2 |
2019-11-13 | bcache: add idle_max_writeback_rate sysfs interface | Coly Li | 4 | -0/+13 |
2019-11-13 | bcache: add code comments in bch_btree_leaf_dirty() | Coly Li | 1 | -0/+5 |
2019-11-13 | bcache: fix deadlock in bcache_allocator | Andrea Righi | 3 | -8/+26 |
2019-11-13 | bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front() | Coly Li | 1 | -0/+2 |
2019-11-13 | bcache: deleted code comments for dead code in bch_data_insert_keys() | Coly Li | 1 | -12/+0 |
2019-11-13 | bcache: add more accurate error messages in read_super() | Coly Li | 1 | -1/+2 |
2019-11-13 | bcache: fix static checker warning in bcache_device_free() | Coly Li | 1 | -8/+16 |
2019-11-13 | bcache: fix a lost wake-up problem caused by mca_cannibalize_lock | Guoju Fang | 3 | -4/+10 |
2019-11-13 | bcache: fix fifo index swapping condition in journal_pin_cmp() | Coly Li | 2 | -4/+26 |
2019-11-12 | block: rework zone reporting | Christoph Hellwig | 4 | -175/+115 |
2019-11-12 | block: Remove partition support for zoned block devices | Damien Le Moal | 1 | -3/+0 |
2019-11-12 | block: Simplify report zones execution | Damien Le Moal | 1 | -6/+0 |
2019-11-12 | Merge branch 'for-5.5/drivers' into for-5.5/zoned | Jens Axboe | 12 | -36/+83 |
2019-11-11 | md/raid10: prevent access of uninitialized resync_pages offset | John Pittman | 1 | -1/+1 |
2019-11-11 | md: avoid invalid memory access for array sb->dev_roles | Yufen Yu | 1 | -31/+20 |
2019-11-11 | md/raid1: avoid soft lockup under high load | Hannes Reinecke | 1 | -0/+1 |
2019-11-07 | Merge branch 'for-linus' into for-5.5/block | Jens Axboe | 4 | -46/+82 |
2019-11-07 | dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout | Nathan Chancellor | 1 | -1/+0 |
2019-11-07 | dm zoned: reduce overhead of backing device checks | Dmitry Fomichev | 4 | -32/+61 |
2019-11-07 | dm: add zone open, close and finish support | Ajay Joshi | 3 | -7/+7 |
2019-11-07 | Merge branch 'for-5.5/block' into for-5.5/drivers | Jens Axboe | 1 | -3/+3 |
2019-11-07 | block: add zone open, close and finish operations | Ajay Joshi | 1 | -3/+3 |
2019-11-05 | dm dust: add limited write failure mode | Bryan Gurney | 1 | -7/+46 |
2019-11-05 | dm dust: change ret to r in dust_map_read and dust_map | Bryan Gurney | 1 | -7/+7 |
2019-11-05 | dm dust: change result vars to r | Bryan Gurney | 1 | -16/+16 |
2019-11-05 | dm cache: replace spin_lock_irqsave with spin_lock_irq | Mikulas Patocka | 1 | -49/+28 |
2019-11-05 | dm bio prison: replace spin_lock_irqsave with spin_lock_irq | Mikulas Patocka | 2 | -33/+20 |
2019-11-05 | dm thin: replace spin_lock_irqsave with spin_lock_irq | Mikulas Patocka | 1 | -67/+46 |
2019-11-05 | dm clone: add bucket_lock_irq/bucket_unlock_irq helpers | Nikos Tsironis | 1 | -15/+19 |
2019-11-05 | dm clone: replace spin_lock_irqsave with spin_lock_irq | Mikulas Patocka | 3 | -34/+27 |
2019-11-05 | dm writecache: handle REQ_FUA | Maged Mokhtar | 1 | -1/+2 |
2019-11-05 | dm writecache: fix uninitialized variable warning | Mikulas Patocka | 1 | -1/+1 |
2019-11-05 | dm stripe: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -14/+1 |
2019-11-05 | dm raid: streamline rs_get_progress() and its raid_status() caller side | Heinz Mauelshagen | 1 | -27/+20 |
2019-11-05 | dm raid: simplify rs_setup_recovery call chain | Heinz Mauelshagen | 1 | -21/+6 |