Age | Commit message (Expand) | Author | Files | Lines |
2020-02-16 | Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -24/+31 |
2020-02-13 | bcache: remove macro nr_to_fifo_front() | Coly Li | 1 | -5/+2 |
2020-02-13 | bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" | Coly Li | 1 | -17/+0 |
2020-02-13 | bcache: ignore pending signals when creating gc and allocator thread | Coly Li | 2 | -2/+29 |
2020-02-09 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+10 |
2020-02-06 | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -15/+64 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -8/+7 |
2020-02-03 | fs: Enable bmap() function to properly return errors | Carlos Maiolino | 1 | -6/+10 |
2020-02-01 | bcache: check return value of prio_read() | Coly Li | 1 | -5/+16 |
2020-02-01 | bcache: fix incorrect data type usage in btree_flush_write() | Coly Li | 1 | -1/+2 |
2020-02-01 | bcache: add readahead cache policy options via sysfs interface | Coly Li | 3 | -5/+37 |
2020-02-01 | bcache: explicity type cast in bset_bkey_last() | Coly Li | 1 | -1/+2 |
2020-02-01 | bcache: fix memory corruption in bch_cache_accounting_clear() | Coly Li | 1 | -3/+7 |
2020-01-30 | Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -101/+578 |
2020-01-27 | Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 11 | -236/+469 |
2020-01-27 | dm: fix potential for q->make_request_fn NULL pointer | Mike Snitzer | 1 | -2/+7 |
2020-01-23 | bcache: reap from tail of c->btree_cache in bch_mca_scan() | Coly Li | 1 | -5/+5 |
2020-01-23 | bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan() | Coly Li | 1 | -3/+3 |
2020-01-23 | bcache: remove member accessed from struct btree | Coly Li | 2 | -8/+2 |
2020-01-23 | bcache: avoid unnecessary btree nodes flushing in btree_flush_write() | Coly Li | 1 | -5/+75 |
2020-01-23 | bcache: add code comments for state->pool in __btree_sort() | Coly Li | 1 | -0/+5 |
2020-01-23 | bcache: use read_cache_page_gfp to read the superblock | Christoph Hellwig | 1 | -9/+7 |
2020-01-23 | bcache: store a pointer to the on-disk sb in the cache and cached_dev structures | Christoph Hellwig | 2 | -19/+17 |
2020-01-23 | bcache: return a pointer to the on-disk sb from read_super | Christoph Hellwig | 1 | -11/+11 |
2020-01-23 | bcache: transfer the sb_page reference to register_{bdev,cache} | Christoph Hellwig | 1 | -15/+6 |
2020-01-23 | bcache: fix use-after-free in register_bcache() | Coly Li | 1 | -1/+2 |
2020-01-23 | bcache: properly initialize 'path' and 'err' in register_bcache() | Coly Li | 1 | -1/+3 |
2020-01-23 | bcache: rework error unwinding in register_bcache | Christoph Hellwig | 1 | -30/+45 |
2020-01-23 | bcache: use a separate data structure for the on-disk super block | Christoph Hellwig | 1 | -3/+3 |
2020-01-23 | bcache: cached_dev_free needs to put the sb page | Liang Chen | 1 | -0/+3 |
2020-01-16 | dm writecache: improve performance of large linear writes on SSDs | Mikulas Patocka | 1 | -4/+25 |
2020-01-16 | block: fix an integer overflow in logical block size | Mikulas Patocka | 2 | -2/+2 |
2020-01-15 | dm mpath: Add timeout mechanism for queue_if_no_path | Anatol Pomazau | 1 | -0/+66 |
2020-01-15 | dm thin: change data device's flush_bio to be member of struct pool | Mikulas Patocka | 1 | -9/+10 |
2020-01-15 | dm thin: don't allow changing data device during thin-pool reload | Mikulas Patocka | 1 | -5/+13 |
2020-01-15 | dm thin: fix use-after-free in metadata_pre_commit_callback | Mike Snitzer | 1 | -4/+3 |
2020-01-15 | dm thin metadata: use pool locking at end of dm_pool_metadata_close | Mike Snitzer | 1 | -4/+6 |
2020-01-15 | dm writecache: fix incorrect flush sequence when doing SSD mode commit | Mikulas Patocka | 1 | -21/+21 |
2020-01-15 | dm crypt: fix benbi IV constructor crash if used in authenticated mode | Milan Broz | 1 | -2/+8 |
2020-01-15 | dm crypt: Implement Elephant diffuser for Bitlocker compatibility | Milan Broz | 1 | -4/+319 |
2020-01-15 | dm space map common: fix to ensure new block isn't already in use | Joe Thornber | 4 | -3/+37 |
2020-01-13 | md/raid1: introduce wait_for_serialization | Guoqing Jiang | 1 | -19/+22 |
2020-01-13 | md/raid1: use bucket based mechanism for IO serialization | Guoqing Jiang | 2 | -8/+19 |
2020-01-13 | md: introduce a new struct for IO serialization | Guoqing Jiang | 4 | -63/+116 |
2020-01-13 | md: don't destroy serial_info_pool if serialize_policy is true | Guoqing Jiang | 1 | -4/+8 |
2020-01-13 | raid1: serialize the overlap write | Guoqing Jiang | 1 | -14/+13 |
2020-01-13 | md: reorgnize mddev_create/destroy_serial_pool | Guoqing Jiang | 1 | -29/+42 |
2020-01-13 | md: add serialize_policy sysfs node for raid1 | Guoqing Jiang | 2 | -0/+53 |
2020-01-13 | md: prepare for enable raid1 io serialization | Guoqing Jiang | 2 | -21/+46 |
2020-01-13 | md: fix a typo s/creat/create | Guoqing Jiang | 1 | -3/+3 |