index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2013-07-12
bcache: Advertise that flushes are supported
Kent Overstreet
2013-07-12
bcache: check for allocation failures
Dan Carpenter
2013-07-12
bcache: Fix a dumb race
Kent Overstreet
2013-07-11
Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-07-10
dm: add switch target
Jim Ramsay
2013-07-10
dm: optimize reorder structure
Mikulas Patocka
2013-07-10
dm: optimize use SRCU and RCU
Mikulas Patocka
2013-07-10
dm bufio: submit writes outside lock
Mikulas Patocka
2013-07-10
dm cache: fix arm link errors with inline
Mikulas Patocka
2013-07-10
dm verity: use __ffs and __fls
Mikulas Patocka
2013-07-10
dm flakey: correct ctr alloc failure mesg
Alasdair G Kergon
2013-07-10
dm verity: remove pointless comparison
Mikulas Patocka
2013-07-10
dm: use __GFP_HIGHMEM in __vmalloc
Mikulas Patocka
2013-07-10
dm verity: fix inability to use a few specific devices sizes
Mikulas Patocka
2013-07-10
dm ioctl: set noio flag to avoid __vmalloc deadlock
Mikulas Patocka
2013-07-10
dm mpath: fix ioctl deadlock when no paths
Hannes Reinecke
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-07-04
md/raid10: fix bug which causes all RAID10 reshapes to move no data.
NeilBrown
2013-07-04
md/raid5: allow 5-device RAID6 to be reshaped to 4-device.
NeilBrown
2013-07-03
md/raid10: fix two bugs affecting RAID10 reshape.
NeilBrown
2013-07-01
bcache: Use standard utility code
Kent Overstreet
2013-07-01
bcache: Delete fuzz tester
Kent Overstreet
2013-07-01
bcache: Document shrinker reserve better
Kent Overstreet
2013-07-01
bcache: FUA fixes
Kent Overstreet
2013-06-26
bcache: Send label uevents
Gabriel de Perthuis
2013-06-26
bcache: Send a uevent with a cached device's UUID
Gabriel de Perthuis
2013-06-26
bcache: Write out full stripes
Kent Overstreet
2013-06-26
bcache: Track dirty data by stripe
Kent Overstreet
2013-06-26
bcache: Initialize sectors_dirty when attaching
Kent Overstreet
2013-06-26
bcache: Improve lazy sorting
Kent Overstreet
2013-06-26
bcache: Rip out pkey()/pbtree()
Kent Overstreet
2013-06-26
bcache: Fix/revamp tracepoints
Kent Overstreet
2013-06-26
bcache: Refactor btree io
Kent Overstreet
2013-06-26
bcache: Convert allocator thread to kthread
Kent Overstreet
2013-06-26
bcache: Warn when a device is already registered.
Gabriel de Perthuis
2013-06-26
bcache: fix a spurious gcc complaint, use scnprintf
Kent Overstreet
2013-06-26
md: bcache: io.c: fix a potential NULL pointer dereference
Kumar Amit Mehta
2013-06-26
MD: Remember the last sync operation that was performed
Jonathan Brassow
2013-06-26
md: fix buglet in RAID5 -> RAID0 conversion.
NeilBrown
2013-06-18
md: bcache: Fixed a typo with the word 'arithmetic'
Phil Viana
2013-06-14
md/raid10: check In_sync flag in 'enough()'.
NeilBrown
2013-06-14
md/raid10: locking changes for 'enough()'.
NeilBrown
2013-06-14
md: replace strict_strto*() with kstrto*()
Jingoo Han
2013-06-14
md: Wait for md_check_recovery before attempting device removal.
Hannes Reinecke
2013-06-14
dm-raid: silence compiler warning on rebuilds_per_group.
NeilBrown
2013-06-14
DM RAID: Fix raid_resume not reviving failed devices in all cases
Jonathan Brassow
2013-06-14
DM RAID: Break-up untidy function
Jonathan Brassow
2013-06-14
DM RAID: Add ability to restore transiently failed devices on resume
Jonathan Brassow
2013-06-13
Merge tag 'md-3.10-fixes' of git://neil.brown.name/md
Linus Torvalds
2013-06-13
md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place
H. Peter Anvin
[prev]
[next]