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
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
2015-11-04
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
32
-210
/
+327
2015-11-04
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
13
-309
/
+1917
2015-11-04
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-50
/
+57
2015-10-31
Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-4
/
+5
2015-11-01
MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
Song Liu
1
-2
/
+25
2015-11-01
MD: set journal disk ->raid_disk
Shaohua Li
2
-7
/
+26
2015-11-01
MD: kick out journal disk if it's not fresh
Song Liu
1
-1
/
+2
2015-11-01
raid5-cache: start raid5 readonly if journal is missing
Shaohua Li
2
-1
/
+9
2015-11-01
MD: add new bit to indicate raid array with journal
Song Liu
2
-3
/
+8
2015-11-01
raid5-cache: IO error handling
Shaohua Li
3
-2
/
+19
2015-11-01
raid5: journal disk can't be removed
Shaohua Li
1
-0
/
+11
2015-11-01
raid5-cache: add trim support for log
Shaohua Li
1
-1
/
+62
2015-11-01
MD: fix info output for journal disk
Shaohua Li
1
-5
/
+4
2015-11-01
raid5-cache: use bio chaining
Christoph Hellwig
1
-22
/
+16
2015-11-01
raid5-cache: small log->seq cleanup
Christoph Hellwig
1
-2
/
+1
2015-11-01
raid5-cache: new helper: r5_reserve_log_entry
Christoph Hellwig
1
-11
/
+19
2015-11-01
raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta
Christoph Hellwig
1
-18
/
+8
2015-11-01
raid5-cache: take rdev->data_offset into account early on
Christoph Hellwig
1
-5
/
+2
2015-11-01
raid5-cache: refactor bio allocation
Christoph Hellwig
1
-25
/
+20
2015-11-01
raid5-cache: clean up r5l_get_meta
Christoph Hellwig
1
-8
/
+4
2015-11-01
raid5-cache: simplify state machine when caches flushes are not needed
Christoph Hellwig
1
-4
/
+29
2015-11-01
raid5-cache: factor out a helper to run all stripes for an I/O unit
Christoph Hellwig
1
-10
/
+13
2015-11-01
raid5-cache: rename flushed_ios to finished_ios
Christoph Hellwig
1
-7
/
+7
2015-11-01
raid5-cache: free I/O units earlier
Christoph Hellwig
1
-89
/
+54
2015-11-01
raid5-cache: move reclaim stop to quiesce
Shaohua Li
3
-12
/
+20
2015-11-01
md: show journal for journal disk in disk state sysfs
Shaohua Li
1
-0
/
+4
2015-11-01
skip match_mddev_units check for special roles
Song Liu
1
-2
/
+12
2015-11-01
raid5-cache: don't delay stripe captured in log
Shaohua Li
1
-0
/
+5
2015-11-01
raid5-cache: check stripe finish out of order
Shaohua Li
1
-0
/
+5
2015-11-01
md: skip resync for raid array with journal
Shaohua Li
2
-0
/
+5
2015-11-01
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
3
-2
/
+28
[next]