aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2020-08-26bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-06-30bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li
2020-02-01bcache: check return value of prio_read()Coly Li
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig
2020-01-23bcache: fix use-after-free in register_bcache()Coly Li
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li
2020-01-23bcache: rework error unwinding in register_bcacheChristoph Hellwig
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li
2019-11-13bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-11-13bcache: add more accurate error messages in read_super()Coly Li
2019-11-13bcache: fix static checker warning in bcache_device_free()Coly Li
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2019-07-22bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun
2019-06-28bcache: shrink btree node cache after bch_btree_check()Coly Li
2019-06-28bcache: fix potential deadlock in cached_def_free()Coly Li
2019-06-28bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-06-28bcache: acquire bch_register_lock later in cached_dev_detach_finish()Coly Li
2019-06-28bcache: avoid a deadlock in bcache_reboot()Coly Li
2019-06-28bcache: stop writeback kthread and kworker when bch_cached_dev_run() failedColy Li
2019-06-28bcache: add pendings_cleanup to stop pending bcache deviceColy Li
2019-06-28bcache: remove "XXX:" comment line from run_cache_set()Coly Li
2019-06-28bcache: improve error message in bch_cached_dev_run()Coly Li
2019-06-28bcache: add more error message in bch_cached_dev_attach()Coly Li
2019-06-28bcache: more detailed error message to bcache_device_link()Coly Li
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li
2019-06-28bcache: add io error counting in write_bdev_super_endio()Coly Li
2019-06-28bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li
2019-06-28Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-06-28bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang