Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
772f54720ab82a6e88f0a8a84d76e7af15ca1f0c
/
drivers
/
md
31583d6
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 16 years ago
9729a6e
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
48606a9
md/raid5: correctly update sync_completed when we reach max_resync
by NeilBrown
· 16 years ago
7a3ab90
md/raid5: add missing call to schedule() after prepare_to_wait()
by Dan Williams
· 16 years ago
495d357
md/linear: use call_rcu to free obsolete 'conf' structures.
by NeilBrown
· 16 years ago
af11c39
md linear: Protecting mddev with rcu locks to avoid races
by SandeepKsinha
· 16 years ago
0894cc3
md: Move check for bitmap presence to personality code.
by Andre Noll
· 16 years ago
8190e75
md: remove chunksize rounding from common code.
by NeilBrown
· 16 years ago
13f2682
md: raid0/linear: ensure device sizes are rounded to chunk size.
by NeilBrown
· 16 years ago
1b57f13
md: move assignment of ->utime so that it never gets skipped.
by NeilBrown
· 16 years ago
8c6ac86
md: Push down reconstruction log message to personality code.
by Andre Noll
· 16 years ago
50ac168
md: merge reconfig and check_reshape methods.
by NeilBrown
· 16 years ago
597a711
md: remove unnecessary arguments from ->reconfig method.
by NeilBrown
· 16 years ago
01ee22b
md: raid5: check stripe cache is large enough in start_reshape
by NeilBrown
· 16 years ago
d6e412e
md: raid0: chunk_sectors cleanups.
by NeilBrown
· 16 years ago
cdc2ae6
md: fix some comments.
by Andre Noll
· 16 years ago
0ba459d
md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().
by Andre Noll
· 16 years ago
09c9e5f
md: convert conf->chunk_size and conf->prev_chunk to sectors.
by Andre Noll
· 16 years ago
664e7c4
md: Convert mddev->new_chunk to sectors.
by Andre Noll
· 16 years ago
9d8f036
md: Make mddev->chunk_size sector-based.
by Andre Noll
· 16 years ago
6fd0330
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
e212d6f
block: remove some includings of blktrace_api.h
by Li Zefan
· 16 years ago
fbb704e
md: raid0 :Enables chunk size other than powers of 2.
by raz ben yehuda
· 16 years ago
2ac06c3
md: prepare for non-power-of-two chunk sizes
by raz ben yehuda
· 16 years ago
740da449
md: raid5: chunk size check in setup_conf
by raz ben yehuda
· 16 years ago
964e791
md: raid10: chunk size check in run
by raz ben yehuda
· 16 years ago
92e59b6
md: raid0: chunk size check in raid0_run
by raz ben yehuda
· 16 years ago
4699419
md: have raid0 report its formation
by raz ben yehuda
· 16 years ago
1b96142
md: have raid0 compile with MD_DEBUG on
by raz ben yehuda
· 16 years ago
aece3d1
md: Binary search in linear raid
by Sandeep K Sinha
· 16 years ago
4db7cdc
md: Removing num_sector and replacing start_sector with end_sector
by Sandeep K Sinha
· 16 years ago
45d4582
md: Removal of hash table in linear raid
by Sandeep K Sinha
· 16 years ago
070ec55
md: remove mddev_to_conf "helper" macro
by NeilBrown
· 16 years ago
a6b3dea
md: raid0: remove setting of segment boundary.
by NeilBrown
· 16 years ago
b414579
md: raid0: remove ->dev pointer from strip_zone structure
by NeilBrown
· 16 years ago
49f357a2
md: raid0: remove ->sectors from the strip_zone structure.
by NeilBrown
· 16 years ago
fb5ab4b
md: raid0: Fix a memory leak when stopping a raid0 array.
by Andre Noll
· 16 years ago
ed7b003
md: raid0: Allocate all buffers for the raid0 configuration in one function.
by Andre Noll
· 16 years ago
5568a60
md: raid0: Make raid0_run() return a proper error code.
by Andre Noll
· 16 years ago
8f79cfc
md: raid0: Remove hash spacing and sector shift.
by Andre Noll
· 16 years ago
09770e0
md: raid0: Remove hash table.
by Andre Noll
· 16 years ago
d27a43a
md/raid0: two cleanups in create_stripe_zones.
by NeilBrown
· 16 years ago
dc58266
md: raid0: Replace hash table lookup by looping over all strip_zones.
by Andre Noll
· 16 years ago
d405640
Driver Core: misc: add nodename support for misc devices.
by Kay Sievers
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
8623661
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5578213
tracing/events: convert block trace points to TRACE_EVENT()
by Li Zefan
· 16 years ago
0e6e027
md/raid5: fix bug in reshape code when chunk_size decreases.
by NeilBrown
· 16 years ago
a8c906c
md/raid5 - avoid deadlocks in get_active_stripe during reshape
by NeilBrown
· 16 years ago
f001a70
md/raid5: use conf->raid_disks in preference to mddev->raid_disk
by NeilBrown
· 16 years ago
9df1bb9
Revert "block: Fix bounce limit setting in DM"
by Jens Axboe
· 16 years ago
a05c020
block: Fix bounce limit setting in DM
by Martin K. Petersen
· 16 years ago
ed37d83
md: raid5: change incorrect usage of 'min' macro to 'min_t'
by NeilBrown
· 16 years ago
b492b85
md: don't use locked_ioctl.
by NeilBrown
· 16 years ago
7a91ee1
md: don't update curr_resync_completed without also updating reshape_position.
by NeilBrown
· 16 years ago
848b318
md: raid5: avoid sector values going negative when testing reshape progress.
by NeilBrown
· 16 years ago
b6a9ce6
md: export 'frozen' resync state through sysfs
by NeilBrown
· 16 years ago
be51269
md: bitmap: improve bitmap maintenance code.
by NeilBrown
· 16 years ago
2b69c83
md: improve errno return when setting array_size
by NeilBrown
· 16 years ago
62e1e38
md: always update level / chunk_size / layout when writing v1.x metadata.
by NeilBrown
· 16 years ago
ae03bf6
block: Use accessor functions for queue limits
by Martin K. Petersen
· 16 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 16 years ago
1079cac
Merge commit 'v2.6.30-rc6' into tracing/core
by Ingo Molnar
· 16 years ago
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
c464729
md: remove rd%d links immediately after stopping an array.
by NeilBrown
· 16 years ago
5bf2959
md: remove ability to explicit set an inactive array to 'clean'.
by NeilBrown
· 16 years ago
110518b
md: constify VFTs
by Jan Engelhardt
· 16 years ago
dd71cf6
md: tidy up status_resync to handle large arrays.
by NeilBrown
· 16 years ago
db305e5
md: fix some (more) errors with bitmaps on devices larger than 2TB.
by NeilBrown
· 16 years ago
1805556
md/raid10: don't clear bitmap during recovery if array will still be degraded.
by NeilBrown
· 16 years ago
b74fd28
md: fix loading of out-of-date bitmap.
by NeilBrown
· 16 years ago
22a7c31
blktrace: from-sector redundant in trace_block_remap
by Alan D. Brunelle
· 16 years ago
2edbdd1
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
1f59390
md: support bitmaps on RAID10 arrays larger then 2 terabytes
by NeilBrown
· 16 years ago
c03f6a1
md: update sync_completed and reshape_position even more often.
by NeilBrown
· 16 years ago
8f3d8ba
block: move bio list helpers into bio.h
by Christoph Hellwig
· 16 years ago
acb180b
md: improve usefulness and accuracy of sysfs file md/sync_completed.
by NeilBrown
· 16 years ago
6d56e27
md: allow setting newly added device to 'in_sync' via sysfs.
by NeilBrown
· 16 years ago
63fe081
md: tiny md.h cleanups
by Christoph Hellwig
· 16 years ago
340cd44
dm kcopyd: fix callback race
by Mikulas Patocka
· 16 years ago
7383085
dm kcopyd: prepare for callback race fix
by Mikulas Patocka
· 16 years ago
af7e466
dm: implement basic barrier support
by Mikulas Patocka
· 16 years ago
92c6390
dm: remove dm_request loop
by Mikulas Patocka
· 16 years ago
3b00b20
dm: rework queueing and suspension
by Mikulas Patocka
· 16 years ago
54d9a1b
dm: simplify dm_request loop
by Alasdair G Kergon
· 16 years ago
1eb787e
dm: split DMF_BLOCK_IO flag into two
by Alasdair G Kergon
· 16 years ago
df12ee9
dm: rearrange dm_wq_work
by Alasdair G Kergon
· 16 years ago
692d0eb
dm: remove limited barrier support
by Mikulas Patocka
· 16 years ago
9c47008
dm: add integrity support
by Martin K. Petersen
· 16 years ago
91a9e99
md/raid1: fix build breakage
by Alexander Beregalov
· 16 years ago
303a0e1
md/raid1 - don't assume newly allocated bvecs are initialised.
by NeilBrown
· 16 years ago
d9b9be0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 16 years ago
223cdea
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
99360b4
dm: set queue ordered mode
by Mikulas Patocka
· 16 years ago
b44ebeb
dm: move wait queue declaration
by Mikulas Patocka
· 16 years ago
022c261
dm: merge pushback and deferred bio lists
by Mikulas Patocka
· 16 years ago
401600d
dm: allow uninterruptible wait for pending io
by Mikulas Patocka
· 16 years ago
ef20858
dm: merge __flush_deferred_io into caller
by Mikulas Patocka
· 16 years ago
f0b9a45
dm: move bio_io_error into __split_and_process_bio
by Mikulas Patocka
· 16 years ago
Next »