Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6b7839007098a6b5612d31690e11277d4242e6ae
/
drivers
/
md
3676347
[PATCH] kill bio->bi_set
by Peter Osterlund
· 19 years ago
eb6f116
[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate
by Herbert Xu
· 19 years ago
657390d
[PATCH] md: clear the 'recovery' flags when starting an md array.
by NeilBrown
· 19 years ago
7200865
[PATCH] md: create a MODULE_ALIAS for md corresponding to its block major number.
by NeilBrown
· 19 years ago
005eca5
[PATCH] md: make sure resync gets started when array starts.
by NeilBrown
· 19 years ago
9223214
[PATCH] md: make sure mddev->bitmap_offset gets cleared between array instantiations.
by NeilBrown
· 19 years ago
48f1f53
[PATCH] dm-raid locking fix
by Alasdair G Kergon
· 19 years ago
6b8b3e8
[PATCH] md: make sure md bitmap updates are flushed when array is stopped.
by NeilBrown
· 19 years ago
e3b9703
[PATCH] md: yet another attempt to get bitmap-based resync to do the right thing in all cases...
by NeilBrown
· 19 years ago
193f1c9
[PATCH] md: always honour md bitmap being read from disk
by NeilBrown
· 19 years ago
aa1595e
[PATCH] md: make 'md' and alias for 'md-mod'
by NeilBrown
· 19 years ago
efd8be2
[PATCH] md: remove a stray debugging printk.
by NeilBrown
· 19 years ago
b158156
[PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'
by NeilBrown
· 19 years ago
2ca3310
[PATCH] device-mapper: fix md->lock deadlocks in core
by Alasdair G Kergon
· 19 years ago
4e90188be
[PATCH] device-mapper: fix deadlocks in core
by Alasdair G Kergon
· 19 years ago
cf222b3
[PATCH] device-mapper: fix deadlocks in core (prep)
by Alasdair G Kergon
· 19 years ago
77933d7
[PATCH] clean up inline static vs static inline
by Jesper Juhl
· 19 years ago
44456d3
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
by Olaf Hering
· 19 years ago
4b5c7ae
[PATCH] md: when resizing an array, we need to update resync_max_sectors as well as size
by NeilBrown
· 19 years ago
6a806c5
[PATCH] md/raid1: clear bitmap when fullsync completes
by NeilBrown
· 19 years ago
1eb2912
[PATCH] Fix raid0's attempt to divide by 64bit numbers
by Neil Brown
· 19 years ago
d5e404c
[PATCH] device-mapper snapshots: Handle origin extension
by Alasdair G Kergon
· 19 years ago
93c534a
[PATCH] device-mapper: Fix dm_swap_table error cases
by Alasdair G Kergon
· 19 years ago
c3cd4f6
[PATCH] device-mapper multipath: Fix pg initialisation races
by Alasdair G Kergon
· 19 years ago
436d410
[PATCH] device-mapper multipath: Avoid possible suspension deadlock
by Alasdair G Kergon
· 19 years ago
a044d01
[PATCH] device-mapper multipath: Flush workqueue when destroying
by Alasdair G Kergon
· 19 years ago
f6a80ea
[PATCH] device-mapper multipath: Barriers not supported
by Alasdair G Kergon
· 19 years ago
d88854f
[PATCH] device-mapper: dm-raid1: Limit bios to size of mirror region
by Alasdair G Kergon
· 19 years ago
f8b58ed
[PATCH] md: bio leak fix
by Neil Brown
· 19 years ago
3e1d1d2
[PATCH] Cleanup patch for process freezing
by Christoph Lameter
· 19 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 20 years ago
990a8ba
[PATCH] md: remove unneeded NULL checks before kfree
by Jesper Juhl
· 20 years ago
8a5e9cf
[PATCH] md: make sure md/bitmap doesn't try to write a page with active writeback
by NeilBrown
· 20 years ago
3973096
[PATCH] Two small fixes for md verion-1 superblocks.
by NeilBrown
· 20 years ago
7bfa19f
[PATCH] md: allow md to update multiple superblocks in parallel.
by NeilBrown
· 20 years ago
a654b9d8
[PATCH] md: allow md intent bitmap to be stored near the superblock.
by NeilBrown
· 20 years ago
3d310eb
[PATCH] md: fix deadlock due to md thread processing delayed requests.
by NeilBrown
· 20 years ago
41158c7
[PATCH] md: optimise reconstruction when re-adding a recently failed drive.
by NeilBrown
· 20 years ago
289e99e
[PATCH] md: initialise sync_blocks in raid1 resync
by NeilBrown
· 20 years ago
ab7a30c
[PATCH] md: fix bug when raid1 attempts a partial reconstruct.
by NeilBrown
· 20 years ago
191ea9b
[PATCH] md: raid1 support for bitmap intent logging
by NeilBrown
· 20 years ago
aa3163f
[PATCH] md: don't skip bitmap pages due to lack of bit that we just cleared.
by NeilBrown
· 20 years ago
77ad4bc
[PATCH] md: enable the bitmap write-back daemon and wait for it.
by NeilBrown
· 20 years ago
bfb39fb
[PATCH] md: check return value of write_page, rather than ignore it
by NeilBrown
· 20 years ago
a2cff26
[PATCH] md: improve debug-printing of bitmap superblock.
by NeilBrown
· 20 years ago
fc7ca16
[PATCH] md printk fix
by akpm@osdl.org
· 20 years ago
cdbb4cc
[PATCH] md: make sure md bitmap is cleared on a clean start.
by NeilBrown
· 20 years ago
bc7f77d
[PATCH] md: minor code rearrangement in bitmap_init_from_disk
by NeilBrown
· 20 years ago
d80a138
[PATCH] md: print correct pid for newly created bitmap-writeback-daemon.
by NeilBrown
· 20 years ago
5f40402
[PATCH] md: call bitmap_daemon_work regularly
by NeilBrown
· 20 years ago
78d742d
[PATCH] md: a couple of tidyups relating to the bitmap file.
by NeilBrown
· 20 years ago
32a7627
[PATCH] md: optimised resync using Bitmap based intent logging
by NeilBrown
· 20 years ago
57afd89
[PATCH] md: improve the interface to sync_request
by NeilBrown
· 20 years ago
06d91a5
[PATCH] md: improve locking on 'safemode' and move superblock writes
by NeilBrown
· 20 years ago
fca4d84
[PATCH] md: merge md_enter_safemode into md_check_recovery
by NeilBrown
· 20 years ago
c361777
[PATCH] md: make sure recovery happens when add_new_disk is used for hot_add
by NeilBrown
· 20 years ago
6ea9c07
[PATCH] md: cause md/raid1 to "repack" working devices when number of drives is changed
by NeilBrown
· 20 years ago
4f58802
[PATCH] dm: Handle READA requests in dm-mpath.c
by Lars Marowsky-Bree
· 20 years ago
7a5febe
[PATCH] md: set the unplug_fn and issue_flush_fn for md devices *after* committed to creation
by NeilBrown
· 20 years ago
29ac8e0
[PATCH] md: fix splitting of md/linear request that cross a device boundary
by NeilBrown
· 20 years ago
75c96f8
[PATCH] make some things static
by Adrian Bunk
· 20 years ago
5e198d9
[PATCH] device-mapper: Some missing statics
by Alasdair G Kergon
· 20 years ago
f1daa40
[PATCH] device-mapper dm-emc: Fix a memset
by Alasdair G Kergon
· 20 years ago
c557308
[PATCH] device-mapper multipath: Use private workqueue
by Alasdair G Kergon
· 20 years ago
b84b028
[PATCH] device-mapper: tidy dm_suspend
by Alasdair G Kergon
· 20 years ago
354e007
[PATCH] device-mapper: handle __lock_fs error
by Alasdair G Kergon
· 20 years ago
dfbe03f
[PATCH] device-mapper: let freeze_bdev return error
by Alasdair G Kergon
· 20 years ago
3dcee80
[PATCH] device-mapper: __unlock_fs void
by Alasdair G Kergon
· 20 years ago
d1782a3
[PATCH] device-mapper: store bdev while frozen
by Alasdair G Kergon
· 20 years ago
fbd568a3e
[PATCH] Change synchronize_kernel to _rcu and _sched
by Paul E. McKenney
· 20 years ago
bd53b71
[PATCH] mm: use __GFP_NOMEMALLOC
by Nick Piggin
· 20 years ago
a757e64
[PATCH] md: remove a number of misleading calls to MD_BUG
by NeilBrown
· 20 years ago
d28446f
[PATCH] md: close a small race in md thread deregistration
by NeilBrown
· 20 years ago
baaa2c5
[PATCH] Avoid deadlock in sync_page_io by using GFP_NOIO
by Neil Brown
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago