summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-22md/bitmap: move storage allocation from bitmap_load to bitmap_create.NeilBrown1-5/+6
2012-05-22md/bitmap: separate bitmap file allocation to its own function.NeilBrown1-46/+67
2012-05-22md/bitmap: store bytes in file rather than just in last page.NeilBrown2-8/+10
2012-05-22md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.NeilBrown3-96/+110
2012-05-22md/bitmap: change *_page_attr() to take a page number, not a page.NeilBrown1-29/+26
2012-05-22md/bitmap: centralise allocation of bitmap file pages.NeilBrown1-81/+68
2012-05-22md/bitmap: allow a bitmap with no backing storage.NeilBrown2-62/+79
2012-05-22md/bitmap: add new 'space' attribute for bitmaps.NeilBrown3-2/+73
2012-05-22md/bitmap: disentangle two different 'pending' flags.NeilBrown2-102/+118
2012-05-22raid5: support sync requestShaohua Li2-2/+11
2012-05-22raid5: remove unused variablesShaohua Li1-4/+0
2012-05-22md/raid10: Fix memleak in r10buf_pool_allocmajianpeng1-3/+4
2012-05-22md/raid1: allow fix_read_error to read from recovering device.majianpeng1-1/+3
2012-05-22md: move freeing of badblocks.page into md_rdev_clearNeilBrown1-3/+2
2012-05-22md: dm-raid should call helper function to clear rdev.NeilBrown3-8/+6
2012-05-22lib/raid6: cleanup gen_syndrome function selectionJim Kukunas1-47/+57
2012-05-22lib/raid6: update test program for recovery functionsJim Kukunas3-17/+32
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas6-7/+425
2012-05-22lib/raid6: fix test program buildJim Kukunas1-1/+1
2012-05-22raid5: add AVX optimized RAID5 checksummingJim Kukunas4-4/+229
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas1-3/+5
2012-05-22md/raid10: add reshape supportNeilBrown2-23/+872
2012-05-22avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro1-2/+1
2012-05-22m68k: use set_current_blocked() and block_sigmask()Matt Fleming1-8/+3
2012-05-22hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov1-0/+1
2012-05-22avr32: use block_sigmask()Matt Fleming1-5/+1
2012-05-22avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov1-10/+5
2012-05-22avr32: don't mask signals in the error pathMatt Fleming1-13/+12
2012-05-22m32r: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22mn10300: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-22cris: use set_current_blocked() and block_sigmask()Matt Fleming2-38/+9
2012-05-22ia64: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+2
2012-05-22microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-22microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-22microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-22score: use set_current_blocked() and block_sigmask()Matt Fleming1-12/+3
2012-05-22score: don't mask signals if we fail to setup signal stackMatt Fleming1-6/+8
2012-05-22h8300: use set_current_blocked() and block_sigmask()Matt Fleming1-24/+9
2012-05-22unicore32: use block_sigmask()Matt Fleming1-4/+1
2012-05-22blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4
2012-05-22frv: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-22parisc: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2