aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-28binject: ioctl fixup and fix for unaligned commandsbinjectJens Axboe2-7/+21
2010-10-28binject: make completion wakeup dependent on active statusJens Axboe1-1/+3
2010-10-28binject: kill redundant bdc->done_cmdsJens Axboe1-21/+8
2010-10-28binject: refactor command validationJens Axboe1-11/+13
2010-10-28binject: per-cpu completion listsJens Axboe1-22/+95
2010-10-28binject: use slab init once functionalityJens Axboe1-4/+11
2010-10-28binject: fix two bugsJens Axboe1-1/+2
2010-10-28binject: pass back minor mappedJens Axboe1-3/+11
2010-10-28binject: add read/write barriersJens Axboe2-4/+21
2010-10-28binject: fix bug in bio_add_pc_page() lenJens Axboe1-2/+2
2010-10-28binject: fix bug in length to nr_pages calculationJens Axboe1-2/+4
2010-10-28binject: fix missing free of command on error pathJens Axboe1-13/+11
2010-10-28binject: map discardJens Axboe1-0/+2
2010-10-28binject: a test module that allows direct injection of BIOs to a queueJens Axboe4-0/+781
2010-10-28Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds27-12/+19
2010-10-28Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-556/+3284
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1365-148532/+421095
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds43-463/+646
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds27-70/+395
2010-10-28hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare3-33/+115
2010-10-28hwmon: (it87) Move conversion functionsJean Delvare1-50/+52
2010-10-28hwmon: Remove many EXPERIMENTAL flagsJean Delvare1-16/+12
2010-10-28hwmon: (lm85) Add support for ADT7468 high-frequency PWM modeJean Delvare2-7/+35
2010-10-28hwmon: (lm85) Document the ADT7468 as supportedJean Delvare2-25/+31
2010-10-28hwmon: (lm85) Fix ADT7468 frequency tableJean Delvare1-0/+1
2010-10-28hwmon: I2C addresses are constantJean Delvare3-5/+5
2010-10-28Move ams driver to macintoshJean Delvare11-28/+29
2010-10-28hwmon: (pcf8591) Don't attempt to detect devicesJean Delvare2-36/+8
2010-10-28hwmon: (pcf8591) Register as a hwmon deviceJean Delvare1-0/+12
2010-10-28hwmon: (w83795) Use standard attributes for chassis intrusionJean Delvare1-3/+8
2010-10-28hwmon: (w83795) Exclude fan control feature by defaultJean Delvare2-0/+27
2010-10-28hwmon: (w83795) Add myself as co-author and maintainerJean Delvare2-1/+8
2010-10-28hwmon: (w83795) More style cleanupsJean Delvare1-15/+13
2010-10-28hwmon: (w83795) Fix LSB reading of voltage limitsJean Delvare1-1/+1
2010-10-28hwmon: (w83795) Use dev_get_drvdata() where possibleJean Delvare1-6/+3
2010-10-28hwmon: (w83795) Delay reading pwm config registersJean Delvare1-22/+29
2010-10-28hwmon: (w83795) Delay reading limit registersJean Delvare1-1/+6
2010-10-28hwmon: (w83795) Move register reads to dedicated functionsJean Delvare1-99/+119
2010-10-28hwmon: (w83795) Pack similar register readsJean Delvare1-16/+6
2010-10-28hwmon: (w83795) Make W83795_REG_PWM more efficientJean Delvare1-12/+8
2010-10-28hwmon: (w83795) Don't pre-read values we'll update laterJean Delvare1-26/+7
2010-10-28hwmon: (w83795) Simplify temperature sensor type handlingJean Delvare1-83/+24
2010-10-28hwmon: (w83795) Drop _NUM constantsJean Delvare1-10/+6
2010-10-28hwmon: (w83795) Drop REST_VLT_BEGIN/ENDJean Delvare1-6/+3
2010-10-28hwmon: (w83795) Fix parity checksJean Delvare1-4/+4
2010-10-28hwmon: (w83795) Get rid of VRLSB_SHIFTJean Delvare1-10/+5
2010-10-28hwmon: (w83795) Avoid reading the same register twiceJean Delvare1-2/+9
2010-10-28hwmon: (w83795) Rework beep_enable implementationJean Delvare1-38/+2
2010-10-28hwmon: (w83795) Report PECI agent Tbase valuesJean Delvare1-0/+13
2010-10-28hwmon: (w83795) Properly handle negative temperaturesJean Delvare1-13/+7
2010-10-28hwmon: (w83795) Rename temperature limit attributesJean Delvare1-10/+10
2010-10-28hwmon: (w83795) Fix PWM duty cycle frequency attributesJean Delvare1-28/+62
2010-10-28hwmon: (w83795) Add support for dynamic in0-2 limitsJean Delvare1-0/+56
2010-10-28hwmon: (w83795) Fix LSB reading of fan speedsJean Delvare1-5/+5
2010-10-28hwmon: (w83795) Clean up probe functionJean Delvare1-57/+34
2010-10-28hwmon: (w83795) Fix in17-in20 gain factorJean Delvare1-3/+3
2010-10-28hwmon: (w83795) Only start monitoring if neededJean Delvare1-3/+10
2010-10-28hwmon: (w83795) Add const markersJean Delvare1-8/+10
2010-10-28hwmon: (w83795) Only create fan[1-8]_target files when neededJean Delvare1-23/+4
2010-10-28hwmon: (w83795) Move PWM attributes to a dedidated arrayJean Delvare1-10/+8
2010-10-28hwmon: (w83795) Use 2D arrays for many device attributesJean Delvare1-29/+37
2010-10-28hwmon: (w83795) Merge w83795_create_files and w83795_remove_filesJean Delvare1-38/+17
2010-10-28hwmon: (w83795) Move file creation to a separate function tooJean Delvare1-55/+66
2010-10-28hwmon: (w83795) Move files removal to a separate functionJean Delvare1-50/+31
2010-10-28hwmon: (w83795) Improve detection routineJean Delvare1-23/+57
2010-10-28hwmon: (w83795) Refactor bank selectionJean Delvare1-43/+50
2010-10-28hwmon: (w83795) Drop duplicate enumJean Delvare1-19/+15
2010-10-28hwmon: (w83795) Misc cleanupsJean Delvare1-6/+1
2010-10-28hwmon: New driver for the W83795G/ADG monitoring chipsWei Song3-0/+2149
2010-10-28hwmon: (s3c-hwmon) Depend on S3C_ADCMaurus Cuelenaere1-4/+4
2010-10-28hwmon: (s3c-hwmon) Use a real mutexThomas Gleixner1-4/+4
2010-10-28hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D1-21/+23
2010-10-28hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D1-1/+6
2010-10-28hwmon: (lm90) Add support for the W83L771W/GJean Delvare3-9/+30
2010-10-28hwmon: (lm90) Add support for update_interval sysfs attributeGuenter Roeck1-5/+92
2010-10-28hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionalityGuenter Roeck1-3/+6
2010-10-28hwmon: (lm90) Introduce chip parameter structureGuenter Roeck1-32/+60
2010-10-28hwmon: (lm90) Rearrange code to no longer require forward declarationsGuenter Roeck1-267/+256
2010-10-28hwmon: (lm90) Add support for max6695 and max6696Guenter Roeck3-24/+247
2010-10-28hwmon: (lm90) Add support for extra features of max6659Guenter Roeck2-10/+64
2010-10-28hwmon: (lm90) Add explicit support for max6659Guenter Roeck2-13/+23
2010-10-28hwmon: (lm90) Simplify set_temp11 register calculationsGuenter Roeck1-27/+28
2010-10-28hwmon: (lm90) Introduce function to delete sysfs filesGuenter Roeck1-7/+11
2010-10-28hwmon: (lm90) Introduce device feature bitsGuenter Roeck1-14/+26
2010-10-28hwmon: (lm90) Fix checkpatch errorsGuenter Roeck1-25/+51
2010-10-28hwmon: Add tempX_emergency attribute to sysfs ABIGuenter Roeck1-0/+15
2010-10-28hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann1-29/+22
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-10-28Staging: brcm80211: fix usage of roundup in structuresGreg Kroah-Hartman2-2/+3
2010-10-28Staging: bcm: fix up network device reference countingGreg Kroah-Hartman1-6/+4
2010-10-28Staging: keucr: fix up US_ macro changeGreg Kroah-Hartman3-9/+9
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1365-148540/+421108
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds531-13099/+41145
2010-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds60-565/+2535
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2-2/+4
2010-10-28ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar1-1/+1
2010-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds22-150/+1288
2010-10-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds17-167/+222
2010-10-28mmu_notifier.h: fix comment spellingFigo.zhang1-1/+1
2010-10-28Fix install_process_keyring error handlingAndi Kleen1-1/+1
2010-10-28parisc: fix compile failure with kmap_atomic changesJames Bottomley1-4/+4
2010-10-28Fix compile brekage with !CONFIG_BLOCKIngo Molnar1-0/+1
2010-10-28Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+1
2010-10-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-44/+11
2010-10-28net/9p: Return error on read with NULL bufferSanchit Garg1-4/+1
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)5-6/+9
2010-10-28net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V2-3/+4
2010-10-28fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V1-9/+2
2010-10-28fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V1-1/+3
2010-10-28fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V1-2/+12
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)2-8/+41
2010-10-28[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)1-10/+24
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar4-3/+86
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar3-3/+3
2010-10-289p: Implement TGETLOCKM. Mohan Kumar4-0/+100
2010-10-289p: Implement TLOCKM. Mohan Kumar5-2/+222
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)4-2/+44
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)1-0/+15
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V6-7/+110
2010-10-28fs/9p: Implement create time inheritanceAneesh Kumar K.V3-44/+166
2010-10-28fs/9p: Update ACL on chmodAneesh Kumar K.V3-0/+66
2010-10-28fs/9p: Implement setting posix aclAneesh Kumar K.V3-2/+75
2010-10-28fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V3-0/+47
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V8-22/+186
2010-10-28net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk().jvrao1-0/+6
2010-10-28fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao1-8/+2
2010-10-289p: Add a Direct IO support for non-cached operations.jvrao1-0/+30
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj2-16/+31
2010-10-28fs/9p: mkdir fix for setting S_ISGID bit as per parent directoryHarsh Prateek Bora1-0/+2
2010-10-289p: Pass the correct end of buffer to p9dirent_readSripathi Kodi1-1/+2
2010-10-28fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora1-4/+19
2010-10-289p: remove unneeded checksDan Carpenter1-13/+0
2010-10-28cciss: remove overlapping PCI IDsMike Miller1-36/+0
2010-10-28block: cciss: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton1-1/+3
2010-10-28drivers/block/z2ram.c: correct printing of sector_tGeert Uytterhoeven1-2/+4
2010-10-28aoe: don't use flush_scheduled_work()Tejun Heo1-3/+1
2010-10-28drivers/block/drbd/drbd_main.c: fix error pathNicolas Kaiser1-1/+1
2010-10-28power_supply: Mark twl4030_charger as brokenAnton Vorontsov1-0/+1
2010-10-27Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds33-1131/+2510
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o33-1131/+2510
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+17
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-69/+137
2010-10-28sh: intc: switch irq_desc iteration to new active IRQ iterator.Paul Mundt1-8/+2
2010-10-28sh: fix up cpu hotplug IRQ migration for irq_data changes.Paul Mundt1-10/+14
2010-10-27ext4,jbd2: convert tracepoints to use major/minor numbersTheodore Ts'o2-156/+251
2010-10-27ext4: optimize orphan_list handling for ext4_setattrDmitry Monakhov1-3/+7
2010-10-27ext4: fix unbalanced mutex unlock in error path of ext4_li_request_newNicolas Kaiser1-14/+8
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds25-1159/+5716
2010-10-27Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds21-1245/+1022
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds145-1963/+9424
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds10-118/+149
2010-10-27loop: Properly clear sysfs in autoclear modeMilan Broz1-1/+1
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds48-670/+1501
2010-10-27Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds3-2/+4
2010-10-27Merge branch 'akpm-incoming-2'Linus Torvalds165-1291/+4758
2010-10-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-45/+31
2010-10-27proc_bus_pci_ioctl: remove pointless BKL usageLinus Torvalds1-3/+0
2010-10-27ext4: fix compile error in ext4_fallocate()Kazuya Mio1-1/+1
2010-10-27ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them staticEric Sandeen2-81/+79
2010-10-27ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()Theodore Ts'o4-7/+9
2010-10-27ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticTheodore Ts'o3-84/+83
2010-10-27ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o4-118/+121
2010-10-27ext4: make various ext4 functions be staticTheodore Ts'o7-44/+27
2010-10-27ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o7-34/+34
2010-10-27ext4: fix kernel oops if the journal superblock has a non-zero j_errnoTheodore Ts'o2-2/+15
2010-10-27ext4: update writeback_index based on last page scannedEric Sandeen1-5/+9
2010-10-27ext4: implement writeback livelock avoidance using page taggingEric Sandeen2-3/+17
2010-10-27ext4: tidy up a void argument in inode.cEric Sandeen1-2/+2
2010-10-27ext4: add batched_discard into ext4 feature listLukas Czerner1-0/+2
2010-10-27ext4: Add batched discard support for ext4Lukas Czerner3-0/+188
2010-10-27fs: Add FITRIM ioctlLukas Czerner2-0/+47
2010-10-27ext4: Use return value from sb_issue_discard()Lukas Czerner1-1/+2
2010-10-27ext4: Check return value of sb_getblk() and friendsNamhyung Kim2-0/+7
2010-10-27ext4: use bio layer instead of buffer layer in mpage_da_submit_ioTheodore Ts'o6-109/+489
2010-10-27ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()Theodore Ts'o1-101/+38
2010-10-27ext4: inline walk_page_buffers() into mpage_da_submit_ioTheodore Ts'o1-11/+13
2010-10-27ext4: inline ext4_writepage() into mpage_da_submit_io()Theodore Ts'o1-11/+59
2010-10-27ext4: simplify ext4_writepage()Theodore Ts'o1-48/+25
2010-10-27ext4: call mpage_da_submit_io() from mpage_da_map_blocks()Theodore Ts'o1-33/+33
2010-10-27ext4: use KMEM_CACHE instead of kmem_cache_createTheodore Ts'o2-14/+7
2010-10-27ext4: use search_dirblock() in ext4_dx_find_entry()Theodore Ts'o1-21/+12
2010-10-27ext4: avoid uninitialized memory references in ext3_htree_next_block()Theodore Ts'o1-15/+15
2010-10-27ext4: remove unused ext4_sb_info membersEric Sandeen1-5/+0
2010-10-27ext4: queue conversion after adding to inode's completed IO listEric Sandeen1-3/+3
2010-10-27ext4: don't use ext4_allocation_contexts for tracingEric Sandeen2-91/+41
2010-10-27ext4: fix oops in trace_ext4_mb_release_group_paEric Sandeen1-3/+0
2010-10-27ext4: fix potential infinite loop in ext4_da_writepages()Toshiyuki Okajima1-1/+1
2010-10-27ext4: improve llseek error handling for overly large seek offsetsToshiyuki Okajima3-2/+45
2010-10-27ext4: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-10-27ext4: use sb_issue_zeroout in ext4_ext_zerooutLukas Czerner1-62/+7
2010-10-27ext4: use sb_issue_zeroout in setup_new_group_blocksLukas Czerner1-33/+13
2010-10-27ext4: add interface to advertise ext4 features in sysfsLukas Czerner3-11/+65
2010-10-27ext4: add support for lazy inode table initializationLukas Czerner4-3/+611
2010-10-27Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner1-0/+8
2010-10-27jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o2-0/+11
2010-10-27ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky1-0/+1
2010-10-27ext4: don't hold spinlock while calling ext4_issue_discard()Lukas Czerner1-2/+2
2010-10-27ext4: check for negative error code from sb_issue_discardLukas Czerner1-1/+1
2010-10-27ext4: don't bump up LONG_MAX nr_to_write by a factor of 8Eric Sandeen1-3/+6