Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7569055b81fc9e75b96d1a259163fc5325aac799
/
drivers
/
md
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8e0e99b
md/raid5: disable 'DISCARD' by default due to safety concerns.
by NeilBrown
· 10 years ago
a90e41e
Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/md
by Linus Torvalds
· 10 years ago
b8cb6b4
md/raid1: fix_read_error should act on all non-faulty devices.
by NeilBrown
· 10 years ago
34e97f1
md/raid1: count resync requests in nr_pending.
by NeilBrown
· 10 years ago
c2fd4c9
md/raid1: update next_resync under resync_lock.
by NeilBrown
· 10 years ago
2355496
md/raid1: Don't use next_resync to determine how far resync has progressed
by NeilBrown
· 10 years ago
2f73d3c
md/raid1: make sure resync waits for conflicting writes to complete.
by NeilBrown
· 10 years ago
669cc7b
md/raid1: clean up request counts properly in close_sync()
by NeilBrown
· 10 years ago
c6d119c
md/raid1: be more cautious where we read-balance during resync.
by NeilBrown
· 10 years ago
f0cc9a0
md/raid1: intialise start_next_window for READ case to avoid hang
by NeilBrown
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 10 years ago
40aa978
dm cache: fix race causing dirty blocks to be marked as clean
by Anssi Hannula
· 10 years ago
d49ec52
dm crypt: fix access beyond the end of allocated space
by Mikulas Patocka
· 10 years ago
cb8b12b
md/raid10: always initialise ->state on newly allocated r10_bio
by NeilBrown
· 10 years ago
e337aea
md/raid10: avoid memory leak on error path during reshape.
by NeilBrown
· 10 years ago
b396855
md/raid10: Fix memory leak when raid10 reshape completes.
by NeilBrown
· 10 years ago
ce0b0a4
md/raid10: fix memory leak when reshaping a RAID10.
by NeilBrown
· 10 years ago
9c4bdf6
md/raid6: avoid data corruption during recovery of double-degraded RAID6
by NeilBrown
· 10 years ago
a40687f
md/raid5: avoid livelock caused by non-aligned writes.
by NeilBrown
· 10 years ago
ba36899
Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
d429a36
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
2213d7c
Merge tag 'md/3.17' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
200612e
dm table: propagate QUEUE_FLAG_NO_SG_MERGE
by Jeff Moyer
· 10 years ago
d66b1b3
md: don't allow bitmap file to be added to raid0/linear.
by NeilBrown
· 10 years ago
a8461a6
md/raid0: check for bitmap compatability when changing raid levels.
by NeilBrown
· 10 years ago
ac7e50a
md: Recovery speed is wrong
by Xiao Ni
· 10 years ago
9895994
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
0781c87
bcache: Drop unneeded blk_sync_queue() calls
by Kent Overstreet
· 10 years ago
789d21d
bcache: add mutex lock for bch_is_open
by Jianjian Huo
· 10 years ago
5b25aba
bcache: Correct printing of btree_gc_max_duration_ms
by Surbhi Palande
· 11 years ago
2452cc8
bcache: try to set b->parent properly
by Slava Pestov
· 10 years ago
c9a7833
bcache: fix memory corruption in init error path
by Slava Pestov
· 10 years ago
bf0c55c
bcache: fix crash with incomplete cache set
by Slava Pestov
· 10 years ago
d83353b
bcache: Fix more early shutdown bugs
by Kent Overstreet
· 10 years ago
400ffaa
bcache: fix use-after-free in btree_gc_coalesce()
by Slava Pestov
· 10 years ago
6b708de
bcache: Fix an infinite loop in journal replay
by Kent Overstreet
· 10 years ago
913dc33
bcache: fix crash in bcache_btree_node_alloc_fail tracepoint
by Slava Pestov
· 10 years ago
60ae81e
bcache: bcache_write tracepoint was crashing
by Slava Pestov
· 10 years ago
8e09480
bcache: fix typo in bch_bkey_equal_header
by Slava Pestov
· 10 years ago
501d52a
bcache: Allocate bounce buffers with GFP_NOWAIT
by Kent Overstreet
· 10 years ago
bcf090e
bcache: Make sure to pass GFP_WAIT to mempool_alloc()
by Kent Overstreet
· 10 years ago
9e5c353
bcache: fix uninterruptible sleep in writeback thread
by Slava Pestov
· 11 years ago
c5aa4a3
bcache: wait for buckets when allocating new btree root
by Slava Pestov
· 11 years ago
a664d0f
bcache: fix crash on shutdown in passthrough mode
by Slava Pestov
· 10 years ago
e511220
bcache: fix lockdep warnings on shutdown
by Slava Pestov
· 11 years ago
8b326d3
bcache allocator: send discards with correct size
by Slava Pestov
· 11 years ago
dbd810a
bcache: Fix to remove the rcu_sched stalls.
by Surbhi Palande
· 11 years ago
9aa61a9
bcache: Fix a journal replay bug
by Kent Overstreet
· 11 years ago
5b1016e
bcache: Fix a bug when detaching
by Kent Overstreet
· 11 years ago
56b1ebf
dm switch: efficiently support repetitive patterns
by Mikulas Patocka
· 10 years ago
99eb190
dm switch: factor out switch_region_table_read
by Mikulas Patocka
· 10 years ago
b024653
dm cache: set minimum_io_size to cache's data block size
by Mike Snitzer
· 10 years ago
fdfb4c8
dm thin: set minimum_io_size to pool's data block size
by Mike Snitzer
· 10 years ago
298a9fa
dm crypt: use per-bio data
by Mikulas Patocka
· 11 years ago
a7ffb6a
dm table: make dm_table_supports_discards static
by Mikulas Patocka
· 10 years ago
895b47d
dm cache metadata: use dm-space-map-metadata.h defined size limits
by Mike Snitzer
· 10 years ago
304affa
dm cache: fail migrations in the do_worker error path
by Joe Thornber
· 10 years ago
8c081b5
dm cache: simplify deferred set reference count increments
by Joe Thornber
· 10 years ago
e5aea7b
dm thin: relax external origin size constraints
by Joe Thornber
· 10 years ago
50f3c3e
dm thin: switch to an atomic_t for tracking pending new block preparations
by Joe Thornber
· 10 years ago
6afbc01
dm mpath: eliminate pg_ready() wrapper
by Mike Snitzer
· 10 years ago
97e7cdf
dm io: simplify dec_count and sync_io
by Joe Thornber
· 10 years ago
44fa816
dm cache: fix race affecting dirty block count
by Anssi Hannula
· 10 years ago
d8c712e
dm bufio: fully initialize shrinker
by Greg Thelen
· 10 years ago
af5628f
md: disable probing for md devices 512 and over.
by NeilBrown
· 10 years ago
2446dba
md/raid1,raid10: always abort recover on write error.
by NeilBrown
· 10 years ago
ca5bc6c
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes
by Ingo Molnar
· 10 years ago
55ae1bd
Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
048e5a0
dm cache metadata: do not allow the data block size to change
by Mike Snitzer
· 10 years ago
9aec862
dm thin metadata: do not allow the data block size to change
by Mike Snitzer
· 10 years ago
67b9d76
Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
7a7a3b4
dm mpath: fix IO hang due to logic bug in multipath_busy
by Jun'ichi Nomura
· 10 years ago
10f1d5d
dm io: fix a race condition in the wake up code for sync_io
by Joe Thornber
· 10 years ago
bf14299
dm crypt, dm zero: update author name following legal name change
by Jana Saout
· 10 years ago
acfe0ad
dm: allocate a special workqueue for deferred device removal
by Mikulas Patocka
· 10 years ago
133d452
md: flush writes before starting a recovery.
by NeilBrown
· 10 years ago
9bd3592
md: make sure GET_ARRAY_INFO ioctl reports correct "clean" status
by NeilBrown
· 10 years ago
0e04c64
Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
09869de
dm thin: update discard_granularity to reflect the thin-pool blocksize
by Lukas Czerner
· 10 years ago
adcc444
dm bio prison: implement per bucket locking in the dm_bio_prison hash table
by Heinz Mauelshagen
· 10 years ago
8d0304e
Merge tag 'md/3.16' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
053f5b6
raid5: speedup sync_request processing
by Eivind Sarto
· 10 years ago
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 10 years ago
2844dc3
md/raid5: deadlock between retry_aligned_read with barrier io
by hui jiao
· 10 years ago
11f0431
dm: remove symbol export for dm_set_device_limits
by Mike Snitzer
· 10 years ago
7eee4ae
dm: disable WRITE SAME if it fails
by Mike Snitzer
· 10 years ago
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
989f26f
dm era: check for a non-NULL metadata object before closing it
by Joe Thornber
· 11 years ago
af91805
dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
by Mike Snitzer
· 10 years ago
e7a3e87
dm thin: cleanup noflush_work to use a proper completion
by Joe Thornber
· 10 years ago
298eaa8
dm snapshot: do not split read bios sent to snapshot-origin target
by Mikulas Patocka
· 11 years ago
599cdf3
dm snapshot: allocate a per-target structure for snapshot-origin target
by Mikulas Patocka
· 11 years ago
1dd40c3
dm: introduce dm_accept_partial_bio
by Mikulas Patocka
· 11 years ago
e0d6609
dm: change sector_count member in clone_info from sector_t to unsigned
by Mikulas Patocka
· 11 years ago
ca75517
Merge tag 'md/3.15-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
681a289
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 10 years ago
24e19d2
Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
d592a99
raid5: add an option to avoid copy data from bio to stripe cache
by Shaohua Li
· 10 years ago
Next »