summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-14md: Support write-intent bitmaps with externally managed metadata.NeilBrown3-33/+121
2009-12-14md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown1-1/+1
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown3-2/+211
2009-12-14md: factor out parsing of fixed-point numbersNeilBrown2-23/+44
2009-12-14md: support bitmap offset appropriate for external-metadata arrays.NeilBrown2-5/+15
2009-12-14md: remove needless setting of thread->timeout in raid10_quiesceNeilBrown2-7/+1
2009-12-14md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.NeilBrown2-8/+8
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown6-32/+40
2009-12-14md: collect bitmap-specific fields into one structure.NeilBrown3-56/+63
2009-12-14md/raid1: add takeover support for raid5->raid1NeilBrown2-76/+120
2009-12-14md: add honouring of suspend_{lo,hi} to raid1.NeilBrown1-0/+22
2009-12-14md/raid5: don't complete make_request on barrier until writes are scheduledNeilBrown1-12/+39
2009-12-14md: support barrier requests on all personalities.NeilBrown7-7/+126
2009-12-14md: don't reset curr_resync_completed after an interrupted resyncNeilBrown1-1/+3
2009-12-14md: adjust resync_min usefully when resync aborts.NeilBrown1-3/+7
2009-12-14md: remove sparse warning:symbol XXX was not declared.NeilBrown1-19/+0
2009-12-14md/raid5: remove some sparse warnings.NeilBrown1-2/+1
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown4-8/+22
2009-12-13Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2-1/+8
2009-12-13tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox1-2/+0
2009-12-13Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds29-867/+3247
2009-12-12Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-47/+1
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-14/+25
2009-12-12be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-12igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-12igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-12usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds41-401/+1346
2009-12-12Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-37/+188
2009-12-12Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2-5/+2
2009-12-12Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2059-209334/+309538
2009-12-12omap1: LCD_DMA: Use some define rather than a hexadecimalJanusz Krzysztofik1-32/+1
2009-12-12smc91x: remove OMAP specific bitsLadislav Michl1-15/+0
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-24/+152
2009-12-12Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman1-1/+1
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds26-3540/+874
2009-12-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+4
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds679-174515/+165727
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds10-80/+124
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds91-1811/+9254
2009-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-2/+10
2009-12-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-4/+10
2009-12-12tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-12tty: Move the leader test in disassociateAlan Cox1-2/+3
2009-12-12tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-12tty: Push the lock down further into the ldisc codeAlan Cox2-5/+9
2009-12-12tty: push the BKL down into the handlers a bitAlan Cox3-62/+94
2009-12-12tty: moxa: split open lockAlan Cox1-12/+11
2009-12-12tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-12tty: moxa: Fix modem op lockingAlan Cox1-15/+10