index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
bcache: remove the backing_dev_name field from struct cached_dev
Christoph Hellwig
6
-39
/
+29
2021-10-20
bcache: remove the cache_dev_name field from struct cache
Christoph Hellwig
3
-10
/
+7
2021-10-20
bcache: move calc_cached_dev_sectors to proper place on backing device detach
Lin Feng
1
-1
/
+1
2021-10-20
bcache: fix error info in register_bcache()
Chao Yu
1
-3
/
+10
2021-10-20
md: bcache: Fix spelling of 'acquire'
Ding Senjie
1
-1
/
+1
2021-10-18
md: update superblock after changing rdev flags in state_store
Xiao Ni
1
-1
/
+10
2021-10-18
md: remove unused argument from md_new_event
Guoqing Jiang
4
-18
/
+18
2021-10-18
md/raid5: call roundup_pow_of_two in raid5_run
Guoqing Jiang
1
-4
/
+1
2021-10-18
md/raid1: use rdev in raid1_write_request directly
Guoqing Jiang
1
-6
/
+5
2021-10-18
md/raid1: only allocate write behind bio for WriteMostly device
Guoqing Jiang
1
-1
/
+1
2021-10-18
md: properly unwind when failing to add the kobject in md_alloc
Christoph Hellwig
1
-20
/
+17
2021-10-18
md: extend disks_mutex coverage
Christoph Hellwig
1
-1
/
+1
2021-10-18
md: add the bitmap group to the default groups for the md kobject
Christoph Hellwig
1
-5
/
+11
2021-10-18
md: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
4
-34
/
+21
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
4
-0
/
+4
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: drop unused includes in <linux/blkdev.h>
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: remove the unused rq_end_sector macro
Christoph Hellwig
1
-1
/
+0
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-0
/
+1
2021-10-12
dm: fix mempool NULL pointer race when completing IO
Jiazi Li
1
-7
/
+10
2021-10-12
dm rq: don't queue request to blk-mq during DM suspend
Ming Lei
1
-0
/
+8
2021-10-12
dm clone: make array 'descs' static
Colin Ian King
1
-1
/
+1
2021-10-12
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
1
-3
/
+12
2021-09-22
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+3
2021-09-02
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2021-08-31
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
37
-194
/
+1493
2021-08-30
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+29
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-48
/
+41
2021-08-28
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-27
raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
Guoqing Jiang
1
-0
/
+19
2021-08-26
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
1
-7
/
+2
2021-08-26
dm: use fs_dax_get_by_bdev instead of dax_get_by_host
Christoph Hellwig
1
-1
/
+1
2021-08-26
md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard
Xiao Ni
1
-4
/
+10
2021-08-20
dm crypt: use in_hardirq() instead of deprecated in_irq()
Changbin Du
1
-2
/
+2
2021-08-20
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
3
-9
/
+20
2021-08-20
dm ima: add a warning in dm_init if duplicate ima events are not measured
Tushar Sugandhi
1
-3
/
+6
2021-08-20
dm ima: prefix ima event name related to device mapper with dm_
Tushar Sugandhi
1
-9
/
+10
2021-08-20
dm ima: add version info to dm related events in ima log
Tushar Sugandhi
2
-12
/
+57
2021-08-20
dm ima: prefix dm table hashes in ima log with hash algorithm
Tushar Sugandhi
2
-3
/
+12
2021-08-18
dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()
Arne Welzel
1
-1
/
+6
2021-08-16
bcache: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-16
dm-integrity: use bvec_virt
Christoph Hellwig
1
-2
/
+2
2021-08-16
dm-ebs: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-16
dm: make EBS depend on !HIGHMEM
Christoph Hellwig
1
-1
/
+1
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-3
/
+1
2021-08-12
bcache: move the del_gendisk call out of bcache_device_free
Christoph Hellwig
1
-6
/
+4
2021-08-12
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
1
-5
/
+11
[next]