summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds2023-03-311-1/+2
|\
| * md: fix regression for null-ptr-deference in __md_stop()Yu Kuai2023-03-291-1/+2
* | dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer2023-03-301-0/+2
* | dm: fix improper splitting for abnormal biosMike Snitzer2023-03-301-3/+4
* | Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-245-9/+22
|\ \ | |/ |/|
| * dm stats: check for and propagate alloc_percpu failureJiasheng Jiang2023-03-163-3/+10
| * dm crypt: avoid accessing uninitialized taskletMike Snitzer2023-03-091-6/+9
| * dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka2023-03-061-0/+1
| * dm thin: fix deadlock when swapping to thin deviceColy Li2023-03-061-0/+2
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2023-03-152-9/+12
|\ \
| * | md: select BLOCK_LEGACY_AUTOLOADNeilBrown2023-03-151-0/+4
| * | md: avoid signed overflow in slot_store()NeilBrown2023-03-131-0/+3
| * | md: Free resources in __md_stopXiao Ni2023-03-131-9/+5
* | | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-3/+3
* | | Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-02-251-4/+4
|\ \ \
| * | | bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-01-051-4/+4
* | | | Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-22107-1794/+2243
|\ \ \ \ | | |_|/ | |/| |
| * | | dm: remove unnecessary (void*) conversion in event_callback()XU pengfei2023-02-201-1/+1
| * | | dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao2023-02-171-3/+3
| * | | dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer2023-02-171-0/+4
| * | | dm cache: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+4
| * | | dm thin: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+2
| * | | dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer2023-02-161-0/+1
| * | | dm: add cond_resched() to dm_wq_work()Pingfan Liu2023-02-161-0/+1
| * | | dm sysfs: make kobj_type structure constantThomas Weißschuh2023-02-141-1/+1
| * | | dm: update targets using system workqueues to use a local workqueueTetsuo Handa2023-02-143-9/+34
| * | | dm: remove flush_scheduled_work() during local_exit()Mike Snitzer2023-02-141-1/+0
| * | | dm clone: prefer kvmalloc_array()Heinz Mauelshagen2023-02-141-1/+1
| * | | dm: declare variables static when sensibleHeinz Mauelshagen2023-02-142-2/+2
| * | | dm: fix suspect indent whitespaceHeinz Mauelshagen2023-02-142-2/+2
| * | | dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen2023-02-141-2/+2
| * | | dm: avoid void function return statementsHeinz Mauelshagen2023-02-143-11/+0
| * | | dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen2023-02-141-5/+5
| * | | dm: fix use of sizeof() macroHeinz Mauelshagen2023-02-144-15/+15
| * | | dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen2023-02-142-5/+3
| * | | dm log: avoid multiple line dereferenceHeinz Mauelshagen2023-02-141-2/+1
| * | | dm log: avoid trailing semicolon in macroHeinz Mauelshagen2023-02-141-1/+1
| * | | dm ioctl: have constant on the right side of the testHeinz Mauelshagen2023-02-141-2/+2
| * | | dm: don't indent labelsHeinz Mauelshagen2023-02-144-4/+4
| * | | dm: avoid inline filenamesHeinz Mauelshagen2023-02-143-5/+2
| * | | dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen2023-02-145-6/+11
| * | | dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen2023-02-146-38/+38
| * | | dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen2023-02-142-6/+6
| * | | dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen2023-02-143-7/+7
| * | | dm: avoid using symbolic permissionsHeinz Mauelshagen2023-02-149-23/+22
| * | | dm: prefer '"%s...", __func__'Heinz Mauelshagen2023-02-1410-39/+39
| * | | dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen2023-02-144-7/+3
| * | | dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-1412-67/+37
| * | | dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen2023-02-147-56/+37
| * | | dm: add missing empty linesHeinz Mauelshagen2023-02-1433-27/+240