summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li1-4/+6
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li1-0/+3
2020-07-25bcache: move bucket related code into read_super_common()Coly Li1-5/+5
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li1-3/+29
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li1-15/+37
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li1-5/+14
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li1-48/+63
2020-07-25bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li1-6/+6
2020-07-25bcache: allocate meta data pages as compound pagesColy Li1-1/+1
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare1-1/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-1/+0
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-7/+16
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig1-1/+0
2020-06-14bcache: pr_info() format clean up in bcache_device_init()Coly Li1-2/+1
2020-06-14bcache: use delayed kworker fo asynchronous devices registrationColy Li1-6/+8
2020-06-14bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira1-3/+19
2020-05-27bcache: configure the asynchronous registertion to be experimentalColy Li1-0/+2
2020-05-27bcache: asynchronous devices registrationColy Li1-0/+100
2020-05-27bcache: fix refcount underflow in bcache_device_free()Coly Li1-2/+5
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-61/+62
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig1-4/+6
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li1-17/+0
2020-02-01bcache: check return value of prio_read()Coly Li1-5/+16
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig1-19/+15
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig1-15/+6
2020-01-23bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-01-23bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-3/+3
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li1-0/+1
2019-11-13bcache: fix deadlock in bcache_allocatorAndrea Righi1-6/+21
2019-11-13bcache: add more accurate error messages in read_super()Coly Li1-1/+2
2019-11-13bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang1-0/+1
2019-07-22bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun1-0/+3
2019-06-28bcache: shrink btree node cache after bch_btree_check()Coly Li1-0/+17
2019-06-28bcache: fix potential deadlock in cached_def_free()Coly Li1-2/+0
2019-06-28bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-06-28bcache: acquire bch_register_lock later in cached_dev_detach_finish()Coly Li1-1/+2
2019-06-28bcache: avoid a deadlock in bcache_reboot()Coly Li1-1/+39
2019-06-28bcache: stop writeback kthread and kworker when bch_cached_dev_run() failedColy Li1-0/+8
2019-06-28bcache: add pendings_cleanup to stop pending bcache deviceColy Li1-0/+55
2019-06-28bcache: remove "XXX:" comment line from run_cache_set()Coly Li1-1/+1
2019-06-28bcache: improve error message in bch_cached_dev_run()Coly Li1-2/+7
2019-06-28bcache: add more error message in bch_cached_dev_attach()Coly Li1-0/+4