summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-112-2/+4
* bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
* bcache: add missing SPDX headerColy Li2018-08-113-0/+3
* bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
* bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
* bcache: fix code comments styleColy Li2018-08-113-13/+21
* bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1
* bcache: prefer 'help' in KconfigColy Li2018-08-111-3/+3
* bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-112-2/+2
* bcache: replace '%pF' by '%pS' in seq_printf()Coly Li2018-08-111-2/+2
* bcache: fix indent by replacing blank by tabsColy Li2018-08-111-2/+2
* bcache: replace printk() by pr_*() routinesColy Li2018-08-114-15/+15
* bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-112-5/+5
* bcache: style fixes for lines over 80 charactersColy Li2018-08-1113-28/+59
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-1114-185/+215
* bcache: style fix to add a blank line after declarationsColy Li2018-08-1116-7/+55
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-1122-293/+306
* bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang2018-08-091-1/+1
* bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-097-45/+138
* bcache: add code comments for bset.cColy Li2018-08-091-0/+63
* bcache: fix mistaken comments in request.cColy Li2018-08-091-1/+1
* bcache: fix mistaken code comments in bcache.hColy Li2018-08-091-3/+3
* bcache: add a comment in super.cColy Li2018-08-091-0/+1
* bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li2018-08-091-7/+7
* bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-095-13/+21
* Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-14/+29
|\
| * Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-07-201-14/+29
| |\
| | * dm writecache: support optional offset for start of deviceMikulas Patocka2018-07-021-14/+29
* | | bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-6/+6
* | | bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* | | bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* | | bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* | | bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* | | bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* | | bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui2018-07-271-2/+35
* | | bcache: finish incremental GCTang Junhui2018-07-273-1/+21
* | | bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-274-20/+7
* | | md: remove a bogus commentChristoph Hellwig2018-07-241-4/+0
* | | bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* | | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-183-12/+12
* | | block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-181-2/+1
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-07-022-3/+12
|\ \ | |/ |/|
| * md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
| * MD: cleanup resources in failureShaohua Li2018-06-181-3/+5
* | dm: prevent DAX mounts if not supportedRoss Zwisler2018-06-282-5/+5
* | dm thin: handle running out of data space vs concurrent discardMike Snitzer2018-06-271-2/+9
* | dm raid: don't use 'const' in function returnArnd Bergmann2018-06-221-1/+1