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
2016-01-13
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-528
/
+28
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+4
2016-01-11
Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
18
-354
/
+1619
2016-01-09
badblocks: rename badblocks_free to badblocks_exit
Dan Williams
1
-1
/
+1
2016-01-09
md: convert to use the generic badblocks code
Vishal Verma
2
-528
/
+28
2016-01-08
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
4
-19
/
+12
2016-01-06
dm thin: bump thin and thin-pool target versions
Mike Snitzer
1
-2
/
+2
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2
-3
/
+3
2016-01-04
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
Al Viro
1
-1
/
+1
2015-12-21
md: remove check for MD_RECOVERY_NEEDED in action_store.
NeilBrown
1
-4
/
+7
2015-12-18
Fix remove_and_add_spares removes drive added as spare in slot_store
Goldwyn Rodrigues
1
-3
/
+10
2015-12-18
md: fix bug due to nested suspend
Mikulas Patocka
1
-3
/
+4
2015-12-18
MD: change journal disk role to disk 0
Shaohua Li
2
-3
/
+7
2015-12-18
md/raid10: fix data corruption and crash during resync
Artur Paszkiewicz
1
-1
/
+3
2015-12-17
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
1
-2
/
+2
2015-12-14
dm space map metadata: remove unused variable in brb_pop()
Mike Snitzer
1
-3
/
+0
2015-12-10
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
3
-10
/
+88
2015-12-10
dm verity: add support for forward error correction
Sami Tolvanen
6
-7
/
+1038
2015-12-10
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
2
-23
/
+55
2015-12-10
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
2
-100
/
+128
2015-12-10
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen
2
-0
/
+1
2015-12-10
dm verity: separate function for parsing opt args
Sami Tolvanen
1
-28
/
+43
2015-12-10
dm verity: clean up duplicate hashing code
Sami Tolvanen
1
-115
/
+147
2015-12-10
dm btree: factor out need_insert() helper
Mike Snitzer
1
-7
/
+10
2015-12-10
dm bufio: use BUG_ON instead of conditional call to BUG
Anup Limbu
1
-2
/
+1
2015-12-10
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
3
-10
/
+47
2015-12-10
dm bufio: return NULL to improve code clarity
Mikulas Patocka
1
-1
/
+1
2015-12-10
dm block manager: cleanup code that prints stacktrace
Mikulas Patocka
1
-10
/
+1
2015-12-10
dm: don't save and restore bi_private
Mikulas Patocka
3
-12
/
+2
2015-12-10
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
1
-21
/
+43
2015-12-10
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
1
-25
/
+41
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-09
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
1
-10
/
+22
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
1
-0
/
+6
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
3
-8
/
+115
2015-12-02
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-19
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
1
-9
/
+13
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
1
-13
/
+15
2015-11-17
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
1
-2
/
+3
2015-11-17
dm: fix ioctl retry termination with signal
Junichi Nomura
2
-2
/
+2
2015-11-16
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
1
-0
/
+1
2015-11-10
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-9
/
+16
2015-11-10
Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2015-11-09
raid5-cache: add crc32c Kconfig dependency
Arnd Bergmann
1
-0
/
+1
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+4
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+1
2015-11-07
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
3
-9
/
+16
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2
-4
/
+4
2015-11-06
bcache: Really show state of work pending bit
Petr Mladek
1
-3
/
+1
[next]