index
:
linux-stable.git
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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2014-11-21
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
2014-11-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
2014-11-21
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
2014-11-21
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
2014-11-21
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
2014-11-14
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
2014-11-14
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
2014-11-14
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
2014-10-09
md/raid5: disable 'DISCARD' by default due to safety concerns.
NeilBrown
2014-10-05
md/raid1: intialise start_next_window for READ case to avoid hang
NeilBrown
2014-10-05
md/raid1: fix_read_error should act on all non-faulty devices.
NeilBrown
2014-10-05
md/raid1: count resync requests in nr_pending.
NeilBrown
2014-10-05
md/raid1: update next_resync under resync_lock.
NeilBrown
2014-10-05
md/raid1: Don't use next_resync to determine how far resync has progressed
NeilBrown
2014-10-05
md/raid1: make sure resync waits for conflicting writes to complete.
NeilBrown
2014-10-05
md/raid1: be more cautious where we read-balance during resync.
NeilBrown
2014-10-05
md/raid1: clean up request counts properly in close_sync()
NeilBrown
2014-10-05
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
2014-10-05
dm cache: fix race causing dirty blocks to be marked as clean
Anssi Hannula
2014-09-17
md/raid10: Fix memory leak when raid10 reshape completes.
NeilBrown
2014-09-17
md/raid10: fix memory leak when reshaping a RAID10.
NeilBrown
2014-09-17
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
2014-09-17
md/raid1,raid10: always abort recover on write error.
NeilBrown
2014-08-07
dm cache: fix race affecting dirty block count
Anssi Hannula
2014-08-07
dm bufio: fully initialize shrinker
Greg Thelen
2014-07-28
dm cache metadata: do not allow the data block size to change
Mike Snitzer
2014-07-28
dm thin metadata: do not allow the data block size to change
Mike Snitzer
2014-07-17
dm: allocate a special workqueue for deferred device removal
Mikulas Patocka
2014-07-17
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
2014-07-09
md: flush writes before starting a recovery.
NeilBrown
2014-07-09
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
2014-06-11
md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
NeilBrown
2014-06-11
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
NeilBrown
2014-06-11
dm cache: always split discards on cache block boundaries
Heinz Mauelshagen
2014-06-11
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
2014-06-07
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
2014-06-07
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
2014-06-07
dm crypt: fix cpu hotplug crash by removing per-cpu structure
Mikulas Patocka
2014-06-07
md: avoid possible spinning md thread at shutdown.
NeilBrown
2014-06-07
md/raid10: call wait_barrier() for each request submitted.
NeilBrown
2014-06-07
dm cache: fix writethrough mode quiescing in cache_map
Mike Snitzer
2014-06-07
dm verity: fix biovecs hash calculation regression
Milan Broz
2014-05-31
md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...
NeilBrown
2014-05-13
dm cache: fix a lock-inversion
Joe Thornber
2014-05-13
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
2014-05-13
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
2014-05-13
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
2014-05-13
dm cache: prevent corruption caused by discard_block_size > cache_block_size
Mike Snitzer
2014-03-12
dm cache: fix access beyond end of origin device
Heinz Mauelshagen
2014-03-12
dm cache: fix truncation bug when copying a block to/from >2TB fast device
Heinz Mauelshagen
[next]