| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-13 | Merge tag 'md-3.7' of git://neil.brown.name/md | Linus Torvalds | 1 | -22/+197 |
| 2012-10-11 | md/raid5: be careful not to resize_stripes too big. | NeilBrown | 1 | -1/+2 |
| 2012-10-11 | Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races | Jianpeng Ma | 1 | -2/+2 |
| 2012-10-11 | md/raid5: make sure to_read and to_write never go negative. | NeilBrown | 1 | -4/+1 |
| 2012-10-11 | md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write. | Alexander Lyakas | 1 | -3/+16 |
| 2012-10-11 | md/raid5: protect debug message against NULL derefernce. | NeilBrown | 1 | -1/+1 |
| 2012-10-11 | md/raid5: add some missing locking in handle_failed_stripe. | NeilBrown | 1 | -0/+2 |
| 2012-10-11 | MD: raid5 avoid unnecessary zero page for trim | Shaohua Li | 1 | -18/+17 |
| 2012-10-11 | MD: raid5 trim support | Shaohua Li | 1 | -3/+165 |
| 2012-10-11 | MD: change the parameter of md thread | Shaohua Li | 1 | -1/+2 |
| 2012-09-24 | md/raid5: add missing spin_lock_init. | NeilBrown | 1 | -0/+1 |
| 2012-09-19 | md/raid5: fix calculate of 'degraded' when a replacement becomes active. | NeilBrown | 1 | -0/+4 |
| 2012-09-19 | Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC... | NeilBrown | 1 | -1/+1 |
| 2012-08-02 | Merge tag 'md-3.6' of git://neil.brown.name/md | Linus Torvalds | 1 | -16/+91 |
| 2012-08-02 | raid5: raid5d handle stripe in batch way | Shaohua Li | 1 | -13/+32 |
| 2012-08-02 | raid5: make_request use batch stripe release | Shaohua Li | 1 | -3/+59 |
| 2012-08-01 | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+2 |
| 2012-07-31 | md: remove plug_cnt feature of plugging. | NeilBrown | 1 | -3/+2 |
| 2012-07-31 | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE. | majianpeng | 1 | -1/+1 |
| 2012-07-31 | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer | majianpeng | 1 | -2/+12 |
| 2012-07-19 | raid5: add a per-stripe lock | Shaohua Li | 1 | -16/+19 |
| 2012-07-19 | raid5: remove unnecessary bitmap write optimization | Shaohua Li | 1 | -12/+9 |
| 2012-07-19 | raid5: lockless access raid5 overrided bi_phys_segments | Shaohua Li | 1 | -30/+32 |
| 2012-07-19 | raid5: reduce chance release_stripe() taking device_lock | Shaohua Li | 1 | -34/+41 |
| 2012-07-03 | md: fix up plugging (again). | NeilBrown | 1 | -5/+1 |
| 2012-07-03 | raid5: delayed stripe fix | Shaohua Li | 1 | -1/+3 |
| 2012-07-03 | md/raid456: When read error cannot be recovered, record bad block | majianpeng | 1 | -4/+11 |
| 2012-07-03 | md: make 'name' arg to md_register_thread non-optional. | NeilBrown | 1 | -1/+3 |
| 2012-07-03 | md/raid5: fix refcount problem when blocked_rdev is set. | NeilBrown | 1 | -2/+12 |
| 2012-07-03 | md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdev | majianpeng | 1 | -0/+6 |
| 2012-07-03 | md/raid5: Do not add data_offset before call to is_badblock | majianpeng | 1 | -2/+3 |
| 2012-07-03 | md/raid5: prefer replacing failed devices over want-replacement devices. | NeilBrown | 1 | -5/+8 |
| 2012-05-22 | md/raid5: improve removal of extra devices after reshape. | NeilBrown | 1 | -5/+5 |
| 2012-05-22 | md/raid5: Allow reshape while a bitmap is present. | NeilBrown | 1 | -3/+3 |
| 2012-05-22 | md: allow array to be resized while bitmap is present. | NeilBrown | 1 | -4/+10 |
| 2012-05-22 | raid5: support sync request | Shaohua Li | 1 | -2/+10 |
| 2012-05-22 | raid5: remove unused variables | Shaohua Li | 1 | -4/+0 |
| 2012-05-21 | md/raid5: allow for change in data_offset while managing a reshape. | NeilBrown | 1 | -33/+76 |
| 2012-05-21 | md/raid5: Use correct data_offset for all IO. | NeilBrown | 1 | -13/+59 |
| 2012-05-21 | md: add possibility to change data-offset for devices. | NeilBrown | 1 | -3/+7 |
| 2012-05-21 | md: allow a reshape operation to be reversed. | NeilBrown | 1 | -11/+12 |
| 2012-04-03 | md/raid5: Fix a bug about judging if the operation is syncing or replacing | majianpeng | 1 | -1/+3 |
| 2012-04-03 | md/raid5: fix handling of bad blocks during recovery. | NeilBrown | 1 | -26/+29 |
| 2012-03-19 | md: tidy up rdev_for_each usage. | NeilBrown | 1 | -4/+4 |
| 2012-03-19 | md: allow re-add to failed arrays. | NeilBrown | 1 | -1/+1 |
| 2012-03-13 | md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read(). | majianpeng | 1 | -4/+3 |
| 2012-03-13 | md/raid5: removed unused 'added_devices' variable. | NeilBrown | 1 | -5/+2 |
| 2012-03-13 | md/raid5: make sure reshape_position is cleared on error path. | NeilBrown | 1 | -0/+1 |
| 2011-12-23 | md/raid5: Mark device want_replacement when we see a write error. | NeilBrown | 1 | -0/+3 |
| 2011-12-23 | md/raid5: If there is a spare and a want_replacement device, start replacement. | NeilBrown | 1 | -2/+14 |
| 2011-12-23 | md/raid5: recognise replacements when assembling array. | NeilBrown | 1 | -6/+31 |
| 2011-12-23 | md/raid5: handle activation of replacement device when recovery completes. | NeilBrown | 1 | -7/+62 |
| 2011-12-23 | md/raid5: detect and handle replacements during recovery. | NeilBrown | 1 | -29/+94 |
| 2011-12-23 | md/raid5: writes should get directed to replacement as well as original. | NeilBrown | 1 | -23/+96 |
| 2011-12-23 | md/raid5: allow removal for failed replacement devices. | NeilBrown | 1 | -26/+32 |
| 2011-12-23 | md/raid5: preferentially read from replacement device if possible. | NeilBrown | 1 | -15/+54 |
| 2011-12-23 | md/raid5: remove redundant bio initialisations. | NeilBrown | 1 | -8/+1 |
| 2011-12-23 | md/raid5: allow each slot to have an extra replacement device | NeilBrown | 1 | -2/+13 |
| 2011-12-23 | md: change hot_remove_disk to take an rdev rather than a number. | NeilBrown | 1 | -5/+5 |
| 2011-12-23 | md/raid5: be more thorough in calculating 'degraded' value. | NeilBrown | 1 | -30/+33 |
| 2011-12-23 | md/raid5: ensure correct assessment of drives during degraded reshape. | NeilBrown | 1 | -4/+10 |
| 2011-12-09 | md: raid5 crash during degradation | Adam Kwolek | 1 | -2/+2 |
| 2011-12-08 | md/raid5: never wait for bad-block acks on failed device. | NeilBrown | 1 | -1/+3 |
| 2011-11-08 | md/raid5: STRIPE_ACTIVE has lock semantics, add barriers | Dan Williams | 1 | -2/+2 |
| 2011-11-08 | md/raid5: abort any pending parity operations when array fails. | NeilBrown | 1 | -4/+8 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-04 | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+3 |
| 2011-10-31 | md: Add module.h to all files using it implicitly | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-26 | md: Fix some bugs in recovery_disabled handling. | NeilBrown | 1 | -0/+1 |
| 2011-10-26 | md/raid5: fix bug that could result in reads from a failed device. | NeilBrown | 1 | -1/+1 |
| 2011-10-19 | Merge branch 'v3.1-rc10' into for-3.2/core | Jens Axboe | 1 | -5/+3 |
| 2011-10-11 | md: rename "mdk_personality" to "md_personality" | NeilBrown | 1 | -4/+4 |
| 2011-10-11 | md/raid5: typedef removal: raid5_conf_t -> struct r5conf | NeilBrown | 1 | -79/+79 |
| 2011-10-11 | md/raid0: typedef removal: raid0_conf_t -> struct r0conf | NeilBrown | 1 | -4/+4 |
| 2011-10-11 | md: remove typedefs: mddev_t -> struct mddev | NeilBrown | 1 | -40/+40 |
| 2011-10-11 | md: removing typedefs: mdk_rdev_t -> struct md_rdev | NeilBrown | 1 | -17/+17 |
| 2011-10-07 | md: remove some old DEBUGging code. | NeilBrown | 1 | -57/+0 |
| 2011-10-07 | md/raid5: convert to macros into inline functions. | NeilBrown | 1 | -3/+14 |
| 2011-10-07 | md/raid5: remove pointless NULL test. | NeilBrown | 1 | -4/+2 |
| 2011-09-21 | md: Avoid waking up a thread after it has been freed. | NeilBrown | 1 | -4/+2 |
| 2011-09-12 | block: remove support for bio remapping from ->make_request | Christoph Hellwig | 1 | -5/+3 |
| 2011-08-31 | md/raid5: fix a hang on device failure. | NeilBrown | 1 | -1/+1 |
| 2011-07-28 | md/raid5: Clear bad blocks on successful write. | NeilBrown | 1 | -1/+18 |
| 2011-07-28 | md/raid5. Don't write to known bad block on doubtful devices. | NeilBrown | 1 | -1/+30 |
| 2011-07-28 | md/raid5: write errors should be recorded as bad blocks if possible. | NeilBrown | 1 | -2/+31 |
| 2011-07-28 | md/raid5: use bad-block log to improve handling of uncorrectable read errors. | NeilBrown | 1 | -7/+52 |
| 2011-07-28 | md/raid5: avoid reading from known bad blocks. | NeilBrown | 1 | -14/+32 |
| 2011-07-28 | md: make it easier to wait for bad blocks to be acknowledged. | NeilBrown | 1 | -0/+4 |
| 2011-07-28 | md: don't allow arrays to contain devices with bad blocks. | NeilBrown | 1 | -0/+7 |
| 2011-07-27 | md/raid5: Avoid BUG caused by multiple failures. | NeilBrown | 1 | -1/+5 |
| 2011-07-27 | md/raid5: move rdev->corrected_errors counting | Namhyung Kim | 1 | -4/+1 |
| 2011-07-27 | md: introduce link/unlink_rdev() helpers | Namhyung Kim | 1 | -7/+3 |
| 2011-07-27 | md/raid: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 1 | -22/+25 |
| 2011-07-27 | md/raid5: finalise new merged handle_stripe. | NeilBrown | 1 | -102/+13 |
| 2011-07-27 | md/raid5: move some more common code into handle_stripe | NeilBrown | 1 | -113/+67 |
| 2011-07-27 | md/raid5: move more common code into handle_stripe | NeilBrown | 1 | -100/+61 |
| 2011-07-27 | md/raid5: unite handle_stripe_dirtying5 and handle_stripe_dirtying6 | NeilBrown | 1 | -56/+21 |
| 2011-07-27 | md/raid5: unite fetch_block5 and fetch_block6 | NeilBrown | 1 | -84/+23 |
| 2011-07-27 | md/raid5: rearrange a test in fetch_block6. | NeilBrown | 1 | -7/+5 |
| 2011-07-27 | md/raid5: move more code into common handle_stripe | NeilBrown | 1 | -58/+32 |
| 2011-07-27 | md/raid5: Move code for finishing a reconstruction into handle_stripe. | NeilBrown | 1 | -96/+57 |
| 2011-07-27 | md/raid5: Remove stripe_head_state arg from handle_stripe_expansion. | NeilBrown | 1 | -5/+4 |
| 2011-07-26 | md/raid5: move stripe_head_state and more code into handle_stripe. | NeilBrown | 1 | -182/+158 |
| 2011-07-26 | md/raid5: add some more fields to stripe_head_state | NeilBrown | 1 | -30/+24 |
| 2011-07-26 | md/raid5: unify stripe_head_state and r6_state | NeilBrown | 1 | -39/+38 |
| 2011-07-26 | md/raid5: move common code into handle_stripe | NeilBrown | 1 | -12/+6 |
| 2011-07-26 | md/raid5: replace sh->lock with an 'active' flag. | NeilBrown | 1 | -13/+13 |
| 2011-07-26 | md/raid5: Protect some more code with ->device_lock. | NeilBrown | 1 | -14/+16 |
| 2011-07-26 | md/raid5: Remove use of sh->lock in sync_request | NeilBrown | 1 | -4/+9 |
| 2011-07-18 | md/raid5: get rid of duplicated call to bio_data_dir() | Namhyung Kim | 1 | -2/+2 |
| 2011-07-18 | md/raid5: use kmem_cache_zalloc() | Namhyung Kim | 1 | -5/+3 |
| 2011-06-14 | md/raid5: remove unusual use of bio_iovec_idx() | Namhyung Kim | 1 | -3/+3 |
| 2011-06-14 | md/raid5: fix FUA request handling in ops_run_io() | Namhyung Kim | 1 | -3/+3 |
| 2011-06-14 | md/raid5: fix raid5_set_bi_hw_segments | Namhyung Kim | 1 | -1/+1 |
| 2011-06-09 | MD: raid5 do not set fullsync | Jonathan Brassow | 1 | -1/+1 |
| 2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-11 | md: allow resync_start to be set while an array is active. | NeilBrown | 1 | -1/+2 |
| 2011-05-11 | md: make error_handler functions more uniform and correct. | NeilBrown | 1 | -20/+18 |
| 2011-05-10 | md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course'). | Jesper Juhl | 1 | -1/+1 |
| 2011-04-21 | raid5: fix build error, sector_t usage | Randy Dunlap | 1 | -1/+1 |
| 2011-04-20 | md: Fix dev_sectors on takeover from raid0 to raid4/5 | NeilBrown | 1 | -0/+4 |
| 2011-04-20 | md/raid5: remove setting of ->queue_lock | NeilBrown | 1 | -1/+0 |
| 2011-04-18 | md: incorporate new plugging into raid5. | NeilBrown | 1 | -7/+16 |
| 2011-04-18 | md - remove old plugging code. | NeilBrown | 1 | -29/+8 |
| 2011-04-18 | md: use new plugging interface for RAID IO. | NeilBrown | 1 | -0/+3 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -54/+8 |
| 2011-01-31 | md: don't abort checking spares as soon as one cannot be added. | NeilBrown | 1 | -2/+1 |
| 2011-01-31 | md: fix the test for finding spares in raid5_start_reshape. | NeilBrown | 1 | -2/+2 |
| 2011-01-31 | md: simplify some 'if' conditionals in raid5_start_reshape. | NeilBrown | 1 | -27/+28 |
| 2011-01-14 | md/raid5: handle manually-added spares in start_reshape. | NeilBrown | 1 | -2/+7 |
| 2011-01-14 | md: Don't let implementation detail of curr_resync leak out through sysfs. | NeilBrown | 1 | -2/+2 |
| 2011-01-14 | md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer | Jonathan Brassow | 1 | -1/+1 |
| 2011-01-14 | md: Fix single printks with multiple KERN_<level>s | Joe Perches | 1 | -1/+0 |
| 2010-10-28 | md: use separate bio pool for each md device. | NeilBrown | 1 | -2/+2 |
| 2010-10-28 | md: use sector_t in bitmap_get_counter | NeilBrown | 1 | -1/+1 |
| 2010-09-10 | md: implment REQ_FLUSH/FUA support | Tejun Heo | 1 | -22/+21 |
| 2010-08-18 | md: provide appropriate return value for spare_active functions. | NeilBrown | 1 | -5/+7 |
| 2010-08-18 | md: Notify sysfs when RAID1/5/10 disk is In_sync. | Adrian Drzewiecki | 1 | -0/+1 |
| 2010-08-10 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 1 | -66/+102 |
| 2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig | 1 | -1/+1 |
| 2010-07-26 | md/raid5: export raid5 unplugging interface. | NeilBrown | 1 | -19/+18 |
| 2010-07-26 | md/plug: optionally use plugger to unplug an array during resync/recovery. | NeilBrown | 1 | -0/+1 |
| 2010-07-26 | md/raid5: add simple plugging infrastructure. | NeilBrown | 1 | -14/+25 |
| 2010-07-26 | md/raid5: export is_congested test | NeilBrown | 1 | -7/+15 |
| 2010-07-26 | raid5: Don't set read-ahead when there is no queue | NeilBrown | 1 | -15/+17 |
| 2010-07-26 | md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen... | NeilBrown | 1 | -4/+8 |
| 2010-07-21 | md/raid5: factor out code for changing size of stripe cache. | NeilBrown | 1 | -13/+26 |
| 2010-07-21 | md: reduce dependence on sysfs. | NeilBrown | 1 | -5/+3 |
| 2010-06-24 | md/raid5: don't include 'spare' drives when reshaping to fewer devices. | NeilBrown | 1 | -2/+7 |
| 2010-06-24 | md/raid5: add a missing 'continue' in a loop. | NeilBrown | 1 | -1/+3 |
| 2010-06-24 | md/raid5: Allow recovered part of partially recovered devices to be in-sync | NeilBrown | 1 | -12/+30 |
| 2010-06-24 | md/raid5: More careful check for "has array failed". | NeilBrown | 1 | -4/+71 |
| 2010-06-24 | md: Don't update ->recovery_offset when reshaping an array to fewer devices. | NeilBrown | 1 | -0/+1 |
| 2010-06-24 | md/raid5: avoid oops when number of devices is reduced then increased. | NeilBrown | 1 | -9/+10 |
| 2010-05-27 | md: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 1 | -1/+1 |
| 2010-05-22 | Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus | NeilBrown | 1 | -28/+25 |
| 2010-05-18 | md/raid6: Fix raid-6 read-error correction in degraded state | Gabriele A. Trombetti | 1 | -1/+1 |
| 2010-05-18 | md/raid5: improve consistency of error messages. | NeilBrown | 1 | -80/+69 |
| 2010-05-18 | md/raid4: permit raid0 takeover | Dan Williams | 1 | -15/+17 |
| 2010-05-18 | md: pass mddev to make_request functions rather than request_queue | NeilBrown | 1 | -5/+3 |
| 2010-05-18 | md: remove ->changed and related code. | NeilBrown | 1 | -2/+0 |
| 2010-05-18 | md: move io accounting out of personalities into md_make_request | NeilBrown | 1 | -7/+1 |
| 2010-05-18 | md/raid5: small tidyup in raid5_align_endio | NeilBrown | 1 | -2/+2 |
| 2010-05-18 | md: add support for raid5 to raid4 conversion | NeilBrown | 1 | -0/+13 |
| 2010-05-18 | md:Add support for Raid0->Raid5 takeover | Trela Maciej | 1 | -0/+26 |
| 2010-05-18 | drivers/md: Remove unnecessary casts of void * | H Hartley Sweeten | 1 | -5/+5 |
| 2010-05-17 | md: manage redundancy group in sysfs when changing level. | NeilBrown | 1 | -2/+5 |
| 2010-05-07 | md/raid6: Fix raid-6 read-error correction in degraded state | Gabriele A. Trombetti | 1 | -1/+1 |
| 2010-04-23 | md/raid5: fix previous patch. | NeilBrown | 1 | -17/+18 |
| 2010-04-20 | md/raid5: allow for more than 2^31 chunks. | NeilBrown | 1 | -12/+7 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -1/+1 |
| 2010-02-26 | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 1 | -1/+1 |
| 2010-02-17 | percpu: add __percpu sparse annotations to what's left | Tejun Heo | 1 | -1/+1 |
| 2010-02-10 | md: fix some lockdep issues between md and sysfs. | NeilBrown | 1 | -2/+1 |
| 2010-02-09 | md: fix 'degraded' calculation when starting a reshape. | NeilBrown | 1 | -4/+7 |
| 2009-12-14 | md: add MODULE_DESCRIPTION for all md related modules. | NeilBrown | 1 | -0/+1 |
| 2009-12-14 | md/raid5: don't complete make_request on barrier until writes are scheduled | NeilBrown | 1 | -12/+39 |
| 2009-12-14 | md: support barrier requests on all personalities. | NeilBrown | 1 | -1/+7 |
| 2009-12-14 | md/raid5: remove some sparse warnings. | NeilBrown | 1 | -2/+1 |
| 2009-11-13 | md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr... | NeilBrown | 1 | -4/+75 |
| 2009-11-13 | Don't unconditionally set in_sync on newly added device in raid5_reshape | NeilBrown | 1 | -2/+4 |
| 2009-11-06 | md/raid5: make sure curr_sync_completes is uptodate when reshape starts | NeilBrown | 1 | -0/+2 |
| 2009-10-19 | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning | Dan Williams | 1 | -3/+3 |
| 2009-10-16 | md/async: don't pass a memory pointer as a page pointer. | NeilBrown | 1 | -2/+2 |
| 2009-10-16 | md: Fix handling of raid5 array which is being reshaped to fewer devices. | NeilBrown | 1 | -19/+18 |
| 2009-10-16 | md: fix problems with RAID6 calculations for DDF. | NeilBrown | 1 | -7/+13 |
| 2009-10-16 | md/raid456: downlevel multicore operations to raid_run_ops | Dan Williams | 1 | -35/+40 |
| 2009-10-16 | md/raid5: initialize conf->device_lock earlier | Dan Williams | 1 | -13/+12 |
| 2009-10-16 | Revert "md: do not progress the resync process if the stripe was blocked" | NeilBrown | 1 | -13/+6 |
| 2009-09-23 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | NeilBrown | 1 | -562/+913 |
| 2009-09-23 | md: report device as congested when suspended | NeilBrown | 1 | -0/+3 |
| 2009-09-23 | md: Improve name of threads created by md_register_thread | NeilBrown | 1 | -3/+3 |
| 2009-09-23 | md: remove sparse waring "symbol xxx shadows an earlier one" | NeilBrown | 1 | -4/+5 |
| 2009-09-16 | md/raid6: cleanup ops_run_compute6_2 | Dan Williams | 1 | -12/+15 |
| 2009-09-16 | md/raid6: eliminate BUG_ON with side effect | Dan Williams | 1 | -2/+4 |
| 2009-09-11 | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 1 | -1/+1 |
| 2009-09-08 | Merge commit 'md/for-linus' into async-tx-next | Dan Williams | 1 | -22/+65 |
| 2009-09-08 | Merge branch 'dmaengine' into async-tx-next | Dan Williams | 1 | -108/+115 |
| 2009-09-08 | dmaengine: add fence support | Dan Williams | 1 | -14/+23 |